Interface AddressesScopedListOrBuilder (1.51.0)

public interface AddressesScopedListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
Address

getAddressesCount()

public abstract int getAddressesCount()

[Output Only] A list of addresses contained in this scope.

repeated .google.cloud.compute.v1.Address addresses = 337673122;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the warning field is set.