Class: Google::Cloud::Deploy::V1::Metadata

Inherits:
Object
  • Object
show all
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

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.

Returns:



2147
2148
2149
2150
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2147

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.

Returns:



2147
2148
2149
2150
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2147

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.

Returns:



2147
2148
2149
2150
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2147

class Metadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end