Interface TargetInstancesScopedListOrBuilder (1.51.0)

public interface TargetInstancesScopedListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTargetInstances(int index)

public abstract TargetInstance getTargetInstances(int index)

A list of target instances contained in this scope.

repeated .google.cloud.compute.v1.TargetInstance target_instances = 392915280;

Parameter
NameDescription
indexint
Returns
TypeDescription
TargetInstance

getTargetInstancesCount()

public abstract int getTargetInstancesCount()

A list of target instances contained in this scope.

repeated .google.cloud.compute.v1.TargetInstance target_instances = 392915280;

Returns
TypeDescription
int

getTargetInstancesList()

public abstract List<TargetInstance> getTargetInstancesList()

A list of target instances contained in this scope.

repeated .google.cloud.compute.v1.TargetInstance target_instances = 392915280;

Returns
TypeDescription
List<TargetInstance>

getTargetInstancesOrBuilder(int index)

public abstract TargetInstanceOrBuilder getTargetInstancesOrBuilder(int index)

A list of target instances contained in this scope.

repeated .google.cloud.compute.v1.TargetInstance target_instances = 392915280;

Parameter
NameDescription
indexint
Returns
TypeDescription
TargetInstanceOrBuilder

getTargetInstancesOrBuilderList()

public abstract List<? extends TargetInstanceOrBuilder> getTargetInstancesOrBuilderList()

A list of target instances contained in this scope.

repeated .google.cloud.compute.v1.TargetInstance target_instances = 392915280;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.TargetInstanceOrBuilder>

getWarning()

public abstract Warning getWarning()

Informational warning which replaces the list of addresses when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
TypeDescription
Warning

The warning.

getWarningOrBuilder()

public abstract WarningOrBuilder getWarningOrBuilder()

Informational warning which replaces the list of addresses when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
TypeDescription
WarningOrBuilder

hasWarning()

public abstract boolean hasWarning()

Informational warning which replaces the list of addresses when the list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
TypeDescription
boolean

Whether the warning field is set.