Class OperationMetadata (1.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 1.80.0 (latest)
- 1.78.0
- 1.76.0
- 1.75.0
- 1.74.0
- 1.73.0
- 1.72.0
- 1.70.0
- 1.68.0
- 1.67.0
- 1.64.0
- 1.63.0
- 1.62.0
- 1.60.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.1.1
publicfinalclass OperationMetadataextendsGeneratedMessageV3implementsOperationMetadataOrBuilderRepresents the metadata of a long-running operation.
Protobuf type google.cloud.datafusion.v1.OperationMetadata
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > OperationMetadataImplements
OperationMetadataOrBuilderInherited Members
Static Fields
ADDITIONAL_STATUS_FIELD_NUMBER
publicstaticfinalintADDITIONAL_STATUS_FIELD_NUMBERAPI_VERSION_FIELD_NUMBER
publicstaticfinalintAPI_VERSION_FIELD_NUMBERCREATE_TIME_FIELD_NUMBER
publicstaticfinalintCREATE_TIME_FIELD_NUMBEREND_TIME_FIELD_NUMBER
publicstaticfinalintEND_TIME_FIELD_NUMBERREQUESTED_CANCELLATION_FIELD_NUMBER
publicstaticfinalintREQUESTED_CANCELLATION_FIELD_NUMBERSTATUS_DETAIL_FIELD_NUMBER
publicstaticfinalintSTATUS_DETAIL_FIELD_NUMBERTARGET_FIELD_NUMBER
publicstaticfinalintTARGET_FIELD_NUMBERVERB_FIELD_NUMBER
publicstaticfinalintVERB_FIELD_NUMBERStatic Methods
getDefaultInstance()
publicstaticOperationMetadatagetDefaultInstance()getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()newBuilder()
publicstaticOperationMetadata.BuildernewBuilder()newBuilder(OperationMetadata prototype)
publicstaticOperationMetadata.BuildernewBuilder(OperationMetadataprototype)parseDelimitedFrom(InputStream input)
publicstaticOperationMetadataparseDelimitedFrom(InputStreaminput)parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticOperationMetadataparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(byte[] data)
publicstaticOperationMetadataparseFrom(byte[]data)byte[]parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticOperationMetadataparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)byte[]parseFrom(ByteString data)
publicstaticOperationMetadataparseFrom(ByteStringdata)parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticOperationMetadataparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)parseFrom(CodedInputStream input)
publicstaticOperationMetadataparseFrom(CodedInputStreaminput)parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticOperationMetadataparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(InputStream input)
publicstaticOperationMetadataparseFrom(InputStreaminput)parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
publicstaticOperationMetadataparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)parseFrom(ByteBuffer data)
publicstaticOperationMetadataparseFrom(ByteBufferdata)parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticOperationMetadataparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)parser()
publicstaticParser<OperationMetadata>parser()Methods
containsAdditionalStatus(String key)
publicbooleancontainsAdditionalStatus(Stringkey)Map to hold any additional status info for the operation If there is an accelerator being enabled/disabled/deleted, this will be populated with accelerator name as key and status as ENABLING, DISABLING or DELETING
map<string, string> additional_status = 8;
equals(Object obj)
publicbooleanequals(Objectobj)getAdditionalStatus()
publicMap<String,String>getAdditionalStatus()Use #getAdditionalStatusMap() instead.
getAdditionalStatusCount()
publicintgetAdditionalStatusCount()Map to hold any additional status info for the operation If there is an accelerator being enabled/disabled/deleted, this will be populated with accelerator name as key and status as ENABLING, DISABLING or DELETING
map<string, string> additional_status = 8;
getAdditionalStatusMap()
publicMap<String,String>getAdditionalStatusMap()Map to hold any additional status info for the operation If there is an accelerator being enabled/disabled/deleted, this will be populated with accelerator name as key and status as ENABLING, DISABLING or DELETING
map<string, string> additional_status = 8;
getAdditionalStatusOrDefault(String key, String defaultValue)
publicStringgetAdditionalStatusOrDefault(Stringkey,StringdefaultValue)Map to hold any additional status info for the operation If there is an accelerator being enabled/disabled/deleted, this will be populated with accelerator name as key and status as ENABLING, DISABLING or DELETING
map<string, string> additional_status = 8;
getAdditionalStatusOrThrow(String key)
publicStringgetAdditionalStatusOrThrow(Stringkey)Map to hold any additional status info for the operation If there is an accelerator being enabled/disabled/deleted, this will be populated with accelerator name as key and status as ENABLING, DISABLING or DELETING
map<string, string> additional_status = 8;
getApiVersion()
publicStringgetApiVersion()API version used to start the operation.
string api_version = 7;
The apiVersion.
getApiVersionBytes()
publicByteStringgetApiVersionBytes()API version used to start the operation.
string api_version = 7;
The bytes for apiVersion.
getCreateTime()
publicTimestampgetCreateTime()The time the operation was created.
.google.protobuf.Timestamp create_time = 1;
The createTime.
getCreateTimeOrBuilder()
publicTimestampOrBuildergetCreateTimeOrBuilder()The time the operation was created.
.google.protobuf.Timestamp create_time = 1;
getDefaultInstanceForType()
publicOperationMetadatagetDefaultInstanceForType()getEndTime()
publicTimestampgetEndTime()The time the operation finished running.
.google.protobuf.Timestamp end_time = 2;
The endTime.
getEndTimeOrBuilder()
publicTimestampOrBuildergetEndTimeOrBuilder()The time the operation finished running.
.google.protobuf.Timestamp end_time = 2;
getParserForType()
publicParser<OperationMetadata>getParserForType()getRequestedCancellation()
publicbooleangetRequestedCancellation() Identifies whether the user has requested cancellation
of the operation. Operations that have successfully been cancelled
have [Operation.error][] value with a google.rpc.Status.code of 1,
corresponding to Code.CANCELLED.
bool requested_cancellation = 6;
The requestedCancellation.
getSerializedSize()
publicintgetSerializedSize()getStatusDetail()
publicStringgetStatusDetail()Human-readable status of the operation if any.
string status_detail = 5;
The statusDetail.
getStatusDetailBytes()
publicByteStringgetStatusDetailBytes()Human-readable status of the operation if any.
string status_detail = 5;
The bytes for statusDetail.
getTarget()
publicStringgetTarget()Server-defined resource path for the target of the operation.
string target = 3;
The target.
getTargetBytes()
publicByteStringgetTargetBytes()Server-defined resource path for the target of the operation.
string target = 3;
The bytes for target.
getUnknownFields()
publicfinalUnknownFieldSetgetUnknownFields()getVerb()
publicStringgetVerb()Name of the verb executed by the operation.
string verb = 4;
The verb.
getVerbBytes()
publicByteStringgetVerbBytes()Name of the verb executed by the operation.
string verb = 4;
The bytes for verb.
hasCreateTime()
publicbooleanhasCreateTime()The time the operation was created.
.google.protobuf.Timestamp create_time = 1;
Whether the createTime field is set.
hasEndTime()
publicbooleanhasEndTime()The time the operation finished running.
.google.protobuf.Timestamp end_time = 2;
Whether the endTime field is set.
hashCode()
publicinthashCode()internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()internalGetMapField(int number)
protectedMapFieldinternalGetMapField(intnumber)isInitialized()
publicfinalbooleanisInitialized()newBuilderForType()
publicOperationMetadata.BuildernewBuilderForType()newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedOperationMetadata.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)toBuilder()
publicOperationMetadata.BuildertoBuilder()writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)