Uses of Class
com.google.cloud.bigquery.biglake.v1alpha1.MetastoreServiceClient.ListLocksPagedResponse
-
Packages that use MetastoreServiceClient.ListLocksPagedResponse Package Description com.google.cloud.bigquery.biglake.v1alpha1 A client to BigLake APIcom.google.cloud.bigquery.biglake.v1alpha1.stub -
-
Uses of MetastoreServiceClient.ListLocksPagedResponse in com.google.cloud.bigquery.biglake.v1alpha1
Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return MetastoreServiceClient.ListLocksPagedResponse Modifier and Type Method Description MetastoreServiceClient.ListLocksPagedResponse
MetastoreServiceClient. listLocks(DatabaseName parent)
List all locks in a specified database.MetastoreServiceClient.ListLocksPagedResponse
MetastoreServiceClient. listLocks(ListLocksRequest request)
List all locks in a specified database.MetastoreServiceClient.ListLocksPagedResponse
MetastoreServiceClient. listLocks(String parent)
List all locks in a specified database.Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return types with arguments of type MetastoreServiceClient.ListLocksPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<MetastoreServiceClient.ListLocksPagedResponse>
MetastoreServiceClient.ListLocksPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListLocksRequest,ListLocksResponse,Lock> context, com.google.api.core.ApiFuture<ListLocksResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListLocksRequest,MetastoreServiceClient.ListLocksPagedResponse>
MetastoreServiceClient. listLocksPagedCallable()
List all locks in a specified database.com.google.api.gax.rpc.PagedCallSettings.Builder<ListLocksRequest,ListLocksResponse,MetastoreServiceClient.ListLocksPagedResponse>
MetastoreServiceSettings.Builder. listLocksSettings()
Returns the builder for the settings used for calls to listLocks.com.google.api.gax.rpc.PagedCallSettings<ListLocksRequest,ListLocksResponse,MetastoreServiceClient.ListLocksPagedResponse>
MetastoreServiceSettings. listLocksSettings()
Returns the object with the settings used for calls to listLocks. -
Uses of MetastoreServiceClient.ListLocksPagedResponse in com.google.cloud.bigquery.biglake.v1alpha1.stub
Methods in com.google.cloud.bigquery.biglake.v1alpha1.stub that return types with arguments of type MetastoreServiceClient.ListLocksPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListLocksRequest,MetastoreServiceClient.ListLocksPagedResponse>
GrpcMetastoreServiceStub. listLocksPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListLocksRequest,MetastoreServiceClient.ListLocksPagedResponse>
HttpJsonMetastoreServiceStub. listLocksPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListLocksRequest,MetastoreServiceClient.ListLocksPagedResponse>
MetastoreServiceStub. listLocksPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListLocksRequest,ListLocksResponse,MetastoreServiceClient.ListLocksPagedResponse>
MetastoreServiceStubSettings.Builder. listLocksSettings()
Returns the builder for the settings used for calls to listLocks.com.google.api.gax.rpc.PagedCallSettings<ListLocksRequest,ListLocksResponse,MetastoreServiceClient.ListLocksPagedResponse>
MetastoreServiceStubSettings. listLocksSettings()
Returns the object with the settings used for calls to listLocks.
-