Class: Google::Cloud::Deploy::V1::Metadata
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::Metadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
Metadata includes information associated with a Rollout
.
Instance Attribute Summary collapse
-
#automation ⇒ ::Google::Cloud::Deploy::V1::AutomationRolloutMetadata
readonly
Output only.
-
#cloud_run ⇒ ::Google::Cloud::Deploy::V1::CloudRunMetadata
readonly
Output only.
-
#custom ⇒ ::Google::Cloud::Deploy::V1::CustomMetadata
readonly
Output only.
Instance Attribute Details
#automation ⇒ ::Google::Cloud::Deploy::V1::AutomationRolloutMetadata (readonly)
Returns Output only. AutomationRolloutMetadata contains the information about the interactions between Automation service and this rollout.
2666 2667 2668 2669 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2666 class Metadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#cloud_run ⇒ ::Google::Cloud::Deploy::V1::CloudRunMetadata (readonly)
Returns Output only. The name of the Cloud Run Service that is associated with a
Rollout
.
2666 2667 2668 2669 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2666 class Metadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#custom ⇒ ::Google::Cloud::Deploy::V1::CustomMetadata (readonly)
Returns Output only. Custom metadata provided by user-defined Rollout
operations.
2666 2667 2668 2669 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2666 class Metadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |