public interface AddressesScopedListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAddresses(int index)
public abstract Address getAddresses(int index)[Output Only] A list of addresses contained in this scope.
repeated .google.cloud.compute.v1.Address addresses = 337673122;
| Name | Description |
| index | int |
| Type | Description |
| Address |
getAddressesCount()
public abstract int getAddressesCount()[Output Only] A list of addresses contained in this scope.
repeated .google.cloud.compute.v1.Address addresses = 337673122;
| Type | Description |
| int |
getAddressesList()
public abstract List<Address> getAddressesList()[Output Only] A list of addresses contained in this scope.
repeated .google.cloud.compute.v1.Address addresses = 337673122;
| Type | Description |
| List<Address> |
getAddressesOrBuilder(int index)
public abstract AddressOrBuilder getAddressesOrBuilder(int index)[Output Only] A list of addresses contained in this scope.
repeated .google.cloud.compute.v1.Address addresses = 337673122;
| Name | Description |
| index | int |
| Type | Description |
| AddressOrBuilder |
getAddressesOrBuilderList()
public abstract List<? extends AddressOrBuilder> getAddressesOrBuilderList()[Output Only] A list of addresses contained in this scope.
repeated .google.cloud.compute.v1.Address addresses = 337673122;
| Type | Description |
| List<? extends com.google.cloud.compute.v1.AddressOrBuilder> |
getWarning()
public abstract 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;
| Type | Description |
| Warning | The warning. |
getWarningOrBuilder()
public abstract 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;
| Type | Description |
| WarningOrBuilder |
hasWarning()
public abstract 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;
| Type | Description |
| boolean | Whether the warning field is set. |