Uses of Class
com.google.cloud.billing.v1.CloudCatalogClient.ListServicesPagedResponse
-
Packages that use CloudCatalogClient.ListServicesPagedResponse Package Description com.google.cloud.billing.v1 A client to Cloud Billing APIcom.google.cloud.billing.v1.stub -
-
Uses of CloudCatalogClient.ListServicesPagedResponse in com.google.cloud.billing.v1
Methods in com.google.cloud.billing.v1 that return CloudCatalogClient.ListServicesPagedResponse Modifier and Type Method Description CloudCatalogClient.ListServicesPagedResponse
CloudCatalogClient. listServices()
Lists all public cloud services.CloudCatalogClient.ListServicesPagedResponse
CloudCatalogClient. listServices(ListServicesRequest request)
Lists all public cloud services.Methods in com.google.cloud.billing.v1 that return types with arguments of type CloudCatalogClient.ListServicesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<CloudCatalogClient.ListServicesPagedResponse>
CloudCatalogClient.ListServicesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListServicesRequest,ListServicesResponse,Service> context, com.google.api.core.ApiFuture<ListServicesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,CloudCatalogClient.ListServicesPagedResponse>
CloudCatalogClient. listServicesPagedCallable()
Lists all public cloud services.com.google.api.gax.rpc.PagedCallSettings.Builder<ListServicesRequest,ListServicesResponse,CloudCatalogClient.ListServicesPagedResponse>
CloudCatalogSettings.Builder. listServicesSettings()
Returns the builder for the settings used for calls to listServices.com.google.api.gax.rpc.PagedCallSettings<ListServicesRequest,ListServicesResponse,CloudCatalogClient.ListServicesPagedResponse>
CloudCatalogSettings. listServicesSettings()
Returns the object with the settings used for calls to listServices. -
Uses of CloudCatalogClient.ListServicesPagedResponse in com.google.cloud.billing.v1.stub
Methods in com.google.cloud.billing.v1.stub that return types with arguments of type CloudCatalogClient.ListServicesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,CloudCatalogClient.ListServicesPagedResponse>
CloudCatalogStub. listServicesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,CloudCatalogClient.ListServicesPagedResponse>
GrpcCloudCatalogStub. listServicesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,CloudCatalogClient.ListServicesPagedResponse>
HttpJsonCloudCatalogStub. listServicesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListServicesRequest,ListServicesResponse,CloudCatalogClient.ListServicesPagedResponse>
CloudCatalogStubSettings.Builder. listServicesSettings()
Returns the builder for the settings used for calls to listServices.com.google.api.gax.rpc.PagedCallSettings<ListServicesRequest,ListServicesResponse,CloudCatalogClient.ListServicesPagedResponse>
CloudCatalogStubSettings. listServicesSettings()
Returns the object with the settings used for calls to listServices.
-