Uses of Class
com.google.cloud.compute.v1.BackendServicesClient.AggregatedListPagedResponse
-
Packages that use BackendServicesClient.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 BackendServicesClient.AggregatedListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return BackendServicesClient.AggregatedListPagedResponse Modifier and Type Method Description BackendServicesClient.AggregatedListPagedResponse
BackendServicesClient. aggregatedList(AggregatedListBackendServicesRequest request)
Retrieves the list of all BackendService resources, regional and global, available to the specified project.BackendServicesClient.AggregatedListPagedResponse
BackendServicesClient. aggregatedList(String project)
Retrieves the list of all BackendService resources, regional and global, available to the specified project.Methods in com.google.cloud.compute.v1 that return types with arguments of type BackendServicesClient.AggregatedListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListBackendServicesRequest,BackendServicesClient.AggregatedListPagedResponse>
BackendServicesClient. aggregatedListPagedCallable()
Retrieves the list of all BackendService resources, regional and global, available to the specified project.com.google.api.gax.rpc.PagedCallSettings<AggregatedListBackendServicesRequest,BackendServiceAggregatedList,BackendServicesClient.AggregatedListPagedResponse>
BackendServicesSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListBackendServicesRequest,BackendServiceAggregatedList,BackendServicesClient.AggregatedListPagedResponse>
BackendServicesSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.static com.google.api.core.ApiFuture<BackendServicesClient.AggregatedListPagedResponse>
BackendServicesClient.AggregatedListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<AggregatedListBackendServicesRequest,BackendServiceAggregatedList,Map.Entry<String,BackendServicesScopedList>> context, com.google.api.core.ApiFuture<BackendServiceAggregatedList> futureResponse)
-
Uses of BackendServicesClient.AggregatedListPagedResponse in com.google.cloud.compute.v1.stub
-