Interface DeployPolicyResourceSelectorOrBuilder (1.50.0)

public interface DeployPolicyResourceSelectorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeliveryPipeline()

public abstract DeliveryPipelineAttribute getDeliveryPipeline()

Optional. Contains attributes about a delivery pipeline.

.google.cloud.deploy.v1.DeliveryPipelineAttribute delivery_pipeline = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DeliveryPipelineAttribute

The deliveryPipeline.

getDeliveryPipelineOrBuilder()

public abstract DeliveryPipelineAttributeOrBuilder getDeliveryPipelineOrBuilder()

Optional. Contains attributes about a delivery pipeline.

.google.cloud.deploy.v1.DeliveryPipelineAttribute delivery_pipeline = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
DeliveryPipelineAttributeOrBuilder

getTarget()

public abstract TargetAttribute getTarget()

Optional. Contains attributes about a target.

.google.cloud.deploy.v1.TargetAttribute target = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
TargetAttribute

The target.

getTargetOrBuilder()

public abstract TargetAttributeOrBuilder getTargetOrBuilder()

Optional. Contains attributes about a target.

.google.cloud.deploy.v1.TargetAttribute target = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
TargetAttributeOrBuilder

hasDeliveryPipeline()

public abstract boolean hasDeliveryPipeline()

Optional. Contains attributes about a delivery pipeline.

.google.cloud.deploy.v1.DeliveryPipelineAttribute delivery_pipeline = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the deliveryPipeline field is set.

hasTarget()

public abstract boolean hasTarget()

Optional. Contains attributes about a target.

.google.cloud.deploy.v1.TargetAttribute target = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the target field is set.