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