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 CheckLockRequest
CheckLockRequest.Builder. build()
CheckLockRequest
CheckLockRequest.Builder. buildPartial()
static CheckLockRequest
CheckLockRequest. getDefaultInstance()
CheckLockRequest
CheckLockRequest.Builder. getDefaultInstanceForType()
CheckLockRequest
CheckLockRequest. getDefaultInstanceForType()
static CheckLockRequest
CheckLockRequest. parseDelimitedFrom(InputStream input)
static CheckLockRequest
CheckLockRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckLockRequest
CheckLockRequest. parseFrom(byte[] data)
static CheckLockRequest
CheckLockRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckLockRequest
CheckLockRequest. parseFrom(com.google.protobuf.ByteString data)
static CheckLockRequest
CheckLockRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckLockRequest
CheckLockRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CheckLockRequest
CheckLockRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckLockRequest
CheckLockRequest. parseFrom(InputStream input)
static CheckLockRequest
CheckLockRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CheckLockRequest
CheckLockRequest. parseFrom(ByteBuffer data)
static CheckLockRequest
CheckLockRequest. 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 Lock
MetastoreServiceClient. checkLock(CheckLockRequest request)
Checks the state of a lock specified by the lock ID.default void
MetastoreServiceGrpc.AsyncService. checkLock(CheckLockRequest request, io.grpc.stub.StreamObserver<Lock> responseObserver)
Checks the state of a lock specified by the lock ID.Lock
MetastoreServiceGrpc.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.void
MetastoreServiceGrpc.MetastoreServiceStub. checkLock(CheckLockRequest request, io.grpc.stub.StreamObserver<Lock> responseObserver)
Checks the state of a lock specified by the lock ID.CheckLockRequest.Builder
CheckLockRequest.Builder. mergeFrom(CheckLockRequest other)
static CheckLockRequest.Builder
CheckLockRequest. 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.
-