Uses of Class
com.google.cloud.bigquery.biglake.v1alpha1.CheckLockRequest
-
Packages that use CheckLockRequest Package Description com.google.cloud.bigquery.biglake.v1alpha1 A client to BigLake APIcom.google.cloud.bigquery.biglake.v1alpha1.stub -
-
Uses of CheckLockRequest in com.google.cloud.bigquery.biglake.v1alpha1
Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return CheckLockRequest Modifier and Type Method Description CheckLockRequestCheckLockRequest.Builder. build()CheckLockRequestCheckLockRequest.Builder. buildPartial()static CheckLockRequestCheckLockRequest. getDefaultInstance()CheckLockRequestCheckLockRequest.Builder. getDefaultInstanceForType()CheckLockRequestCheckLockRequest. getDefaultInstanceForType()static CheckLockRequestCheckLockRequest. parseDelimitedFrom(InputStream input)static CheckLockRequestCheckLockRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckLockRequestCheckLockRequest. parseFrom(byte[] data)static CheckLockRequestCheckLockRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckLockRequestCheckLockRequest. parseFrom(com.google.protobuf.ByteString data)static CheckLockRequestCheckLockRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckLockRequestCheckLockRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CheckLockRequestCheckLockRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckLockRequestCheckLockRequest. parseFrom(InputStream input)static CheckLockRequestCheckLockRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CheckLockRequestCheckLockRequest. parseFrom(ByteBuffer data)static CheckLockRequestCheckLockRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return types with arguments of type CheckLockRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CheckLockRequest,Lock>MetastoreServiceClient. checkLockCallable()Checks the state of a lock specified by the lock ID.com.google.api.gax.rpc.UnaryCallSettings.Builder<CheckLockRequest,Lock>MetastoreServiceSettings.Builder. checkLockSettings()Returns the builder for the settings used for calls to checkLock.com.google.api.gax.rpc.UnaryCallSettings<CheckLockRequest,Lock>MetastoreServiceSettings. checkLockSettings()Returns the object with the settings used for calls to checkLock.static io.grpc.MethodDescriptor<CheckLockRequest,Lock>MetastoreServiceGrpc. getCheckLockMethod()com.google.protobuf.Parser<CheckLockRequest>CheckLockRequest. getParserForType()static com.google.protobuf.Parser<CheckLockRequest>CheckLockRequest. parser()Methods in com.google.cloud.bigquery.biglake.v1alpha1 with parameters of type CheckLockRequest Modifier and Type Method Description LockMetastoreServiceClient. checkLock(CheckLockRequest request)Checks the state of a lock specified by the lock ID.default voidMetastoreServiceGrpc.AsyncService. checkLock(CheckLockRequest request, io.grpc.stub.StreamObserver<Lock> responseObserver)Checks the state of a lock specified by the lock ID.LockMetastoreServiceGrpc.MetastoreServiceBlockingStub. checkLock(CheckLockRequest request)Checks the state of a lock specified by the lock ID.com.google.common.util.concurrent.ListenableFuture<Lock>MetastoreServiceGrpc.MetastoreServiceFutureStub. checkLock(CheckLockRequest request)Checks the state of a lock specified by the lock ID.voidMetastoreServiceGrpc.MetastoreServiceStub. checkLock(CheckLockRequest request, io.grpc.stub.StreamObserver<Lock> responseObserver)Checks the state of a lock specified by the lock ID.CheckLockRequest.BuilderCheckLockRequest.Builder. mergeFrom(CheckLockRequest other)static CheckLockRequest.BuilderCheckLockRequest. newBuilder(CheckLockRequest prototype) -
Uses of CheckLockRequest in com.google.cloud.bigquery.biglake.v1alpha1.stub
Methods in com.google.cloud.bigquery.biglake.v1alpha1.stub that return types with arguments of type CheckLockRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CheckLockRequest,Lock>GrpcMetastoreServiceStub. checkLockCallable()com.google.api.gax.rpc.UnaryCallable<CheckLockRequest,Lock>HttpJsonMetastoreServiceStub. checkLockCallable()com.google.api.gax.rpc.UnaryCallable<CheckLockRequest,Lock>MetastoreServiceStub. checkLockCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CheckLockRequest,Lock>MetastoreServiceStubSettings.Builder. checkLockSettings()Returns the builder for the settings used for calls to checkLock.com.google.api.gax.rpc.UnaryCallSettings<CheckLockRequest,Lock>MetastoreServiceStubSettings. checkLockSettings()Returns the object with the settings used for calls to checkLock.
-