Class WaitOperationRequest.Builder

  • All Implemented Interfaces:
    WaitOperationRequestOrBuilder, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<com.google.protobuf.GeneratedMessageV3>, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.lang.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 Detail

      • getDescriptor

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

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

        public 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.GeneratedMessage.Builder<WaitOperationRequest.Builder>
      • getDefaultInstanceForType

        public WaitOperationRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<com.google.protobuf.GeneratedMessageV3>
        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

        public WaitOperationRequest.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,
                                                     java.lang.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,
                                                             java.lang.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,
                                                             java.lang.Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<WaitOperationRequest.Builder>
      • isInitialized

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

        public WaitOperationRequest.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws java.io.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:
        java.io.IOException
      • getName

        public java.lang.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​(java.lang.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 com.google.protobuf.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​(com.google.protobuf.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​(com.google.protobuf.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​(com.google.protobuf.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 com.google.protobuf.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 com.google.protobuf.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>