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

Returns ID of the DeliveryPipeline. The value of this field could be one of the following:

  • The last segment of a pipeline name
  • "*", all delivery pipelines in a location.

Returns:

  • (::String)

    ID of the DeliveryPipeline. The value of this field could be one of the following:

    • The last segment of a pipeline name
    • "*", all delivery pipelines in a location


1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1617

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}

Returns DeliveryPipeline labels.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    DeliveryPipeline labels.



1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1617

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