Class: Google::Cloud::Deploy::V1::DeliveryPipelineAttribute

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

Contains criteria for selecting DeliveryPipelines.

Defined Under Namespace

Classes: LabelsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#id::String



1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1679

class DeliveryPipelineAttribute
  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}



1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1679

class DeliveryPipelineAttribute
  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