public interface AddressesScopedListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddresses(int index)
[Output Only] A list of addresses contained in this scope.
|
int |
getAddressesCount()
[Output Only] A list of addresses contained in this scope.
|
List<Address> |
getAddressesList()
[Output Only] A list of addresses contained in this scope.
|
AddressOrBuilder |
getAddressesOrBuilder(int index)
[Output Only] A list of addresses contained in this scope.
|
List<? extends AddressOrBuilder> |
getAddressesOrBuilderList()
[Output Only] A list of addresses contained in this scope.
|
Warning |
getWarning()
[Output Only] Informational warning which replaces the list of addresses when the list is empty.
|
WarningOrBuilder |
getWarningOrBuilder()
[Output Only] Informational warning which replaces the list of addresses when the list is empty.
|
boolean |
hasWarning()
[Output Only] 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<Address> getAddressesList()
[Output Only] A list of addresses contained in this scope.
repeated .google.cloud.compute.v1.Address addresses = 337673122;Address getAddresses(int index)
[Output Only] A list of addresses contained in this scope.
repeated .google.cloud.compute.v1.Address addresses = 337673122;int getAddressesCount()
[Output Only] A list of addresses contained in this scope.
repeated .google.cloud.compute.v1.Address addresses = 337673122;List<? extends AddressOrBuilder> getAddressesOrBuilderList()
[Output Only] A list of addresses contained in this scope.
repeated .google.cloud.compute.v1.Address addresses = 337673122;AddressOrBuilder getAddressesOrBuilder(int index)
[Output Only] A list of addresses contained in this scope.
repeated .google.cloud.compute.v1.Address addresses = 337673122;boolean hasWarning()
[Output Only] Informational warning which replaces the list of addresses when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Warning getWarning()
[Output Only] Informational warning which replaces the list of addresses when the list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;WarningOrBuilder getWarningOrBuilder()
[Output Only] 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.