Package com.google.cloud.compute.v1
Interface AddressesScopedListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AddressesScopedList
,AddressesScopedList.Builder
public interface AddressesScopedListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAddressesList
List<Address> getAddressesList()
[Output Only] A list of addresses contained in this scope.
repeated .google.cloud.compute.v1.Address addresses = 337673122;
-
getAddresses
Address getAddresses(int index)
[Output Only] A list of addresses contained in this scope.
repeated .google.cloud.compute.v1.Address addresses = 337673122;
-
getAddressesCount
int getAddressesCount()
[Output Only] A list of addresses contained in this scope.
repeated .google.cloud.compute.v1.Address addresses = 337673122;
-
getAddressesOrBuilderList
List<? extends AddressOrBuilder> getAddressesOrBuilderList()
[Output Only] A list of addresses contained in this scope.
repeated .google.cloud.compute.v1.Address addresses = 337673122;
-
getAddressesOrBuilder
AddressOrBuilder getAddressesOrBuilder(int index)
[Output Only] A list of addresses contained in this scope.
repeated .google.cloud.compute.v1.Address addresses = 337673122;
-
hasWarning
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;
- Returns:
- Whether the warning field is set.
-
getWarning
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;
- Returns:
- The warning.
-
getWarningOrBuilder
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;
-
-