Uses of Class
com.google.cloud.compute.v1.UsableSubnetwork
-
Packages that use UsableSubnetwork Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of UsableSubnetwork in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return UsableSubnetwork Modifier and Type Method Description UsableSubnetwork
UsableSubnetwork.Builder. build()
UsableSubnetwork
UsableSubnetwork.Builder. buildPartial()
static UsableSubnetwork
UsableSubnetwork. getDefaultInstance()
UsableSubnetwork
UsableSubnetwork.Builder. getDefaultInstanceForType()
UsableSubnetwork
UsableSubnetwork. getDefaultInstanceForType()
UsableSubnetwork
UsableSubnetworksAggregatedList.Builder. getItems(int index)
[Output] A list of usable subnetwork URLs.UsableSubnetwork
UsableSubnetworksAggregatedList. getItems(int index)
[Output] A list of usable subnetwork URLs.UsableSubnetwork
UsableSubnetworksAggregatedListOrBuilder. getItems(int index)
[Output] A list of usable subnetwork URLs.static UsableSubnetwork
UsableSubnetwork. parseDelimitedFrom(InputStream input)
static UsableSubnetwork
UsableSubnetwork. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UsableSubnetwork
UsableSubnetwork. parseFrom(byte[] data)
static UsableSubnetwork
UsableSubnetwork. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UsableSubnetwork
UsableSubnetwork. parseFrom(com.google.protobuf.ByteString data)
static UsableSubnetwork
UsableSubnetwork. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UsableSubnetwork
UsableSubnetwork. parseFrom(com.google.protobuf.CodedInputStream input)
static UsableSubnetwork
UsableSubnetwork. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UsableSubnetwork
UsableSubnetwork. parseFrom(InputStream input)
static UsableSubnetwork
UsableSubnetwork. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UsableSubnetwork
UsableSubnetwork. parseFrom(ByteBuffer data)
static UsableSubnetwork
UsableSubnetwork. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type UsableSubnetwork Modifier and Type Method Description List<UsableSubnetwork>
UsableSubnetworksAggregatedList.Builder. getItemsList()
[Output] A list of usable subnetwork URLs.List<UsableSubnetwork>
UsableSubnetworksAggregatedList. getItemsList()
[Output] A list of usable subnetwork URLs.List<UsableSubnetwork>
UsableSubnetworksAggregatedListOrBuilder. getItemsList()
[Output] A list of usable subnetwork URLs.com.google.protobuf.Parser<UsableSubnetwork>
UsableSubnetwork. getParserForType()
static com.google.protobuf.Parser<UsableSubnetwork>
UsableSubnetwork. parser()
Methods in com.google.cloud.compute.v1 with parameters of type UsableSubnetwork Modifier and Type Method Description UsableSubnetworksAggregatedList.Builder
UsableSubnetworksAggregatedList.Builder. addItems(int index, UsableSubnetwork value)
[Output] A list of usable subnetwork URLs.UsableSubnetworksAggregatedList.Builder
UsableSubnetworksAggregatedList.Builder. addItems(UsableSubnetwork value)
[Output] A list of usable subnetwork URLs.UsableSubnetwork.Builder
UsableSubnetwork.Builder. mergeFrom(UsableSubnetwork other)
static UsableSubnetwork.Builder
UsableSubnetwork. newBuilder(UsableSubnetwork prototype)
UsableSubnetworksAggregatedList.Builder
UsableSubnetworksAggregatedList.Builder. setItems(int index, UsableSubnetwork value)
[Output] A list of usable subnetwork URLs.Method parameters in com.google.cloud.compute.v1 with type arguments of type UsableSubnetwork Modifier and Type Method Description UsableSubnetworksAggregatedList.Builder
UsableSubnetworksAggregatedList.Builder. addAllItems(Iterable<? extends UsableSubnetwork> values)
[Output] A list of usable subnetwork URLs.static com.google.api.core.ApiFuture<SubnetworksClient.ListUsablePagedResponse>
SubnetworksClient.ListUsablePagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListUsableSubnetworksRequest,UsableSubnetworksAggregatedList,UsableSubnetwork> context, com.google.api.core.ApiFuture<UsableSubnetworksAggregatedList> futureResponse)
protected SubnetworksClient.ListUsablePage
SubnetworksClient.ListUsablePage. createPage(com.google.api.gax.rpc.PageContext<ListUsableSubnetworksRequest,UsableSubnetworksAggregatedList,UsableSubnetwork> context, UsableSubnetworksAggregatedList response)
com.google.api.core.ApiFuture<SubnetworksClient.ListUsablePage>
SubnetworksClient.ListUsablePage. createPageAsync(com.google.api.gax.rpc.PageContext<ListUsableSubnetworksRequest,UsableSubnetworksAggregatedList,UsableSubnetwork> context, com.google.api.core.ApiFuture<UsableSubnetworksAggregatedList> futureResponse)
-