public interface SubnetworksScopedListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Name | Description |
| index | int |
| Type | Description |
| Subnetwork |
getSubnetworksCount()
public abstract int getSubnetworksCount()A list of subnetworks contained in this scope.
repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;
| Type | Description |
| int |
getSubnetworksList()
public abstract List<Subnetwork> getSubnetworksList()A list of subnetworks contained in this scope.
repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| SubnetworkOrBuilder |
getSubnetworksOrBuilderList()
public abstract List<? extends SubnetworkOrBuilder> getSubnetworksOrBuilderList()A list of subnetworks contained in this scope.
repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the warning field is set. |