Interface TargetPoolsScopedListOrBuilder (1.37.0)

public interface TargetPoolsScopedListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTargetPools(int index)

public abstract TargetPool getTargetPools(int index)

A list of target pools contained in this scope.

repeated .google.cloud.compute.v1.TargetPool target_pools = 336072617;

Parameter
NameDescription
indexint
Returns
TypeDescription
TargetPool

getTargetPoolsCount()

public abstract int getTargetPoolsCount()

A list of target pools contained in this scope.

repeated .google.cloud.compute.v1.TargetPool target_pools = 336072617;

Returns
TypeDescription
int

getTargetPoolsList()

public abstract List<TargetPool> getTargetPoolsList()

A list of target pools contained in this scope.

repeated .google.cloud.compute.v1.TargetPool target_pools = 336072617;

Returns
TypeDescription
List<TargetPool>

getTargetPoolsOrBuilder(int index)

public abstract TargetPoolOrBuilder getTargetPoolsOrBuilder(int index)

A list of target pools contained in this scope.

repeated .google.cloud.compute.v1.TargetPool target_pools = 336072617;

Parameter
NameDescription
indexint
Returns
TypeDescription
TargetPoolOrBuilder

getTargetPoolsOrBuilderList()

public abstract List<? extends TargetPoolOrBuilder> getTargetPoolsOrBuilderList()

A list of target pools contained in this scope.

repeated .google.cloud.compute.v1.TargetPool target_pools = 336072617;

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

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.