Package com.google.cloud.compute.v1
Interface SubnetworksScopedListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SubnetworksScopedList
,SubnetworksScopedList.Builder
public interface SubnetworksScopedListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSubnetworksList
List<Subnetwork> getSubnetworksList()
A list of subnetworks contained in this scope.
repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;
-
getSubnetworks
Subnetwork getSubnetworks(int index)
A list of subnetworks contained in this scope.
repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;
-
getSubnetworksCount
int getSubnetworksCount()
A list of subnetworks contained in this scope.
repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;
-
getSubnetworksOrBuilderList
List<? extends SubnetworkOrBuilder> getSubnetworksOrBuilderList()
A list of subnetworks contained in this scope.
repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;
-
getSubnetworksOrBuilder
SubnetworkOrBuilder getSubnetworksOrBuilder(int index)
A list of subnetworks contained in this scope.
repeated .google.cloud.compute.v1.Subnetwork subnetworks = 415853125;
-
hasWarning
boolean hasWarning()
An informational warning that appears when the list of addresses is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
- Returns:
- Whether the warning field is set.
-
getWarning
Warning getWarning()
An informational warning that appears when the list of addresses is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
- Returns:
- The warning.
-
getWarningOrBuilder
WarningOrBuilder getWarningOrBuilder()
An informational warning that appears when the list of addresses is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
-
-