Class OperationMetadata (2.14.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 2.80.0 (latest)
- 2.78.0
- 2.77.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.72.0
- 2.70.0
- 2.69.0
- 2.66.0
- 2.65.0
- 2.64.0
- 2.62.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.4
- 2.4.3
- 2.3.6
publicfinalclass OperationMetadataextendsGeneratedMessageV3implementsOperationMetadataOrBuilderRepresents the metadata of the long-running operation.
Protobuf type google.cloud.functions.v2beta.OperationMetadata
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > OperationMetadataImplements
OperationMetadataOrBuilderInherited Members
Static Fields
API_VERSION_FIELD_NUMBER
publicstaticfinalintAPI_VERSION_FIELD_NUMBERCANCEL_REQUESTED_FIELD_NUMBER
publicstaticfinalintCANCEL_REQUESTED_FIELD_NUMBERCREATE_TIME_FIELD_NUMBER
publicstaticfinalintCREATE_TIME_FIELD_NUMBEREND_TIME_FIELD_NUMBER
publicstaticfinalintEND_TIME_FIELD_NUMBERREQUEST_RESOURCE_FIELD_NUMBER
publicstaticfinalintREQUEST_RESOURCE_FIELD_NUMBERSTAGES_FIELD_NUMBER
publicstaticfinalintSTAGES_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)data
byte[]parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticOperationMetadataparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)data
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
equals(Object obj)
publicbooleanequals(Objectobj)getApiVersion()
publicStringgetApiVersion()API version used to start the operation.
string api_version = 7;
String
The apiVersion.
getApiVersionBytes()
publicByteStringgetApiVersionBytes()API version used to start the operation.
string api_version = 7;
ByteString
The bytes for apiVersion.
getCancelRequested()
publicbooleangetCancelRequested() 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 cancel_requested = 6;
boolean
The cancelRequested.
getCreateTime()
publicTimestampgetCreateTime()The time the operation was created.
.google.protobuf.Timestamp create_time = 1;
Timestamp
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;
Timestamp
The endTime.
getEndTimeOrBuilder()
publicTimestampOrBuildergetEndTimeOrBuilder()The time the operation finished running.
.google.protobuf.Timestamp end_time = 2;
getParserForType()
publicParser<OperationMetadata>getParserForType()getRequestResource()
publicAnygetRequestResource()The original request that started the operation.
.google.protobuf.Any request_resource = 8;
Any
The requestResource.
getRequestResourceOrBuilder()
publicAnyOrBuildergetRequestResourceOrBuilder()The original request that started the operation.
.google.protobuf.Any request_resource = 8;
getSerializedSize()
publicintgetSerializedSize()getStages(int index)
publicStagegetStages(intindex)Mechanism for reporting in-progress stages
repeated .google.cloud.functions.v2beta.Stage stages = 9;
getStagesCount()
publicintgetStagesCount()Mechanism for reporting in-progress stages
repeated .google.cloud.functions.v2beta.Stage stages = 9;
getStagesList()
publicList<Stage>getStagesList()Mechanism for reporting in-progress stages
repeated .google.cloud.functions.v2beta.Stage stages = 9;
getStagesOrBuilder(int index)
publicStageOrBuildergetStagesOrBuilder(intindex)Mechanism for reporting in-progress stages
repeated .google.cloud.functions.v2beta.Stage stages = 9;
getStagesOrBuilderList()
publicList<?extendsStageOrBuilder>getStagesOrBuilderList()Mechanism for reporting in-progress stages
repeated .google.cloud.functions.v2beta.Stage stages = 9;
List<? extends com.google.cloud.functions.v2beta.StageOrBuilder>
getStatusDetail()
publicStringgetStatusDetail()Human-readable status of the operation, if any.
string status_detail = 5;
String
The statusDetail.
getStatusDetailBytes()
publicByteStringgetStatusDetailBytes()Human-readable status of the operation, if any.
string status_detail = 5;
ByteString
The bytes for statusDetail.
getTarget()
publicStringgetTarget()Server-defined resource path for the target of the operation.
string target = 3;
String
The target.
getTargetBytes()
publicByteStringgetTargetBytes()Server-defined resource path for the target of the operation.
string target = 3;
ByteString
The bytes for target.
getUnknownFields()
publicfinalUnknownFieldSetgetUnknownFields()getVerb()
publicStringgetVerb()Name of the verb executed by the operation.
string verb = 4;
String
The verb.
getVerbBytes()
publicByteStringgetVerbBytes()Name of the verb executed by the operation.
string verb = 4;
ByteString
The bytes for verb.
hasCreateTime()
publicbooleanhasCreateTime()The time the operation was created.
.google.protobuf.Timestamp create_time = 1;
boolean
Whether the createTime field is set.
hasEndTime()
publicbooleanhasEndTime()The time the operation finished running.
.google.protobuf.Timestamp end_time = 2;
boolean
Whether the endTime field is set.
hasRequestResource()
publicbooleanhasRequestResource()The original request that started the operation.
.google.protobuf.Any request_resource = 8;
boolean
Whether the requestResource field is set.
hashCode()
publicinthashCode()internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()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)