public interface TargetPoolsScopedListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Name | Description |
| index | int |
| 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;
| 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;
| 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;
| Name | Description |
| index | int |
| 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;
| 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;
| 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;
| 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;
| Type | Description |
| boolean | Whether the warning field is set. |