Interface AutomationResourceSelectorOrBuilder (1.40.0)

public interface AutomationResourceSelectorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTargets(int index)

public abstract TargetAttribute getTargets(int index)

Contains attributes about a target.

repeated .google.cloud.deploy.v1.TargetAttribute targets = 1;

Parameter
Name Description
index int
Returns
Type Description
TargetAttribute

getTargetsCount()

public abstract int getTargetsCount()

Contains attributes about a target.

repeated .google.cloud.deploy.v1.TargetAttribute targets = 1;

Returns
Type Description
int

getTargetsList()

public abstract List<TargetAttribute> getTargetsList()

Contains attributes about a target.

repeated .google.cloud.deploy.v1.TargetAttribute targets = 1;

Returns
Type Description
List<TargetAttribute>

getTargetsOrBuilder(int index)

public abstract TargetAttributeOrBuilder getTargetsOrBuilder(int index)

Contains attributes about a target.

repeated .google.cloud.deploy.v1.TargetAttribute targets = 1;

Parameter
Name Description
index int
Returns
Type Description
TargetAttributeOrBuilder

getTargetsOrBuilderList()

public abstract List<? extends TargetAttributeOrBuilder> getTargetsOrBuilderList()

Contains attributes about a target.

repeated .google.cloud.deploy.v1.TargetAttribute targets = 1;

Returns
Type Description
List<? extends com.google.cloud.deploy.v1.TargetAttributeOrBuilder>