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 DeleteLockRequestDeleteLockRequest.Builder. build()DeleteLockRequestDeleteLockRequest.Builder. buildPartial()static DeleteLockRequestDeleteLockRequest. getDefaultInstance()DeleteLockRequestDeleteLockRequest.Builder. getDefaultInstanceForType()DeleteLockRequestDeleteLockRequest. getDefaultInstanceForType()static DeleteLockRequestDeleteLockRequest. parseDelimitedFrom(InputStream input)static DeleteLockRequestDeleteLockRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteLockRequestDeleteLockRequest. parseFrom(byte[] data)static DeleteLockRequestDeleteLockRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteLockRequestDeleteLockRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteLockRequestDeleteLockRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteLockRequestDeleteLockRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteLockRequestDeleteLockRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteLockRequestDeleteLockRequest. parseFrom(InputStream input)static DeleteLockRequestDeleteLockRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteLockRequestDeleteLockRequest. parseFrom(ByteBuffer data)static DeleteLockRequestDeleteLockRequest. 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 voidMetastoreServiceClient. deleteLock(DeleteLockRequest request)Deletes an existing lock specified by the lock ID.default voidMetastoreServiceGrpc.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.EmptyMetastoreServiceGrpc.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.voidMetastoreServiceGrpc.MetastoreServiceStub. deleteLock(DeleteLockRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes an existing lock specified by the lock ID.DeleteLockRequest.BuilderDeleteLockRequest.Builder. mergeFrom(DeleteLockRequest other)static DeleteLockRequest.BuilderDeleteLockRequest. 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.
-