public interface OperationMetadataV1OrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBuildId()
The Cloud Build ID of the function created or updated by an API call.
|
com.google.protobuf.ByteString |
getBuildIdBytes()
The Cloud Build ID of the function created or updated by an API call.
|
String |
getBuildName()
The Cloud Build Name of the function deployment.
|
com.google.protobuf.ByteString |
getBuildNameBytes()
The Cloud Build Name of the function deployment.
|
com.google.protobuf.Any |
getRequest()
The original request that started the operation.
|
com.google.protobuf.AnyOrBuilder |
getRequestOrBuilder()
The original request that started the operation.
|
String |
getSourceToken()
An identifier for Firebase function sources.
|
com.google.protobuf.ByteString |
getSourceTokenBytes()
An identifier for Firebase function sources.
|
String |
getTarget()
Target of the operation - for example
`projects/project-1/locations/region-1/functions/function-1`
|
com.google.protobuf.ByteString |
getTargetBytes()
Target of the operation - for example
`projects/project-1/locations/region-1/functions/function-1`
|
OperationType |
getType()
Type of operation.
|
int |
getTypeValue()
Type of operation.
|
com.google.protobuf.Timestamp |
getUpdateTime()
The last update timestamp of the operation.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
The last update timestamp of the operation.
|
long |
getVersionId()
Version id of the function created or updated by an API call.
|
boolean |
hasRequest()
The original request that started the operation.
|
boolean |
hasUpdateTime()
The last update timestamp of the operation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTarget()
Target of the operation - for example `projects/project-1/locations/region-1/functions/function-1`
string target = 1;com.google.protobuf.ByteString getTargetBytes()
Target of the operation - for example `projects/project-1/locations/region-1/functions/function-1`
string target = 1;int getTypeValue()
Type of operation.
.google.cloud.functions.v1.OperationType type = 2;OperationType getType()
Type of operation.
.google.cloud.functions.v1.OperationType type = 2;boolean hasRequest()
The original request that started the operation.
.google.protobuf.Any request = 3;com.google.protobuf.Any getRequest()
The original request that started the operation.
.google.protobuf.Any request = 3;com.google.protobuf.AnyOrBuilder getRequestOrBuilder()
The original request that started the operation.
.google.protobuf.Any request = 3;long getVersionId()
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;boolean hasUpdateTime()
The last update timestamp of the operation.
.google.protobuf.Timestamp update_time = 5;com.google.protobuf.Timestamp getUpdateTime()
The last update timestamp of the operation.
.google.protobuf.Timestamp update_time = 5;com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
The last update timestamp of the operation.
.google.protobuf.Timestamp update_time = 5;String getBuildId()
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;com.google.protobuf.ByteString getBuildIdBytes()
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;String getSourceToken()
An identifier for Firebase function sources. Disclaimer: This field is only supported for Firebase function deployments.
string source_token = 7;com.google.protobuf.ByteString getSourceTokenBytes()
An identifier for Firebase function sources. Disclaimer: This field is only supported for Firebase function deployments.
string source_token = 7;String getBuildName()
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;com.google.protobuf.ByteString getBuildNameBytes()
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;Copyright © 2022 Google LLC. All rights reserved.