Interface SubnetworksScopedListOrBuilder (1.51.0)

public interface SubnetworksScopedListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSubnetworks(int index)

public abstract Subnetwork getSubnetworks(int index)

A list of subnetworks contained in this scope.

repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;

Parameter
NameDescription
indexint
Returns
TypeDescription
Subnetwork

getSubnetworksCount()

public abstract int getSubnetworksCount()

A list of subnetworks contained in this scope.

repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;

Returns
TypeDescription
int

getSubnetworksList()

public abstract List<Subnetwork> getSubnetworksList()

A list of subnetworks contained in this scope.

repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;

Returns
TypeDescription
List<Subnetwork>

getSubnetworksOrBuilder(int index)

public abstract SubnetworkOrBuilder getSubnetworksOrBuilder(int index)

A list of subnetworks contained in this scope.

repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;

Parameter
NameDescription
indexint
Returns
TypeDescription
SubnetworkOrBuilder

getSubnetworksOrBuilderList()

public abstract List<? extends SubnetworkOrBuilder> getSubnetworksOrBuilderList()

A list of subnetworks contained in this scope.

repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.SubnetworkOrBuilder>

getWarning()

public abstract Warning getWarning()

An informational warning that appears when the list of addresses is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
TypeDescription
Warning

The warning.

getWarningOrBuilder()

public abstract WarningOrBuilder getWarningOrBuilder()

An informational warning that appears when the list of addresses is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
TypeDescription
WarningOrBuilder

hasWarning()

public abstract boolean hasWarning()

An informational warning that appears when the list of addresses is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
TypeDescription
boolean

Whether the warning field is set.