Uses of Class
com.google.cloud.compute.v1.SubnetworksClient.ListUsablePagedResponse
-
Packages that use SubnetworksClient.ListUsablePagedResponse 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 SubnetworksClient.ListUsablePagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return SubnetworksClient.ListUsablePagedResponse Modifier and Type Method Description SubnetworksClient.ListUsablePagedResponse
SubnetworksClient. listUsable(ListUsableSubnetworksRequest request)
Retrieves an aggregated list of all usable subnetworks in the project.SubnetworksClient.ListUsablePagedResponse
SubnetworksClient. listUsable(String project)
Retrieves an aggregated list of all usable subnetworks in the project.Methods in com.google.cloud.compute.v1 that return types with arguments of type SubnetworksClient.ListUsablePagedResponse 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)
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. -
Uses of SubnetworksClient.ListUsablePagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type SubnetworksClient.ListUsablePagedResponse Modifier and Type Method Description 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.
-