Uses of Class
com.google.cloud.bigquery.biglake.v1alpha1.Lock
-
Packages that use Lock Package Description com.google.cloud.bigquery.biglake.v1alpha1 A client to BigLake APIcom.google.cloud.bigquery.biglake.v1alpha1.stub -
-
Uses of Lock in com.google.cloud.bigquery.biglake.v1alpha1
Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return Lock Modifier and Type Method Description Lock
Lock.Builder. build()
Lock
Lock.Builder. buildPartial()
Lock
MetastoreServiceClient. checkLock(CheckLockRequest request)
Checks the state of a lock specified by the lock ID.Lock
MetastoreServiceClient. checkLock(LockName name)
Checks the state of a lock specified by the lock ID.Lock
MetastoreServiceClient. checkLock(String name)
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.Lock
MetastoreServiceClient. createLock(CreateLockRequest request)
Creates a new lock.Lock
MetastoreServiceClient. createLock(DatabaseName parent, Lock lock)
Creates a new lock.Lock
MetastoreServiceClient. createLock(String parent, Lock lock)
Creates a new lock.Lock
MetastoreServiceGrpc.MetastoreServiceBlockingStub. createLock(CreateLockRequest request)
Creates a new lock.static Lock
Lock. getDefaultInstance()
Lock
Lock.Builder. getDefaultInstanceForType()
Lock
Lock. getDefaultInstanceForType()
Lock
CreateLockRequest.Builder. getLock()
Required.Lock
CreateLockRequest. getLock()
Required.Lock
CreateLockRequestOrBuilder. getLock()
Required.Lock
ListLocksResponse.Builder. getLocks(int index)
The locks from the specified database.Lock
ListLocksResponse. getLocks(int index)
The locks from the specified database.Lock
ListLocksResponseOrBuilder. getLocks(int index)
The locks from the specified database.static Lock
Lock. parseDelimitedFrom(InputStream input)
static Lock
Lock. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Lock
Lock. parseFrom(byte[] data)
static Lock
Lock. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Lock
Lock. parseFrom(com.google.protobuf.ByteString data)
static Lock
Lock. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Lock
Lock. parseFrom(com.google.protobuf.CodedInputStream input)
static Lock
Lock. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Lock
Lock. parseFrom(InputStream input)
static Lock
Lock. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Lock
Lock. parseFrom(ByteBuffer data)
static Lock
Lock. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return types with arguments of type Lock Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Lock>
MetastoreServiceGrpc.MetastoreServiceFutureStub. checkLock(CheckLockRequest request)
Checks the state of a lock specified by the lock ID.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.com.google.common.util.concurrent.ListenableFuture<Lock>
MetastoreServiceGrpc.MetastoreServiceFutureStub. createLock(CreateLockRequest request)
Creates a new lock.com.google.api.gax.rpc.UnaryCallable<CreateLockRequest,Lock>
MetastoreServiceClient. createLockCallable()
Creates a new lock.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateLockRequest,Lock>
MetastoreServiceSettings.Builder. createLockSettings()
Returns the builder for the settings used for calls to createLock.com.google.api.gax.rpc.UnaryCallSettings<CreateLockRequest,Lock>
MetastoreServiceSettings. createLockSettings()
Returns the object with the settings used for calls to createLock.static io.grpc.MethodDescriptor<CheckLockRequest,Lock>
MetastoreServiceGrpc. getCheckLockMethod()
static io.grpc.MethodDescriptor<CreateLockRequest,Lock>
MetastoreServiceGrpc. getCreateLockMethod()
List<Lock>
ListLocksResponse.Builder. getLocksList()
The locks from the specified database.List<Lock>
ListLocksResponse. getLocksList()
The locks from the specified database.List<Lock>
ListLocksResponseOrBuilder. getLocksList()
The locks from the specified database.com.google.protobuf.Parser<Lock>
Lock. getParserForType()
static com.google.protobuf.Parser<Lock>
Lock. parser()
Methods in com.google.cloud.bigquery.biglake.v1alpha1 with parameters of type Lock Modifier and Type Method Description ListLocksResponse.Builder
ListLocksResponse.Builder. addLocks(int index, Lock value)
The locks from the specified database.ListLocksResponse.Builder
ListLocksResponse.Builder. addLocks(Lock value)
The locks from the specified database.Lock
MetastoreServiceClient. createLock(DatabaseName parent, Lock lock)
Creates a new lock.Lock
MetastoreServiceClient. createLock(String parent, Lock lock)
Creates a new lock.Lock.Builder
Lock.Builder. mergeFrom(Lock other)
CreateLockRequest.Builder
CreateLockRequest.Builder. mergeLock(Lock value)
Required.static Lock.Builder
Lock. newBuilder(Lock prototype)
CreateLockRequest.Builder
CreateLockRequest.Builder. setLock(Lock value)
Required.ListLocksResponse.Builder
ListLocksResponse.Builder. setLocks(int index, Lock value)
The locks from the specified database.Method parameters in com.google.cloud.bigquery.biglake.v1alpha1 with type arguments of type Lock Modifier and Type Method Description ListLocksResponse.Builder
ListLocksResponse.Builder. addAllLocks(Iterable<? extends Lock> values)
The locks from the specified database.default void
MetastoreServiceGrpc.AsyncService. checkLock(CheckLockRequest request, io.grpc.stub.StreamObserver<Lock> responseObserver)
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.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)
default void
MetastoreServiceGrpc.AsyncService. createLock(CreateLockRequest request, io.grpc.stub.StreamObserver<Lock> responseObserver)
Creates a new lock.void
MetastoreServiceGrpc.MetastoreServiceStub. createLock(CreateLockRequest request, io.grpc.stub.StreamObserver<Lock> responseObserver)
Creates a new lock.protected MetastoreServiceClient.ListLocksPage
MetastoreServiceClient.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 Lock in com.google.cloud.bigquery.biglake.v1alpha1.stub
Methods in com.google.cloud.bigquery.biglake.v1alpha1.stub that return types with arguments of type Lock 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.com.google.api.gax.rpc.UnaryCallable<CreateLockRequest,Lock>
GrpcMetastoreServiceStub. createLockCallable()
com.google.api.gax.rpc.UnaryCallable<CreateLockRequest,Lock>
HttpJsonMetastoreServiceStub. createLockCallable()
com.google.api.gax.rpc.UnaryCallable<CreateLockRequest,Lock>
MetastoreServiceStub. createLockCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateLockRequest,Lock>
MetastoreServiceStubSettings.Builder. createLockSettings()
Returns the builder for the settings used for calls to createLock.com.google.api.gax.rpc.UnaryCallSettings<CreateLockRequest,Lock>
MetastoreServiceStubSettings. createLockSettings()
Returns the object with the settings used for calls to createLock.
-