Package com.google.cloud.optimization.v1
Class AsyncModelMetadata.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<AsyncModelMetadata.Builder>
-
- com.google.cloud.optimization.v1.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 typegoogle.cloud.optimization.v1.AsyncModelMetadata
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AsyncModelMetadata.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
AsyncModelMetadata
build()
AsyncModelMetadata
buildPartial()
AsyncModelMetadata.Builder
clear()
AsyncModelMetadata.Builder
clearCreateTime()
The creation time of the operation.AsyncModelMetadata.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
AsyncModelMetadata.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
AsyncModelMetadata.Builder
clearState()
The state of the current operation.AsyncModelMetadata.Builder
clearStateMessage()
A message providing more details about the current state of the operation.AsyncModelMetadata.Builder
clearUpdateTime()
The last update time of the operation.AsyncModelMetadata.Builder
clone()
com.google.protobuf.Timestamp
getCreateTime()
The creation time of the operation.com.google.protobuf.Timestamp.Builder
getCreateTimeBuilder()
The creation time of the operation.com.google.protobuf.TimestampOrBuilder
getCreateTimeOrBuilder()
The creation time of the operation.AsyncModelMetadata
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
AsyncModelMetadata.State
getState()
The state of the current operation.String
getStateMessage()
A message providing more details about the current state of the operation.com.google.protobuf.ByteString
getStateMessageBytes()
A message providing more details about the current state of the operation.int
getStateValue()
The state of the current operation.com.google.protobuf.Timestamp
getUpdateTime()
The last update time of the operation.com.google.protobuf.Timestamp.Builder
getUpdateTimeBuilder()
The last update time of the operation.com.google.protobuf.TimestampOrBuilder
getUpdateTimeOrBuilder()
The last update time of the operation.boolean
hasCreateTime()
The creation time of the operation.boolean
hasUpdateTime()
The last update time of the operation.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
AsyncModelMetadata.Builder
mergeCreateTime(com.google.protobuf.Timestamp value)
The creation time of the operation.AsyncModelMetadata.Builder
mergeFrom(AsyncModelMetadata other)
AsyncModelMetadata.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
AsyncModelMetadata.Builder
mergeFrom(com.google.protobuf.Message other)
AsyncModelMetadata.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
AsyncModelMetadata.Builder
mergeUpdateTime(com.google.protobuf.Timestamp value)
The last update time of the operation.AsyncModelMetadata.Builder
setCreateTime(com.google.protobuf.Timestamp value)
The creation time of the operation.AsyncModelMetadata.Builder
setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
The creation time of the operation.AsyncModelMetadata.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
AsyncModelMetadata.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
AsyncModelMetadata.Builder
setState(AsyncModelMetadata.State value)
The state of the current operation.AsyncModelMetadata.Builder
setStateMessage(String value)
A message providing more details about the current state of the operation.AsyncModelMetadata.Builder
setStateMessageBytes(com.google.protobuf.ByteString value)
A message providing more details about the current state of the operation.AsyncModelMetadata.Builder
setStateValue(int value)
The state of the current operation.AsyncModelMetadata.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
AsyncModelMetadata.Builder
setUpdateTime(com.google.protobuf.Timestamp value)
The last update time of the operation.AsyncModelMetadata.Builder
setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
The last update time of the operation.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<AsyncModelMetadata.Builder>
-
clear
public AsyncModelMetadata.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<AsyncModelMetadata.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<AsyncModelMetadata.Builder>
-
getDefaultInstanceForType
public AsyncModelMetadata getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public AsyncModelMetadata build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public AsyncModelMetadata buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public AsyncModelMetadata.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<AsyncModelMetadata.Builder>
-
setField
public AsyncModelMetadata.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<AsyncModelMetadata.Builder>
-
clearField
public AsyncModelMetadata.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<AsyncModelMetadata.Builder>
-
clearOneof
public AsyncModelMetadata.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.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 interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<AsyncModelMetadata.Builder>
-
addRepeatedField
public AsyncModelMetadata.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<AsyncModelMetadata.Builder>
-
mergeFrom
public AsyncModelMetadata.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<AsyncModelMetadata.Builder>
-
mergeFrom
public AsyncModelMetadata.Builder mergeFrom(AsyncModelMetadata other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.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 interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.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 interfaceAsyncModelMetadataOrBuilder
- 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.
-
getState
public AsyncModelMetadata.State getState()
The state of the current operation.
.google.cloud.optimization.v1.AsyncModelMetadata.State state = 1;
- Specified by:
getState
in interfaceAsyncModelMetadataOrBuilder
- Returns:
- The state.
-
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 interfaceAsyncModelMetadataOrBuilder
- 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 interfaceAsyncModelMetadataOrBuilder
- 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 interfaceAsyncModelMetadataOrBuilder
- 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 interfaceAsyncModelMetadataOrBuilder
- 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 interfaceAsyncModelMetadataOrBuilder
-
hasUpdateTime
public boolean hasUpdateTime()
The last update time of the operation.
.google.protobuf.Timestamp update_time = 4;
- Specified by:
hasUpdateTime
in interfaceAsyncModelMetadataOrBuilder
- 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 interfaceAsyncModelMetadataOrBuilder
- 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 interfaceAsyncModelMetadataOrBuilder
-
setUnknownFields
public final AsyncModelMetadata.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<AsyncModelMetadata.Builder>
-
mergeUnknownFields
public final AsyncModelMetadata.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<AsyncModelMetadata.Builder>
-
-