publicfinalclass OperationMetadataV1extendsGeneratedMessageV3implementsOperationMetadataV1OrBuilder
Metadata describing an Operation
Protobuf type google.cloud.functions.v1.OperationMetadataV1
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
publicstaticfinalintBUILD_ID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintBUILD_NAME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintREQUEST_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintSOURCE_TOKEN_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintTARGET_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintTYPE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintUPDATE_TIME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
publicstaticfinalintVERSION_ID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
publicstaticOperationMetadataV1getDefaultInstance()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
publicstaticOperationMetadataV1.BuildernewBuilder()
publicstaticOperationMetadataV1.BuildernewBuilder(OperationMetadataV1prototype)
publicstaticOperationMetadataV1parseDelimitedFrom(InputStreaminput)
publicstaticOperationMetadataV1parseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticOperationMetadataV1parseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
publicstaticOperationMetadataV1parseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
publicstaticOperationMetadataV1parseFrom(ByteStringdata)
publicstaticOperationMetadataV1parseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticOperationMetadataV1parseFrom(CodedInputStreaminput)
publicstaticOperationMetadataV1parseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticOperationMetadataV1parseFrom(InputStreaminput)
publicstaticOperationMetadataV1parseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticOperationMetadataV1parseFrom(ByteBufferdata)
publicstaticOperationMetadataV1parseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
publicstaticParser<OperationMetadataV1>parser()
Methods
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
The Cloud Build ID of the function created or updated by an API call.
This field is only populated for Create and Update operations.
string build_id = 6;
| Returns |
| Type |
Description |
String |
The buildId.
|
publicByteStringgetBuildIdBytes()
The Cloud Build ID of the function created or updated by an API call.
This field is only populated for Create and Update operations.
string build_id = 6;
| Returns |
| Type |
Description |
ByteString |
The bytes for buildId.
|
publicStringgetBuildName()
The Cloud Build Name of the function deployment.
This field is only populated for Create and Update operations.
projects/<project-number>/locations/<region>/builds/<build-id>.
string build_name = 8;
| Returns |
| Type |
Description |
String |
The buildName.
|
publicByteStringgetBuildNameBytes()
The Cloud Build Name of the function deployment.
This field is only populated for Create and Update operations.
projects/<project-number>/locations/<region>/builds/<build-id>.
string build_name = 8;
| Returns |
| Type |
Description |
ByteString |
The bytes for buildName.
|
publicOperationMetadataV1getDefaultInstanceForType()
publicParser<OperationMetadataV1>getParserForType()
Overrides
The original request that started the operation.
.google.protobuf.Any request = 3;
| Returns |
| Type |
Description |
Any |
The request.
|
publicAnyOrBuildergetRequestOrBuilder()
The original request that started the operation.
.google.protobuf.Any request = 3;
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
publicStringgetSourceToken()
An identifier for Firebase function sources. Disclaimer: This field is only
supported for Firebase function deployments.
string source_token = 7;
| Returns |
| Type |
Description |
String |
The sourceToken.
|
publicByteStringgetSourceTokenBytes()
An identifier for Firebase function sources. Disclaimer: This field is only
supported for Firebase function deployments.
string source_token = 7;
| Returns |
| Type |
Description |
ByteString |
The bytes for sourceToken.
|
Target of the operation - for example
projects/project-1/locations/region-1/functions/function-1
string target = 1;
| Returns |
| Type |
Description |
String |
The target.
|
publicByteStringgetTargetBytes()
Target of the operation - for example
projects/project-1/locations/region-1/functions/function-1
string target = 1;
| Returns |
| Type |
Description |
ByteString |
The bytes for target.
|
publicOperationTypegetType()
Type of operation.
.google.cloud.functions.v1.OperationType type = 2;
Type of operation.
.google.cloud.functions.v1.OperationType type = 2;
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for type.
|
publicTimestampgetUpdateTime()
The last update timestamp of the operation.
.google.protobuf.Timestamp update_time = 5;
| Returns |
| Type |
Description |
Timestamp |
The updateTime.
|
publicTimestampOrBuildergetUpdateTimeOrBuilder()
The last update timestamp of the operation.
.google.protobuf.Timestamp update_time = 5;
Version id of the function created or updated by an API call.
This field is only populated for Create and Update operations.
int64 version_id = 4;
| Returns |
| Type |
Description |
long |
The versionId.
|
publicbooleanhasRequest()
The original request that started the operation.
.google.protobuf.Any request = 3;
| Returns |
| Type |
Description |
boolean |
Whether the request field is set.
|
publicbooleanhasUpdateTime()
The last update timestamp of the operation.
.google.protobuf.Timestamp update_time = 5;
| Returns |
| Type |
Description |
boolean |
Whether the updateTime field is set.
|
| Returns |
| Type |
Description |
int |
Overrides
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
publicfinalbooleanisInitialized()
Overrides
publicOperationMetadataV1.BuildernewBuilderForType()
protectedOperationMetadataV1.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
publicOperationMetadataV1.BuildertoBuilder()
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides