Class AsyncModelMetadata.Builder

  • All Implemented Interfaces:
    AsyncModelMetadataOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    AsyncModelMetadata

    public static final class AsyncModelMetadata.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<AsyncModelMetadata.Builder>
    implements AsyncModelMetadataOrBuilder
     The long running operation metadata for async model related methods.
     
    Protobuf type google.cloud.optimization.v1.AsyncModelMetadata
    • Method Detail

      • 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<AsyncModelMetadata.Builder>
      • clear

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

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

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

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

        public AsyncModelMetadata.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<AsyncModelMetadata.Builder>
      • setField

        public AsyncModelMetadata.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<AsyncModelMetadata.Builder>
      • clearField

        public AsyncModelMetadata.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<AsyncModelMetadata.Builder>
      • clearOneof

        public AsyncModelMetadata.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<AsyncModelMetadata.Builder>
      • setRepeatedField

        public AsyncModelMetadata.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<AsyncModelMetadata.Builder>
      • addRepeatedField

        public AsyncModelMetadata.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<AsyncModelMetadata.Builder>
      • mergeFrom

        public AsyncModelMetadata.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<AsyncModelMetadata.Builder>
      • isInitialized

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

        public AsyncModelMetadata.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<AsyncModelMetadata.Builder>
        Throws:
        IOException
      • getStateValue

        public int getStateValue()
         The state of the current operation.
         
        .google.cloud.optimization.v1.AsyncModelMetadata.State state = 1;
        Specified by:
        getStateValue in interface AsyncModelMetadataOrBuilder
        Returns:
        The enum numeric value on the wire for state.
      • setStateValue

        public AsyncModelMetadata.Builder setStateValue​(int value)
         The state of the current operation.
         
        .google.cloud.optimization.v1.AsyncModelMetadata.State state = 1;
        Parameters:
        value - The enum numeric value on the wire for state to set.
        Returns:
        This builder for chaining.
      • setState

        public AsyncModelMetadata.Builder setState​(AsyncModelMetadata.State value)
         The state of the current operation.
         
        .google.cloud.optimization.v1.AsyncModelMetadata.State state = 1;
        Parameters:
        value - The state to set.
        Returns:
        This builder for chaining.
      • clearState

        public AsyncModelMetadata.Builder clearState()
         The state of the current operation.
         
        .google.cloud.optimization.v1.AsyncModelMetadata.State state = 1;
        Returns:
        This builder for chaining.
      • getStateMessage

        public String getStateMessage()
         A message providing more details about the current state of the operation.
         For example, the error message if the operation is failed.
         
        string state_message = 2;
        Specified by:
        getStateMessage in interface AsyncModelMetadataOrBuilder
        Returns:
        The stateMessage.
      • getStateMessageBytes

        public com.google.protobuf.ByteString getStateMessageBytes()
         A message providing more details about the current state of the operation.
         For example, the error message if the operation is failed.
         
        string state_message = 2;
        Specified by:
        getStateMessageBytes in interface AsyncModelMetadataOrBuilder
        Returns:
        The bytes for stateMessage.
      • setStateMessage

        public AsyncModelMetadata.Builder setStateMessage​(String value)
         A message providing more details about the current state of the operation.
         For example, the error message if the operation is failed.
         
        string state_message = 2;
        Parameters:
        value - The stateMessage to set.
        Returns:
        This builder for chaining.
      • clearStateMessage

        public AsyncModelMetadata.Builder clearStateMessage()
         A message providing more details about the current state of the operation.
         For example, the error message if the operation is failed.
         
        string state_message = 2;
        Returns:
        This builder for chaining.
      • setStateMessageBytes

        public AsyncModelMetadata.Builder setStateMessageBytes​(com.google.protobuf.ByteString value)
         A message providing more details about the current state of the operation.
         For example, the error message if the operation is failed.
         
        string state_message = 2;
        Parameters:
        value - The bytes for stateMessage to set.
        Returns:
        This builder for chaining.
      • hasCreateTime

        public boolean hasCreateTime()
         The creation time of the operation.
         
        .google.protobuf.Timestamp create_time = 3;
        Specified by:
        hasCreateTime in interface AsyncModelMetadataOrBuilder
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        public com.google.protobuf.Timestamp getCreateTime()
         The creation time of the operation.
         
        .google.protobuf.Timestamp create_time = 3;
        Specified by:
        getCreateTime in interface AsyncModelMetadataOrBuilder
        Returns:
        The createTime.
      • setCreateTime

        public AsyncModelMetadata.Builder setCreateTime​(com.google.protobuf.Timestamp value)
         The creation time of the operation.
         
        .google.protobuf.Timestamp create_time = 3;
      • setCreateTime

        public AsyncModelMetadata.Builder setCreateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         The creation time of the operation.
         
        .google.protobuf.Timestamp create_time = 3;
      • mergeCreateTime

        public AsyncModelMetadata.Builder mergeCreateTime​(com.google.protobuf.Timestamp value)
         The creation time of the operation.
         
        .google.protobuf.Timestamp create_time = 3;
      • clearCreateTime

        public AsyncModelMetadata.Builder clearCreateTime()
         The creation time of the operation.
         
        .google.protobuf.Timestamp create_time = 3;
      • getCreateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
         The creation time of the operation.
         
        .google.protobuf.Timestamp create_time = 3;
      • getCreateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         The creation time of the operation.
         
        .google.protobuf.Timestamp create_time = 3;
        Specified by:
        getCreateTimeOrBuilder in interface AsyncModelMetadataOrBuilder
      • hasUpdateTime

        public boolean hasUpdateTime()
         The last update time of the operation.
         
        .google.protobuf.Timestamp update_time = 4;
        Specified by:
        hasUpdateTime in interface AsyncModelMetadataOrBuilder
        Returns:
        Whether the updateTime field is set.
      • getUpdateTime

        public com.google.protobuf.Timestamp getUpdateTime()
         The last update time of the operation.
         
        .google.protobuf.Timestamp update_time = 4;
        Specified by:
        getUpdateTime in interface AsyncModelMetadataOrBuilder
        Returns:
        The updateTime.
      • setUpdateTime

        public AsyncModelMetadata.Builder setUpdateTime​(com.google.protobuf.Timestamp value)
         The last update time of the operation.
         
        .google.protobuf.Timestamp update_time = 4;
      • setUpdateTime

        public AsyncModelMetadata.Builder setUpdateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         The last update time of the operation.
         
        .google.protobuf.Timestamp update_time = 4;
      • mergeUpdateTime

        public AsyncModelMetadata.Builder mergeUpdateTime​(com.google.protobuf.Timestamp value)
         The last update time of the operation.
         
        .google.protobuf.Timestamp update_time = 4;
      • clearUpdateTime

        public AsyncModelMetadata.Builder clearUpdateTime()
         The last update time of the operation.
         
        .google.protobuf.Timestamp update_time = 4;
      • getUpdateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
         The last update time of the operation.
         
        .google.protobuf.Timestamp update_time = 4;
      • getUpdateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
         The last update time of the operation.
         
        .google.protobuf.Timestamp update_time = 4;
        Specified by:
        getUpdateTimeOrBuilder in interface AsyncModelMetadataOrBuilder
      • setUnknownFields

        public final AsyncModelMetadata.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<AsyncModelMetadata.Builder>
      • mergeUnknownFields

        public final AsyncModelMetadata.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<AsyncModelMetadata.Builder>