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. It only needs the ID to determine which pipeline is being referred to
  • "*", 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. It only needs the ID to determine which pipeline is being referred to
    • "*", all delivery pipelines in a location.


1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1610

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.



1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1610

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