OperationMetadataV1(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Metadata describing an Operation][google.longrunning.Operation]
Attributes |
|
---|---|
Name | Description |
target |
str
Target of the operation - for example projects/project-1/locations/region-1/functions/function-1
|
type_ |
google.cloud.functions_v1.types.OperationType
Type of operation. |
request |
google.protobuf.any_pb2.Any
The original request that started the operation. |
version_id |
int
Version id of the function created or updated by an API call. This field is only populated for Create and Update operations. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
The last update timestamp of the operation. |
build_id |
str
The Cloud Build ID of the function created or updated by an API call. This field is only populated for Create and Update operations. |
source_token |
str
An identifier for Firebase function sources. Disclaimer: This field is only supported for Firebase function deployments. |
build_name |
str
The Cloud Build Name of the function deployment. This field is only populated for Create and Update operations. projects/ .
|