Interface AddressesScopedListOrBuilder (1.52.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
Name Description
index int
Returns
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;

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

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

Parameter
Name Description
index int
Returns
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;

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

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

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

Returns
Type Description
boolean

Whether the warning field is set.