Class: Google::Cloud::Functions::V1::OperationMetadataV1
- Inherits:
-
Object
- Object
- Google::Cloud::Functions::V1::OperationMetadataV1
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/functions/v1/operations.rb
Overview
Metadata describing an Operation
Instance Attribute Summary collapse
-
#build_id ⇒ ::String
The Cloud Build ID of the function created or updated by an API call.
-
#build_name ⇒ ::String
The Cloud Build Name of the function deployment.
-
#request ⇒ ::Google::Protobuf::Any
The original request that started the operation.
-
#source_token ⇒ ::String
An identifier for Firebase function sources.
-
#target ⇒ ::String
Target of the operation - for example
projects/project-1/locations/region-1/functions/function-1
. -
#type ⇒ ::Google::Cloud::Functions::V1::OperationType
Type of operation.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
The last update timestamp of the operation.
-
#version_id ⇒ ::Integer
Version id of the function created or updated by an API call.
Instance Attribute Details
#build_id ⇒ ::String
Returns The Cloud Build ID of the function created or updated by an API call. This field is only populated for Create and Update operations.
55 56 57 58 |
# File 'proto_docs/google/cloud/functions/v1/operations.rb', line 55 class OperationMetadataV1 include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#build_name ⇒ ::String
Returns 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>
.
55 56 57 58 |
# File 'proto_docs/google/cloud/functions/v1/operations.rb', line 55 class OperationMetadataV1 include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request ⇒ ::Google::Protobuf::Any
Returns The original request that started the operation.
55 56 57 58 |
# File 'proto_docs/google/cloud/functions/v1/operations.rb', line 55 class OperationMetadataV1 include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source_token ⇒ ::String
Returns An identifier for Firebase function sources. Disclaimer: This field is only supported for Firebase function deployments.
55 56 57 58 |
# File 'proto_docs/google/cloud/functions/v1/operations.rb', line 55 class OperationMetadataV1 include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target ⇒ ::String
Returns Target of the operation - for example
projects/project-1/locations/region-1/functions/function-1
.
55 56 57 58 |
# File 'proto_docs/google/cloud/functions/v1/operations.rb', line 55 class OperationMetadataV1 include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::Google::Cloud::Functions::V1::OperationType
Returns Type of operation.
55 56 57 58 |
# File 'proto_docs/google/cloud/functions/v1/operations.rb', line 55 class OperationMetadataV1 include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp
Returns The last update timestamp of the operation.
55 56 57 58 |
# File 'proto_docs/google/cloud/functions/v1/operations.rb', line 55 class OperationMetadataV1 include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version_id ⇒ ::Integer
Returns Version id of the function created or updated by an API call. This field is only populated for Create and Update operations.
55 56 57 58 |
# File 'proto_docs/google/cloud/functions/v1/operations.rb', line 55 class OperationMetadataV1 include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |