public interface TargetPoolsScopedListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TargetPool |
getTargetPools(int index)
A list of target pools contained in this scope.
|
int |
getTargetPoolsCount()
A list of target pools contained in this scope.
|
List<TargetPool> |
getTargetPoolsList()
A list of target pools contained in this scope.
|
TargetPoolOrBuilder |
getTargetPoolsOrBuilder(int index)
A list of target pools contained in this scope.
|
List<? extends TargetPoolOrBuilder> |
getTargetPoolsOrBuilderList()
A list of target pools contained in this scope.
|
Warning |
getWarning()
Informational warning which replaces the list of addresses when the list is empty.
|
WarningOrBuilder |
getWarningOrBuilder()
Informational warning which replaces the list of addresses when the list is empty.
|
boolean |
hasWarning()
Informational warning which replaces the list of addresses when the list is empty.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<TargetPool> getTargetPoolsList()
A list of target pools contained in this scope.
repeated .google.cloud.compute.v1.TargetPool target_pools = 336072617;TargetPool getTargetPools(int index)
A list of target pools contained in this scope.
repeated .google.cloud.compute.v1.TargetPool target_pools = 336072617;int getTargetPoolsCount()
A list of target pools contained in this scope.
repeated .google.cloud.compute.v1.TargetPool target_pools = 336072617;List<? extends TargetPoolOrBuilder> getTargetPoolsOrBuilderList()
A list of target pools contained in this scope.
repeated .google.cloud.compute.v1.TargetPool target_pools = 336072617;TargetPoolOrBuilder getTargetPoolsOrBuilder(int index)
A list of target pools contained in this scope.
repeated .google.cloud.compute.v1.TargetPool target_pools = 336072617;boolean hasWarning()
Informational warning which replaces the list of addresses when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Warning getWarning()
Informational warning which replaces the list of addresses when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;WarningOrBuilder getWarningOrBuilder()
Informational warning which replaces the list of addresses when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Copyright © 2023 Google LLC. All rights reserved.