Uses of Interface
com.google.cloud.compute.v1.UsableSubnetworkOrBuilder
-
Packages that use UsableSubnetworkOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of UsableSubnetworkOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement UsableSubnetworkOrBuilder Modifier and Type Class Description class
UsableSubnetwork
Subnetwork which the current user has compute.subnetworks.use permission on.static class
UsableSubnetwork.Builder
Subnetwork which the current user has compute.subnetworks.use permission on.Methods in com.google.cloud.compute.v1 that return UsableSubnetworkOrBuilder Modifier and Type Method Description UsableSubnetworkOrBuilder
UsableSubnetworksAggregatedList.Builder. getItemsOrBuilder(int index)
[Output] A list of usable subnetwork URLs.UsableSubnetworkOrBuilder
UsableSubnetworksAggregatedList. getItemsOrBuilder(int index)
[Output] A list of usable subnetwork URLs.UsableSubnetworkOrBuilder
UsableSubnetworksAggregatedListOrBuilder. getItemsOrBuilder(int index)
[Output] A list of usable subnetwork URLs.Methods in com.google.cloud.compute.v1 that return types with arguments of type UsableSubnetworkOrBuilder Modifier and Type Method Description List<? extends UsableSubnetworkOrBuilder>
UsableSubnetworksAggregatedList.Builder. getItemsOrBuilderList()
[Output] A list of usable subnetwork URLs.List<? extends UsableSubnetworkOrBuilder>
UsableSubnetworksAggregatedList. getItemsOrBuilderList()
[Output] A list of usable subnetwork URLs.List<? extends UsableSubnetworkOrBuilder>
UsableSubnetworksAggregatedListOrBuilder. getItemsOrBuilderList()
[Output] A list of usable subnetwork URLs.
-