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.
|
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 |
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;Copyright © 2021 Google LLC. All rights reserved.