Class: Google::Cloud::Deploy::V1::AutomationResourceSelector
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::AutomationResourceSelector
- 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
-
#targets ⇒ ::Array<::Google::Cloud::Deploy::V1::TargetAttribute>
Contains attributes about a target.
Instance Attribute Details
#targets ⇒ ::Array<::Google::Cloud::Deploy::V1::TargetAttribute>
Returns Contains attributes about a target.
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 |