Interface AutomationResourceSelectorOrBuilder (1.39.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
NameDescription
indexint
Returns
TypeDescription
TargetAttribute

getTargetsCount()

public abstract int getTargetsCount()

Contains attributes about a target.

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

Returns
TypeDescription
int

getTargetsList()

public abstract List<TargetAttribute> getTargetsList()

Contains attributes about a target.

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

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
TargetAttributeOrBuilder

getTargetsOrBuilderList()

public abstract List<? extends TargetAttributeOrBuilder> getTargetsOrBuilderList()

Contains attributes about a target.

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

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