Package com.google.cloud.aiplatform.v1
Class GenericOperationMetadata.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<GenericOperationMetadata.Builder>
-
- com.google.cloud.aiplatform.v1.GenericOperationMetadata.Builder
-
- All Implemented Interfaces:
GenericOperationMetadataOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- GenericOperationMetadata
public static final class GenericOperationMetadata.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<GenericOperationMetadata.Builder> implements GenericOperationMetadataOrBuilder
Generic Metadata shared by all operations.
Protobuf typegoogle.cloud.aiplatform.v1.GenericOperationMetadata
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GenericOperationMetadata.Builder
addAllPartialFailures(Iterable<? extends com.google.rpc.Status> values)
Output only.GenericOperationMetadata.Builder
addPartialFailures(int index, com.google.rpc.Status value)
Output only.GenericOperationMetadata.Builder
addPartialFailures(int index, com.google.rpc.Status.Builder builderForValue)
Output only.GenericOperationMetadata.Builder
addPartialFailures(com.google.rpc.Status value)
Output only.GenericOperationMetadata.Builder
addPartialFailures(com.google.rpc.Status.Builder builderForValue)
Output only.com.google.rpc.Status.Builder
addPartialFailuresBuilder()
Output only.com.google.rpc.Status.Builder
addPartialFailuresBuilder(int index)
Output only.GenericOperationMetadata.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
GenericOperationMetadata
build()
GenericOperationMetadata
buildPartial()
GenericOperationMetadata.Builder
clear()
GenericOperationMetadata.Builder
clearCreateTime()
Output only.GenericOperationMetadata.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
GenericOperationMetadata.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
GenericOperationMetadata.Builder
clearPartialFailures()
Output only.GenericOperationMetadata.Builder
clearUpdateTime()
Output only.GenericOperationMetadata.Builder
clone()
com.google.protobuf.Timestamp
getCreateTime()
Output only.com.google.protobuf.Timestamp.Builder
getCreateTimeBuilder()
Output only.com.google.protobuf.TimestampOrBuilder
getCreateTimeOrBuilder()
Output only.GenericOperationMetadata
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
com.google.rpc.Status
getPartialFailures(int index)
Output only.com.google.rpc.Status.Builder
getPartialFailuresBuilder(int index)
Output only.List<com.google.rpc.Status.Builder>
getPartialFailuresBuilderList()
Output only.int
getPartialFailuresCount()
Output only.List<com.google.rpc.Status>
getPartialFailuresList()
Output only.com.google.rpc.StatusOrBuilder
getPartialFailuresOrBuilder(int index)
Output only.List<? extends com.google.rpc.StatusOrBuilder>
getPartialFailuresOrBuilderList()
Output only.com.google.protobuf.Timestamp
getUpdateTime()
Output only.com.google.protobuf.Timestamp.Builder
getUpdateTimeBuilder()
Output only.com.google.protobuf.TimestampOrBuilder
getUpdateTimeOrBuilder()
Output only.boolean
hasCreateTime()
Output only.boolean
hasUpdateTime()
Output only.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
GenericOperationMetadata.Builder
mergeCreateTime(com.google.protobuf.Timestamp value)
Output only.GenericOperationMetadata.Builder
mergeFrom(GenericOperationMetadata other)
GenericOperationMetadata.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
GenericOperationMetadata.Builder
mergeFrom(com.google.protobuf.Message other)
GenericOperationMetadata.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
GenericOperationMetadata.Builder
mergeUpdateTime(com.google.protobuf.Timestamp value)
Output only.GenericOperationMetadata.Builder
removePartialFailures(int index)
Output only.GenericOperationMetadata.Builder
setCreateTime(com.google.protobuf.Timestamp value)
Output only.GenericOperationMetadata.Builder
setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.GenericOperationMetadata.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
GenericOperationMetadata.Builder
setPartialFailures(int index, com.google.rpc.Status value)
Output only.GenericOperationMetadata.Builder
setPartialFailures(int index, com.google.rpc.Status.Builder builderForValue)
Output only.GenericOperationMetadata.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
GenericOperationMetadata.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
GenericOperationMetadata.Builder
setUpdateTime(com.google.protobuf.Timestamp value)
Output only.GenericOperationMetadata.Builder
setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.-
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<GenericOperationMetadata.Builder>
-
clear
public GenericOperationMetadata.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<GenericOperationMetadata.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<GenericOperationMetadata.Builder>
-
getDefaultInstanceForType
public GenericOperationMetadata getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public GenericOperationMetadata build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public GenericOperationMetadata buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public GenericOperationMetadata.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<GenericOperationMetadata.Builder>
-
setField
public GenericOperationMetadata.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<GenericOperationMetadata.Builder>
-
clearField
public GenericOperationMetadata.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<GenericOperationMetadata.Builder>
-
clearOneof
public GenericOperationMetadata.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<GenericOperationMetadata.Builder>
-
setRepeatedField
public GenericOperationMetadata.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<GenericOperationMetadata.Builder>
-
addRepeatedField
public GenericOperationMetadata.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<GenericOperationMetadata.Builder>
-
mergeFrom
public GenericOperationMetadata.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<GenericOperationMetadata.Builder>
-
mergeFrom
public GenericOperationMetadata.Builder mergeFrom(GenericOperationMetadata other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<GenericOperationMetadata.Builder>
-
mergeFrom
public GenericOperationMetadata.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<GenericOperationMetadata.Builder>
- Throws:
IOException
-
getPartialFailuresList
public List<com.google.rpc.Status> getPartialFailuresList()
Output only. Partial failures encountered. E.g. single files that couldn't be read. This field should never exceed 20 entries. Status details field will contain standard Google Cloud error details.
repeated .google.rpc.Status partial_failures = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getPartialFailuresList
in interfaceGenericOperationMetadataOrBuilder
-
getPartialFailuresCount
public int getPartialFailuresCount()
Output only. Partial failures encountered. E.g. single files that couldn't be read. This field should never exceed 20 entries. Status details field will contain standard Google Cloud error details.
repeated .google.rpc.Status partial_failures = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getPartialFailuresCount
in interfaceGenericOperationMetadataOrBuilder
-
getPartialFailures
public com.google.rpc.Status getPartialFailures(int index)
Output only. Partial failures encountered. E.g. single files that couldn't be read. This field should never exceed 20 entries. Status details field will contain standard Google Cloud error details.
repeated .google.rpc.Status partial_failures = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getPartialFailures
in interfaceGenericOperationMetadataOrBuilder
-
setPartialFailures
public GenericOperationMetadata.Builder setPartialFailures(int index, com.google.rpc.Status value)
Output only. Partial failures encountered. E.g. single files that couldn't be read. This field should never exceed 20 entries. Status details field will contain standard Google Cloud error details.
repeated .google.rpc.Status partial_failures = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
setPartialFailures
public GenericOperationMetadata.Builder setPartialFailures(int index, com.google.rpc.Status.Builder builderForValue)
Output only. Partial failures encountered. E.g. single files that couldn't be read. This field should never exceed 20 entries. Status details field will contain standard Google Cloud error details.
repeated .google.rpc.Status partial_failures = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
addPartialFailures
public GenericOperationMetadata.Builder addPartialFailures(com.google.rpc.Status value)
Output only. Partial failures encountered. E.g. single files that couldn't be read. This field should never exceed 20 entries. Status details field will contain standard Google Cloud error details.
repeated .google.rpc.Status partial_failures = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
addPartialFailures
public GenericOperationMetadata.Builder addPartialFailures(int index, com.google.rpc.Status value)
Output only. Partial failures encountered. E.g. single files that couldn't be read. This field should never exceed 20 entries. Status details field will contain standard Google Cloud error details.
repeated .google.rpc.Status partial_failures = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
addPartialFailures
public GenericOperationMetadata.Builder addPartialFailures(com.google.rpc.Status.Builder builderForValue)
Output only. Partial failures encountered. E.g. single files that couldn't be read. This field should never exceed 20 entries. Status details field will contain standard Google Cloud error details.
repeated .google.rpc.Status partial_failures = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
addPartialFailures
public GenericOperationMetadata.Builder addPartialFailures(int index, com.google.rpc.Status.Builder builderForValue)
Output only. Partial failures encountered. E.g. single files that couldn't be read. This field should never exceed 20 entries. Status details field will contain standard Google Cloud error details.
repeated .google.rpc.Status partial_failures = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
addAllPartialFailures
public GenericOperationMetadata.Builder addAllPartialFailures(Iterable<? extends com.google.rpc.Status> values)
Output only. Partial failures encountered. E.g. single files that couldn't be read. This field should never exceed 20 entries. Status details field will contain standard Google Cloud error details.
repeated .google.rpc.Status partial_failures = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
clearPartialFailures
public GenericOperationMetadata.Builder clearPartialFailures()
Output only. Partial failures encountered. E.g. single files that couldn't be read. This field should never exceed 20 entries. Status details field will contain standard Google Cloud error details.
repeated .google.rpc.Status partial_failures = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
removePartialFailures
public GenericOperationMetadata.Builder removePartialFailures(int index)
Output only. Partial failures encountered. E.g. single files that couldn't be read. This field should never exceed 20 entries. Status details field will contain standard Google Cloud error details.
repeated .google.rpc.Status partial_failures = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getPartialFailuresBuilder
public com.google.rpc.Status.Builder getPartialFailuresBuilder(int index)
Output only. Partial failures encountered. E.g. single files that couldn't be read. This field should never exceed 20 entries. Status details field will contain standard Google Cloud error details.
repeated .google.rpc.Status partial_failures = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getPartialFailuresOrBuilder
public com.google.rpc.StatusOrBuilder getPartialFailuresOrBuilder(int index)
Output only. Partial failures encountered. E.g. single files that couldn't be read. This field should never exceed 20 entries. Status details field will contain standard Google Cloud error details.
repeated .google.rpc.Status partial_failures = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getPartialFailuresOrBuilder
in interfaceGenericOperationMetadataOrBuilder
-
getPartialFailuresOrBuilderList
public List<? extends com.google.rpc.StatusOrBuilder> getPartialFailuresOrBuilderList()
Output only. Partial failures encountered. E.g. single files that couldn't be read. This field should never exceed 20 entries. Status details field will contain standard Google Cloud error details.
repeated .google.rpc.Status partial_failures = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getPartialFailuresOrBuilderList
in interfaceGenericOperationMetadataOrBuilder
-
addPartialFailuresBuilder
public com.google.rpc.Status.Builder addPartialFailuresBuilder()
Output only. Partial failures encountered. E.g. single files that couldn't be read. This field should never exceed 20 entries. Status details field will contain standard Google Cloud error details.
repeated .google.rpc.Status partial_failures = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
addPartialFailuresBuilder
public com.google.rpc.Status.Builder addPartialFailuresBuilder(int index)
Output only. Partial failures encountered. E.g. single files that couldn't be read. This field should never exceed 20 entries. Status details field will contain standard Google Cloud error details.
repeated .google.rpc.Status partial_failures = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getPartialFailuresBuilderList
public List<com.google.rpc.Status.Builder> getPartialFailuresBuilderList()
Output only. Partial failures encountered. E.g. single files that couldn't be read. This field should never exceed 20 entries. Status details field will contain standard Google Cloud error details.
repeated .google.rpc.Status partial_failures = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
hasCreateTime
public boolean hasCreateTime()
Output only. Time when the operation was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
hasCreateTime
in interfaceGenericOperationMetadataOrBuilder
- Returns:
- Whether the createTime field is set.
-
getCreateTime
public com.google.protobuf.Timestamp getCreateTime()
Output only. Time when the operation was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getCreateTime
in interfaceGenericOperationMetadataOrBuilder
- Returns:
- The createTime.
-
setCreateTime
public GenericOperationMetadata.Builder setCreateTime(com.google.protobuf.Timestamp value)
Output only. Time when the operation was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
setCreateTime
public GenericOperationMetadata.Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. Time when the operation was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
mergeCreateTime
public GenericOperationMetadata.Builder mergeCreateTime(com.google.protobuf.Timestamp value)
Output only. Time when the operation was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
clearCreateTime
public GenericOperationMetadata.Builder clearCreateTime()
Output only. Time when the operation was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getCreateTimeBuilder
public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
Output only. Time when the operation was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getCreateTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Time when the operation was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getCreateTimeOrBuilder
in interfaceGenericOperationMetadataOrBuilder
-
hasUpdateTime
public boolean hasUpdateTime()
Output only. Time when the operation was updated for the last time. If the operation has finished (successfully or not), this is the finish time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
hasUpdateTime
in interfaceGenericOperationMetadataOrBuilder
- Returns:
- Whether the updateTime field is set.
-
getUpdateTime
public com.google.protobuf.Timestamp getUpdateTime()
Output only. Time when the operation was updated for the last time. If the operation has finished (successfully or not), this is the finish time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getUpdateTime
in interfaceGenericOperationMetadataOrBuilder
- Returns:
- The updateTime.
-
setUpdateTime
public GenericOperationMetadata.Builder setUpdateTime(com.google.protobuf.Timestamp value)
Output only. Time when the operation was updated for the last time. If the operation has finished (successfully or not), this is the finish time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
setUpdateTime
public GenericOperationMetadata.Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. Time when the operation was updated for the last time. If the operation has finished (successfully or not), this is the finish time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
mergeUpdateTime
public GenericOperationMetadata.Builder mergeUpdateTime(com.google.protobuf.Timestamp value)
Output only. Time when the operation was updated for the last time. If the operation has finished (successfully or not), this is the finish time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
clearUpdateTime
public GenericOperationMetadata.Builder clearUpdateTime()
Output only. Time when the operation was updated for the last time. If the operation has finished (successfully or not), this is the finish time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getUpdateTimeBuilder
public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
Output only. Time when the operation was updated for the last time. If the operation has finished (successfully or not), this is the finish time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getUpdateTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Time when the operation was updated for the last time. If the operation has finished (successfully or not), this is the finish time.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getUpdateTimeOrBuilder
in interfaceGenericOperationMetadataOrBuilder
-
setUnknownFields
public final GenericOperationMetadata.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<GenericOperationMetadata.Builder>
-
mergeUnknownFields
public final GenericOperationMetadata.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<GenericOperationMetadata.Builder>
-
-