Uses of Class
com.google.cloud.compute.v1.BackendServicesClient.ListPagedResponse
-
Packages that use BackendServicesClient.ListPagedResponse 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.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return BackendServicesClient.ListPagedResponse Modifier and Type Method Description BackendServicesClient.ListPagedResponse
BackendServicesClient. list(ListBackendServicesRequest request)
Retrieves the list of BackendService resources available to the specified project.BackendServicesClient.ListPagedResponse
BackendServicesClient. list(String project)
Retrieves the list of BackendService resources available to the specified project.Methods in com.google.cloud.compute.v1 that return types with arguments of type BackendServicesClient.ListPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<BackendServicesClient.ListPagedResponse>
BackendServicesClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListBackendServicesRequest,BackendServiceList,BackendService> context, com.google.api.core.ApiFuture<BackendServiceList> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListBackendServicesRequest,BackendServicesClient.ListPagedResponse>
BackendServicesClient. listPagedCallable()
Retrieves the list of BackendService resources available to the specified project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListBackendServicesRequest,BackendServiceList,BackendServicesClient.ListPagedResponse>
BackendServicesSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListBackendServicesRequest,BackendServiceList,BackendServicesClient.ListPagedResponse>
BackendServicesSettings. listSettings()
Returns the object with the settings used for calls to list. -
Uses of BackendServicesClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type BackendServicesClient.ListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListBackendServicesRequest,BackendServicesClient.ListPagedResponse>
BackendServicesStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListBackendServicesRequest,BackendServicesClient.ListPagedResponse>
HttpJsonBackendServicesStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListBackendServicesRequest,BackendServiceList,BackendServicesClient.ListPagedResponse>
BackendServicesStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListBackendServicesRequest,BackendServiceList,BackendServicesClient.ListPagedResponse>
BackendServicesStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-