Uses of Class
com.google.cloud.compute.v1.SubnetworksClient.AggregatedListPagedResponse
-
Packages that use SubnetworksClient.AggregatedListPagedResponse 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.AggregatedListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return SubnetworksClient.AggregatedListPagedResponse Modifier and Type Method Description SubnetworksClient.AggregatedListPagedResponse
SubnetworksClient. aggregatedList(AggregatedListSubnetworksRequest request)
Retrieves an aggregated list of subnetworks.SubnetworksClient.AggregatedListPagedResponse
SubnetworksClient. aggregatedList(String project)
Retrieves an aggregated list of subnetworks.Methods in com.google.cloud.compute.v1 that return types with arguments of type SubnetworksClient.AggregatedListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListSubnetworksRequest,SubnetworksClient.AggregatedListPagedResponse>
SubnetworksClient. aggregatedListPagedCallable()
Retrieves an aggregated list of subnetworks.com.google.api.gax.rpc.PagedCallSettings<AggregatedListSubnetworksRequest,SubnetworkAggregatedList,SubnetworksClient.AggregatedListPagedResponse>
SubnetworksSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListSubnetworksRequest,SubnetworkAggregatedList,SubnetworksClient.AggregatedListPagedResponse>
SubnetworksSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.static com.google.api.core.ApiFuture<SubnetworksClient.AggregatedListPagedResponse>
SubnetworksClient.AggregatedListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<AggregatedListSubnetworksRequest,SubnetworkAggregatedList,Map.Entry<String,SubnetworksScopedList>> context, com.google.api.core.ApiFuture<SubnetworkAggregatedList> futureResponse)
-
Uses of SubnetworksClient.AggregatedListPagedResponse in com.google.cloud.compute.v1.stub
-