Google Cloud Deploy V1 API - Class Google::Cloud::Deploy::V1::DeployPolicyResourceSelector (v1.1.0)

Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::DeployPolicyResourceSelector.

Contains information on the resources to select for a deploy policy. Attributes provided must all match the resource in order for policy restrictions to apply. For example, if delivery pipelines attributes given are an id "prod" and labels "foo: bar", a delivery pipeline resource must match both that id and have that label in order to be subject to the policy.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#delivery_pipeline

def delivery_pipeline() -> ::Google::Cloud::Deploy::V1::DeliveryPipelineAttribute
Returns

#delivery_pipeline=

def delivery_pipeline=(value) -> ::Google::Cloud::Deploy::V1::DeliveryPipelineAttribute
Parameter
Returns

#target

def target() -> ::Google::Cloud::Deploy::V1::TargetAttribute
Returns

#target=

def target=(value) -> ::Google::Cloud::Deploy::V1::TargetAttribute
Parameter
Returns