Uses of Class
com.google.cloud.metastore.v1beta.DataprocMetastoreClient.ListServicesPagedResponse
-
Packages that use DataprocMetastoreClient.ListServicesPagedResponse Package Description com.google.cloud.metastore.v1beta A client to Dataproc Metastore APIcom.google.cloud.metastore.v1beta.stub -
-
Uses of DataprocMetastoreClient.ListServicesPagedResponse in com.google.cloud.metastore.v1beta
Methods in com.google.cloud.metastore.v1beta that return DataprocMetastoreClient.ListServicesPagedResponse Modifier and Type Method Description DataprocMetastoreClient.ListServicesPagedResponse
DataprocMetastoreClient. listServices(ListServicesRequest request)
Lists services in a project and location.DataprocMetastoreClient.ListServicesPagedResponse
DataprocMetastoreClient. listServices(LocationName parent)
Lists services in a project and location.DataprocMetastoreClient.ListServicesPagedResponse
DataprocMetastoreClient. listServices(String parent)
Lists services in a project and location.Methods in com.google.cloud.metastore.v1beta that return types with arguments of type DataprocMetastoreClient.ListServicesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<DataprocMetastoreClient.ListServicesPagedResponse>
DataprocMetastoreClient.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,DataprocMetastoreClient.ListServicesPagedResponse>
DataprocMetastoreClient. listServicesPagedCallable()
Lists services in a project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListServicesRequest,ListServicesResponse,DataprocMetastoreClient.ListServicesPagedResponse>
DataprocMetastoreSettings.Builder. listServicesSettings()
Returns the builder for the settings used for calls to listServices.com.google.api.gax.rpc.PagedCallSettings<ListServicesRequest,ListServicesResponse,DataprocMetastoreClient.ListServicesPagedResponse>
DataprocMetastoreSettings. listServicesSettings()
Returns the object with the settings used for calls to listServices. -
Uses of DataprocMetastoreClient.ListServicesPagedResponse in com.google.cloud.metastore.v1beta.stub
Methods in com.google.cloud.metastore.v1beta.stub that return types with arguments of type DataprocMetastoreClient.ListServicesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,DataprocMetastoreClient.ListServicesPagedResponse>
DataprocMetastoreStub. listServicesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,DataprocMetastoreClient.ListServicesPagedResponse>
GrpcDataprocMetastoreStub. listServicesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListServicesRequest,DataprocMetastoreClient.ListServicesPagedResponse>
HttpJsonDataprocMetastoreStub. listServicesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListServicesRequest,ListServicesResponse,DataprocMetastoreClient.ListServicesPagedResponse>
DataprocMetastoreStubSettings.Builder. listServicesSettings()
Returns the builder for the settings used for calls to listServices.com.google.api.gax.rpc.PagedCallSettings<ListServicesRequest,ListServicesResponse,DataprocMetastoreClient.ListServicesPagedResponse>
DataprocMetastoreStubSettings. listServicesSettings()
Returns the object with the settings used for calls to listServices.
-