Interface TargetPoolsScopedListOrBuilder (1.53.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
Name Description
index int
Returns
Type Description
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
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
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
Type Description
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
Type Description
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
Type Description
boolean

Whether the warning field is set.