public interface SubnetworksScopedListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Subnetwork |
getSubnetworks(int index)
A list of subnetworks contained in this scope.
|
int |
getSubnetworksCount()
A list of subnetworks contained in this scope.
|
List<Subnetwork> |
getSubnetworksList()
A list of subnetworks contained in this scope.
|
SubnetworkOrBuilder |
getSubnetworksOrBuilder(int index)
A list of subnetworks contained in this scope.
|
List<? extends SubnetworkOrBuilder> |
getSubnetworksOrBuilderList()
A list of subnetworks contained in this scope.
|
Warning |
getWarning()
An informational warning that appears when the list of addresses is empty.
|
WarningOrBuilder |
getWarningOrBuilder()
An informational warning that appears when the list of addresses is empty.
|
boolean |
hasWarning()
An informational warning that appears when the list of addresses is empty.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Subnetwork> getSubnetworksList()
A list of subnetworks contained in this scope.
repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;Subnetwork getSubnetworks(int index)
A list of subnetworks contained in this scope.
repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;int getSubnetworksCount()
A list of subnetworks contained in this scope.
repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;List<? extends SubnetworkOrBuilder> getSubnetworksOrBuilderList()
A list of subnetworks contained in this scope.
repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;SubnetworkOrBuilder getSubnetworksOrBuilder(int index)
A list of subnetworks contained in this scope.
repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;boolean hasWarning()
An informational warning that appears when the list of addresses is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Warning getWarning()
An informational warning that appears when the list of addresses is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;WarningOrBuilder getWarningOrBuilder()
An informational warning that appears when the list of addresses is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Copyright © 2023 Google LLC. All rights reserved.