public interface AutomationResourceSelectorOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getTargets(int index)
public abstract TargetAttribute getTargets(int index)
Optional. Contains attributes about a target.
repeated .google.cloud.deploy.v1.TargetAttribute targets = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TargetAttribute |
getTargetsCount()
public abstract int getTargetsCount()
Optional. Contains attributes about a target.
repeated .google.cloud.deploy.v1.TargetAttribute targets = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
getTargetsList()
public abstract List<TargetAttribute> getTargetsList()
Optional. Contains attributes about a target.
repeated .google.cloud.deploy.v1.TargetAttribute targets = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<TargetAttribute> |
getTargetsOrBuilder(int index)
public abstract TargetAttributeOrBuilder getTargetsOrBuilder(int index)
Optional. Contains attributes about a target.
repeated .google.cloud.deploy.v1.TargetAttribute targets = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TargetAttributeOrBuilder |
getTargetsOrBuilderList()
public abstract List<? extends TargetAttributeOrBuilder> getTargetsOrBuilderList()
Optional. Contains attributes about a target.
repeated .google.cloud.deploy.v1.TargetAttribute targets = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.deploy.v1.TargetAttributeOrBuilder> |