Uses of Class
com.google.cloud.bigquery.biglake.v1alpha1.ListLocksRequest
-
Packages that use ListLocksRequest Package Description com.google.cloud.bigquery.biglake.v1alpha1 A client to BigLake APIcom.google.cloud.bigquery.biglake.v1alpha1.stub -
-
Uses of ListLocksRequest in com.google.cloud.bigquery.biglake.v1alpha1
Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return ListLocksRequest Modifier and Type Method Description ListLocksRequestListLocksRequest.Builder. build()ListLocksRequestListLocksRequest.Builder. buildPartial()static ListLocksRequestListLocksRequest. getDefaultInstance()ListLocksRequestListLocksRequest.Builder. getDefaultInstanceForType()ListLocksRequestListLocksRequest. getDefaultInstanceForType()static ListLocksRequestListLocksRequest. parseDelimitedFrom(InputStream input)static ListLocksRequestListLocksRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLocksRequestListLocksRequest. parseFrom(byte[] data)static ListLocksRequestListLocksRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLocksRequestListLocksRequest. parseFrom(com.google.protobuf.ByteString data)static ListLocksRequestListLocksRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLocksRequestListLocksRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListLocksRequestListLocksRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLocksRequestListLocksRequest. parseFrom(InputStream input)static ListLocksRequestListLocksRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLocksRequestListLocksRequest. parseFrom(ByteBuffer data)static ListLocksRequestListLocksRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return types with arguments of type ListLocksRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListLocksRequest,ListLocksResponse>MetastoreServiceGrpc. getListLocksMethod()com.google.protobuf.Parser<ListLocksRequest>ListLocksRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListLocksRequest,ListLocksResponse>MetastoreServiceClient. listLocksCallable()List all locks in a specified database.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.static com.google.protobuf.Parser<ListLocksRequest>ListLocksRequest. parser()Methods in com.google.cloud.bigquery.biglake.v1alpha1 with parameters of type ListLocksRequest Modifier and Type Method Description MetastoreServiceClient.ListLocksPagedResponseMetastoreServiceClient. listLocks(ListLocksRequest request)List all locks in a specified database.default voidMetastoreServiceGrpc.AsyncService. listLocks(ListLocksRequest request, io.grpc.stub.StreamObserver<ListLocksResponse> responseObserver)List all locks in a specified database.ListLocksResponseMetastoreServiceGrpc.MetastoreServiceBlockingStub. listLocks(ListLocksRequest request)List all locks in a specified database.com.google.common.util.concurrent.ListenableFuture<ListLocksResponse>MetastoreServiceGrpc.MetastoreServiceFutureStub. listLocks(ListLocksRequest request)List all locks in a specified database.voidMetastoreServiceGrpc.MetastoreServiceStub. listLocks(ListLocksRequest request, io.grpc.stub.StreamObserver<ListLocksResponse> responseObserver)List all locks in a specified database.ListLocksRequest.BuilderListLocksRequest.Builder. mergeFrom(ListLocksRequest other)static ListLocksRequest.BuilderListLocksRequest. newBuilder(ListLocksRequest prototype)Method parameters in com.google.cloud.bigquery.biglake.v1alpha1 with type arguments of type ListLocksRequest 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)protected MetastoreServiceClient.ListLocksPageMetastoreServiceClient.ListLocksPage. createPage(com.google.api.gax.rpc.PageContext<ListLocksRequest,ListLocksResponse,Lock> context, ListLocksResponse response)com.google.api.core.ApiFuture<MetastoreServiceClient.ListLocksPage>MetastoreServiceClient.ListLocksPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListLocksRequest,ListLocksResponse,Lock> context, com.google.api.core.ApiFuture<ListLocksResponse> futureResponse) -
Uses of ListLocksRequest in com.google.cloud.bigquery.biglake.v1alpha1.stub
Methods in com.google.cloud.bigquery.biglake.v1alpha1.stub that return types with arguments of type ListLocksRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListLocksRequest,ListLocksResponse>GrpcMetastoreServiceStub. listLocksCallable()com.google.api.gax.rpc.UnaryCallable<ListLocksRequest,ListLocksResponse>HttpJsonMetastoreServiceStub. listLocksCallable()com.google.api.gax.rpc.UnaryCallable<ListLocksRequest,ListLocksResponse>MetastoreServiceStub. listLocksCallable()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.
-