Class: Google::Cloud::Deploy::V1::TargetAttribute
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::TargetAttribute
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
Contains criteria for selecting Targets.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#id ⇒ ::String
ID of the
Target. -
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Target labels.
Instance Attribute Details
#id ⇒ ::String
Returns ID of the Target. The value of this field could be one of the
following:
- The last segment of a target name. It only needs the ID to determine which target is being referred to
- "*", all targets in a location.
1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1636 class TargetAttribute include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Target labels.
1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1636 class TargetAttribute include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |