public static final class GenericOperationMetadata.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<GenericOperationMetadata.Builder> implements GenericOperationMetadataOrBuilder
Generic Metadata shared by all operations.Protobuf type
google.cloud.aiplatform.v1.GenericOperationMetadata| Modifier and Type | Method and Description |
|---|---|
GenericOperationMetadata.Builder |
addAllPartialFailures(Iterable<? extends com.google.rpc.Status> values)
Output only.
|
GenericOperationMetadata.Builder |
addPartialFailures(int index,
com.google.rpc.Status.Builder builderForValue)
Output only.
|
GenericOperationMetadata.Builder |
addPartialFailures(int index,
com.google.rpc.Status value)
Output only.
|
GenericOperationMetadata.Builder |
addPartialFailures(com.google.rpc.Status.Builder builderForValue)
Output only.
|
GenericOperationMetadata.Builder |
addPartialFailures(com.google.rpc.Status value)
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(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GenericOperationMetadata.Builder |
mergeFrom(GenericOperationMetadata other) |
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.Builder builderForValue)
Output only.
|
GenericOperationMetadata.Builder |
setCreateTime(com.google.protobuf.Timestamp value)
Output only.
|
GenericOperationMetadata.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
GenericOperationMetadata.Builder |
setPartialFailures(int index,
com.google.rpc.Status.Builder builderForValue)
Output only.
|
GenericOperationMetadata.Builder |
setPartialFailures(int index,
com.google.rpc.Status value)
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.Builder builderForValue)
Output only.
|
GenericOperationMetadata.Builder |
setUpdateTime(com.google.protobuf.Timestamp value)
Output only.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<GenericOperationMetadata.Builder>public GenericOperationMetadata.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<GenericOperationMetadata.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<GenericOperationMetadata.Builder>public GenericOperationMetadata getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic GenericOperationMetadata build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic GenericOperationMetadata buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic GenericOperationMetadata.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<GenericOperationMetadata.Builder>public GenericOperationMetadata.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<GenericOperationMetadata.Builder>public GenericOperationMetadata.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<GenericOperationMetadata.Builder>public GenericOperationMetadata.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<GenericOperationMetadata.Builder>public GenericOperationMetadata.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GenericOperationMetadata.Builder>public GenericOperationMetadata.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GenericOperationMetadata.Builder>public GenericOperationMetadata.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<GenericOperationMetadata.Builder>public GenericOperationMetadata.Builder mergeFrom(GenericOperationMetadata other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<GenericOperationMetadata.Builder>public GenericOperationMetadata.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<GenericOperationMetadata.Builder>IOExceptionpublic 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];
getPartialFailuresList in interface GenericOperationMetadataOrBuilderpublic 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];
getPartialFailuresCount in interface GenericOperationMetadataOrBuilderpublic 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];
getPartialFailures in interface GenericOperationMetadataOrBuilderpublic 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];
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];
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];
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];
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];
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];
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];
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];
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];
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];
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];
getPartialFailuresOrBuilder in interface GenericOperationMetadataOrBuilderpublic 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];
getPartialFailuresOrBuilderList in interface GenericOperationMetadataOrBuilderpublic 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];
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];
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];
public boolean hasCreateTime()
Output only. Time when the operation was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasCreateTime in interface GenericOperationMetadataOrBuilderpublic 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];
getCreateTime in interface GenericOperationMetadataOrBuilderpublic 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];
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];
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];
public GenericOperationMetadata.Builder clearCreateTime()
Output only. Time when the operation was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];
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];
getCreateTimeOrBuilder in interface GenericOperationMetadataOrBuilderpublic 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];
hasUpdateTime in interface GenericOperationMetadataOrBuilderpublic 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];
getUpdateTime in interface GenericOperationMetadataOrBuilderpublic 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];
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];
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];
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];
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];
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];
getUpdateTimeOrBuilder in interface GenericOperationMetadataOrBuilderpublic final GenericOperationMetadata.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GenericOperationMetadata.Builder>public final GenericOperationMetadata.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GenericOperationMetadata.Builder>Copyright © 2025 Google LLC. All rights reserved.