Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::DeliveryPipelineAttribute.
Contains criteria for selecting DeliveryPipelines.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#id
def id() -> ::String
-
(::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.
#id=
def id=(value) -> ::String
-
value (::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.
-
(::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.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
- (::Google::Protobuf::Map{::String => ::String}) — DeliveryPipeline labels.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
- value (::Google::Protobuf::Map{::String => ::String}) — DeliveryPipeline labels.
- (::Google::Protobuf::Map{::String => ::String}) — DeliveryPipeline labels.