Uses of Class
com.google.cloud.compute.v1.ListUsableSubnetworksRequest
-
Packages that use ListUsableSubnetworksRequest Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of ListUsableSubnetworksRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ListUsableSubnetworksRequest Modifier and Type Method Description ListUsableSubnetworksRequestListUsableSubnetworksRequest.Builder. build()ListUsableSubnetworksRequestListUsableSubnetworksRequest.Builder. buildPartial()static ListUsableSubnetworksRequestListUsableSubnetworksRequest. getDefaultInstance()ListUsableSubnetworksRequestListUsableSubnetworksRequest.Builder. getDefaultInstanceForType()ListUsableSubnetworksRequestListUsableSubnetworksRequest. getDefaultInstanceForType()static ListUsableSubnetworksRequestListUsableSubnetworksRequest. parseDelimitedFrom(InputStream input)static ListUsableSubnetworksRequestListUsableSubnetworksRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListUsableSubnetworksRequestListUsableSubnetworksRequest. parseFrom(byte[] data)static ListUsableSubnetworksRequestListUsableSubnetworksRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListUsableSubnetworksRequestListUsableSubnetworksRequest. parseFrom(com.google.protobuf.ByteString data)static ListUsableSubnetworksRequestListUsableSubnetworksRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListUsableSubnetworksRequestListUsableSubnetworksRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListUsableSubnetworksRequestListUsableSubnetworksRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListUsableSubnetworksRequestListUsableSubnetworksRequest. parseFrom(InputStream input)static ListUsableSubnetworksRequestListUsableSubnetworksRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListUsableSubnetworksRequestListUsableSubnetworksRequest. parseFrom(ByteBuffer data)static ListUsableSubnetworksRequestListUsableSubnetworksRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type ListUsableSubnetworksRequest Modifier and Type Method Description com.google.protobuf.Parser<ListUsableSubnetworksRequest>ListUsableSubnetworksRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListUsableSubnetworksRequest,UsableSubnetworksAggregatedList>SubnetworksClient. listUsableCallable()Retrieves an aggregated list of all usable subnetworks in the project.com.google.api.gax.rpc.UnaryCallable<ListUsableSubnetworksRequest,SubnetworksClient.ListUsablePagedResponse>SubnetworksClient. listUsablePagedCallable()Retrieves an aggregated list of all usable subnetworks in the project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListUsableSubnetworksRequest,UsableSubnetworksAggregatedList,SubnetworksClient.ListUsablePagedResponse>SubnetworksSettings.Builder. listUsableSettings()Returns the builder for the settings used for calls to listUsable.com.google.api.gax.rpc.PagedCallSettings<ListUsableSubnetworksRequest,UsableSubnetworksAggregatedList,SubnetworksClient.ListUsablePagedResponse>SubnetworksSettings. listUsableSettings()Returns the object with the settings used for calls to listUsable.static com.google.protobuf.Parser<ListUsableSubnetworksRequest>ListUsableSubnetworksRequest. parser()Methods in com.google.cloud.compute.v1 with parameters of type ListUsableSubnetworksRequest Modifier and Type Method Description SubnetworksClient.ListUsablePagedResponseSubnetworksClient. listUsable(ListUsableSubnetworksRequest request)Retrieves an aggregated list of all usable subnetworks in the project.ListUsableSubnetworksRequest.BuilderListUsableSubnetworksRequest.Builder. mergeFrom(ListUsableSubnetworksRequest other)static ListUsableSubnetworksRequest.BuilderListUsableSubnetworksRequest. newBuilder(ListUsableSubnetworksRequest prototype)Method parameters in com.google.cloud.compute.v1 with type arguments of type ListUsableSubnetworksRequest Modifier and Type Method Description 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.ListUsablePageSubnetworksClient.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) -
Uses of ListUsableSubnetworksRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type ListUsableSubnetworksRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListUsableSubnetworksRequest,UsableSubnetworksAggregatedList>HttpJsonSubnetworksStub. listUsableCallable()com.google.api.gax.rpc.UnaryCallable<ListUsableSubnetworksRequest,UsableSubnetworksAggregatedList>SubnetworksStub. listUsableCallable()com.google.api.gax.rpc.UnaryCallable<ListUsableSubnetworksRequest,SubnetworksClient.ListUsablePagedResponse>HttpJsonSubnetworksStub. listUsablePagedCallable()com.google.api.gax.rpc.UnaryCallable<ListUsableSubnetworksRequest,SubnetworksClient.ListUsablePagedResponse>SubnetworksStub. listUsablePagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListUsableSubnetworksRequest,UsableSubnetworksAggregatedList,SubnetworksClient.ListUsablePagedResponse>SubnetworksStubSettings.Builder. listUsableSettings()Returns the builder for the settings used for calls to listUsable.com.google.api.gax.rpc.PagedCallSettings<ListUsableSubnetworksRequest,UsableSubnetworksAggregatedList,SubnetworksClient.ListUsablePagedResponse>SubnetworksStubSettings. listUsableSettings()Returns the object with the settings used for calls to listUsable.
-