Class: Google::Cloud::Deploy::V1::AutomationResourceSelector

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

AutomationResourceSelector contains the information to select the resources to which an Automation is going to be applied.

Instance Attribute Summary collapse

Instance Attribute Details

#targets::Array<::Google::Cloud::Deploy::V1::TargetAttribute>

Returns Contains attributes about a target.

Returns:



3179
3180
3181
3182
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3179

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