Uses of Class
com.google.cloud.metastore.v1beta.DataprocMetastoreFederationClient.ListFederationsPagedResponse
-
Packages that use DataprocMetastoreFederationClient.ListFederationsPagedResponse Package Description com.google.cloud.metastore.v1beta A client to Dataproc Metastore APIcom.google.cloud.metastore.v1beta.stub -
-
Uses of DataprocMetastoreFederationClient.ListFederationsPagedResponse in com.google.cloud.metastore.v1beta
Methods in com.google.cloud.metastore.v1beta that return DataprocMetastoreFederationClient.ListFederationsPagedResponse Modifier and Type Method Description DataprocMetastoreFederationClient.ListFederationsPagedResponse
DataprocMetastoreFederationClient. listFederations(ListFederationsRequest request)
Lists federations in a project and location.DataprocMetastoreFederationClient.ListFederationsPagedResponse
DataprocMetastoreFederationClient. listFederations(LocationName parent)
Lists federations in a project and location.DataprocMetastoreFederationClient.ListFederationsPagedResponse
DataprocMetastoreFederationClient. listFederations(String parent)
Lists federations in a project and location.Methods in com.google.cloud.metastore.v1beta that return types with arguments of type DataprocMetastoreFederationClient.ListFederationsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<DataprocMetastoreFederationClient.ListFederationsPagedResponse>
DataprocMetastoreFederationClient.ListFederationsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListFederationsRequest,ListFederationsResponse,Federation> context, com.google.api.core.ApiFuture<ListFederationsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListFederationsRequest,DataprocMetastoreFederationClient.ListFederationsPagedResponse>
DataprocMetastoreFederationClient. listFederationsPagedCallable()
Lists federations in a project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListFederationsRequest,ListFederationsResponse,DataprocMetastoreFederationClient.ListFederationsPagedResponse>
DataprocMetastoreFederationSettings.Builder. listFederationsSettings()
Returns the builder for the settings used for calls to listFederations.com.google.api.gax.rpc.PagedCallSettings<ListFederationsRequest,ListFederationsResponse,DataprocMetastoreFederationClient.ListFederationsPagedResponse>
DataprocMetastoreFederationSettings. listFederationsSettings()
Returns the object with the settings used for calls to listFederations. -
Uses of DataprocMetastoreFederationClient.ListFederationsPagedResponse in com.google.cloud.metastore.v1beta.stub
-