Class WaitOperationRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<WaitOperationRequest.Builder>
com.google.longrunning.WaitOperationRequest.Builder
All Implemented Interfaces:
WaitOperationRequestOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
WaitOperationRequest

public static final class WaitOperationRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<WaitOperationRequest.Builder> implements WaitOperationRequestOrBuilder
 The request message for [Operations.WaitOperation][google.longrunning.Operations.WaitOperation].
 
Protobuf type google.longrunning.WaitOperationRequest
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<WaitOperationRequest.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<WaitOperationRequest.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<WaitOperationRequest.Builder>
    • getDefaultInstanceForType

      public WaitOperationRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public WaitOperationRequest build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public WaitOperationRequest buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<WaitOperationRequest.Builder>
    • setField

      public WaitOperationRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<WaitOperationRequest.Builder>
    • clearField

      public WaitOperationRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<WaitOperationRequest.Builder>
    • clearOneof

      public WaitOperationRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<WaitOperationRequest.Builder>
    • setRepeatedField

      public WaitOperationRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<WaitOperationRequest.Builder>
    • addRepeatedField

      public WaitOperationRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<WaitOperationRequest.Builder>
    • mergeFrom

      public WaitOperationRequest.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<WaitOperationRequest.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<WaitOperationRequest.Builder>
    • mergeFrom

      public WaitOperationRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<WaitOperationRequest.Builder>
      Throws:
      IOException
    • getName

      public String getName()
       The name of the operation resource to wait on.
       
      string name = 1;
      Specified by:
      getName in interface WaitOperationRequestOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       The name of the operation resource to wait on.
       
      string name = 1;
      Specified by:
      getNameBytes in interface WaitOperationRequestOrBuilder
      Returns:
      The bytes for name.
    • setName

      public WaitOperationRequest.Builder setName(String value)
       The name of the operation resource to wait on.
       
      string name = 1;
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

      public WaitOperationRequest.Builder clearName()
       The name of the operation resource to wait on.
       
      string name = 1;
      Returns:
      This builder for chaining.
    • setNameBytes

      public WaitOperationRequest.Builder setNameBytes(com.google.protobuf.ByteString value)
       The name of the operation resource to wait on.
       
      string name = 1;
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • hasTimeout

      public boolean hasTimeout()
       The maximum duration to wait before timing out. If left blank, the wait
       will be at most the time permitted by the underlying HTTP/RPC protocol.
       If RPC context deadline is also specified, the shorter one will be used.
       
      .google.protobuf.Duration timeout = 2;
      Specified by:
      hasTimeout in interface WaitOperationRequestOrBuilder
      Returns:
      Whether the timeout field is set.
    • getTimeout

      public Duration getTimeout()
       The maximum duration to wait before timing out. If left blank, the wait
       will be at most the time permitted by the underlying HTTP/RPC protocol.
       If RPC context deadline is also specified, the shorter one will be used.
       
      .google.protobuf.Duration timeout = 2;
      Specified by:
      getTimeout in interface WaitOperationRequestOrBuilder
      Returns:
      The timeout.
    • setTimeout

      public WaitOperationRequest.Builder setTimeout(Duration value)
       The maximum duration to wait before timing out. If left blank, the wait
       will be at most the time permitted by the underlying HTTP/RPC protocol.
       If RPC context deadline is also specified, the shorter one will be used.
       
      .google.protobuf.Duration timeout = 2;
    • setTimeout

      public WaitOperationRequest.Builder setTimeout(Duration.Builder builderForValue)
       The maximum duration to wait before timing out. If left blank, the wait
       will be at most the time permitted by the underlying HTTP/RPC protocol.
       If RPC context deadline is also specified, the shorter one will be used.
       
      .google.protobuf.Duration timeout = 2;
    • mergeTimeout

      public WaitOperationRequest.Builder mergeTimeout(Duration value)
       The maximum duration to wait before timing out. If left blank, the wait
       will be at most the time permitted by the underlying HTTP/RPC protocol.
       If RPC context deadline is also specified, the shorter one will be used.
       
      .google.protobuf.Duration timeout = 2;
    • clearTimeout

      public WaitOperationRequest.Builder clearTimeout()
       The maximum duration to wait before timing out. If left blank, the wait
       will be at most the time permitted by the underlying HTTP/RPC protocol.
       If RPC context deadline is also specified, the shorter one will be used.
       
      .google.protobuf.Duration timeout = 2;
    • getTimeoutBuilder

      public Duration.Builder getTimeoutBuilder()
       The maximum duration to wait before timing out. If left blank, the wait
       will be at most the time permitted by the underlying HTTP/RPC protocol.
       If RPC context deadline is also specified, the shorter one will be used.
       
      .google.protobuf.Duration timeout = 2;
    • getTimeoutOrBuilder

      public DurationOrBuilder getTimeoutOrBuilder()
       The maximum duration to wait before timing out. If left blank, the wait
       will be at most the time permitted by the underlying HTTP/RPC protocol.
       If RPC context deadline is also specified, the shorter one will be used.
       
      .google.protobuf.Duration timeout = 2;
      Specified by:
      getTimeoutOrBuilder in interface WaitOperationRequestOrBuilder
    • setUnknownFields

      public final WaitOperationRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<WaitOperationRequest.Builder>
    • mergeUnknownFields

      public final WaitOperationRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<WaitOperationRequest.Builder>