publicfinalclass GenericOperationMetadataextendsGeneratedMessageV3implementsGenericOperationMetadataOrBuilder
Generic Metadata shared by all operations.
Protobuf type google.cloud.vertexai.v1.GenericOperationMetadata
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
publicstaticfinalintCREATE_TIME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintPARTIAL_FAILURES_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintUPDATE_TIME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
publicstaticGenericOperationMetadatagetDefaultInstance()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
publicstaticGenericOperationMetadata.BuildernewBuilder()
publicstaticGenericOperationMetadata.BuildernewBuilder(GenericOperationMetadataprototype)
publicstaticGenericOperationMetadataparseDelimitedFrom(InputStreaminput)
publicstaticGenericOperationMetadataparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticGenericOperationMetadataparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
publicstaticGenericOperationMetadataparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
publicstaticGenericOperationMetadataparseFrom(ByteStringdata)
publicstaticGenericOperationMetadataparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticGenericOperationMetadataparseFrom(CodedInputStreaminput)
publicstaticGenericOperationMetadataparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticGenericOperationMetadataparseFrom(InputStreaminput)
publicstaticGenericOperationMetadataparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticGenericOperationMetadataparseFrom(ByteBufferdata)
publicstaticGenericOperationMetadataparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
publicstaticParser<GenericOperationMetadata>parser()
Methods
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
publicTimestampgetCreateTime()
Output only. Time when the operation was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
Timestamp |
The createTime.
|
publicTimestampOrBuildergetCreateTimeOrBuilder()
Output only. Time when the operation was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
publicGenericOperationMetadatagetDefaultInstanceForType()
publicParser<GenericOperationMetadata>getParserForType()
Overrides
publicStatusgetPartialFailures(intindex)
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];
| Parameter |
| Name |
Description |
index |
int
|
| Returns |
| Type |
Description |
com.google.rpc.Status |
publicintgetPartialFailuresCount()
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];
| Returns |
| Type |
Description |
int |
publicList<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];
| Returns |
| Type |
Description |
List<com.google.rpc.Status> |
publicStatusOrBuildergetPartialFailuresOrBuilder(intindex)
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];
| Parameter |
| Name |
Description |
index |
int
|
| Returns |
| Type |
Description |
com.google.rpc.StatusOrBuilder |
publicList<?extendsStatusOrBuilder>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];
| Returns |
| Type |
Description |
List<? extends com.google.rpc.StatusOrBuilder> |
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
publicTimestampgetUpdateTime()
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];
| Returns |
| Type |
Description |
Timestamp |
The updateTime.
|
publicTimestampOrBuildergetUpdateTimeOrBuilder()
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];
publicbooleanhasCreateTime()
Output only. Time when the operation was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the createTime field is set.
|
publicbooleanhasUpdateTime()
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];
| Returns |
| Type |
Description |
boolean |
Whether the updateTime field is set.
|
| Returns |
| Type |
Description |
int |
Overrides
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
publicfinalbooleanisInitialized()
Overrides
publicGenericOperationMetadata.BuildernewBuilderForType()
protectedGenericOperationMetadata.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
publicGenericOperationMetadata.BuildertoBuilder()
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides