Uses of Class
com.google.cloud.bigquery.biglake.v1alpha1.CreateLockRequest
-
Packages that use CreateLockRequest Package Description com.google.cloud.bigquery.biglake.v1alpha1 A client to BigLake APIcom.google.cloud.bigquery.biglake.v1alpha1.stub -
-
Uses of CreateLockRequest in com.google.cloud.bigquery.biglake.v1alpha1
Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return CreateLockRequest Modifier and Type Method Description CreateLockRequestCreateLockRequest.Builder. build()CreateLockRequestCreateLockRequest.Builder. buildPartial()static CreateLockRequestCreateLockRequest. getDefaultInstance()CreateLockRequestCreateLockRequest.Builder. getDefaultInstanceForType()CreateLockRequestCreateLockRequest. getDefaultInstanceForType()static CreateLockRequestCreateLockRequest. parseDelimitedFrom(InputStream input)static CreateLockRequestCreateLockRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateLockRequestCreateLockRequest. parseFrom(byte[] data)static CreateLockRequestCreateLockRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateLockRequestCreateLockRequest. parseFrom(com.google.protobuf.ByteString data)static CreateLockRequestCreateLockRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateLockRequestCreateLockRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateLockRequestCreateLockRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateLockRequestCreateLockRequest. parseFrom(InputStream input)static CreateLockRequestCreateLockRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateLockRequestCreateLockRequest. parseFrom(ByteBuffer data)static CreateLockRequestCreateLockRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return types with arguments of type CreateLockRequest Modifier and Type Method Description 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<CreateLockRequest,Lock>MetastoreServiceGrpc. getCreateLockMethod()com.google.protobuf.Parser<CreateLockRequest>CreateLockRequest. getParserForType()static com.google.protobuf.Parser<CreateLockRequest>CreateLockRequest. parser()Methods in com.google.cloud.bigquery.biglake.v1alpha1 with parameters of type CreateLockRequest Modifier and Type Method Description LockMetastoreServiceClient. createLock(CreateLockRequest request)Creates a new lock.default voidMetastoreServiceGrpc.AsyncService. createLock(CreateLockRequest request, io.grpc.stub.StreamObserver<Lock> responseObserver)Creates a new lock.LockMetastoreServiceGrpc.MetastoreServiceBlockingStub. createLock(CreateLockRequest request)Creates a new lock.com.google.common.util.concurrent.ListenableFuture<Lock>MetastoreServiceGrpc.MetastoreServiceFutureStub. createLock(CreateLockRequest request)Creates a new lock.voidMetastoreServiceGrpc.MetastoreServiceStub. createLock(CreateLockRequest request, io.grpc.stub.StreamObserver<Lock> responseObserver)Creates a new lock.CreateLockRequest.BuilderCreateLockRequest.Builder. mergeFrom(CreateLockRequest other)static CreateLockRequest.BuilderCreateLockRequest. newBuilder(CreateLockRequest prototype) -
Uses of CreateLockRequest in com.google.cloud.bigquery.biglake.v1alpha1.stub
Methods in com.google.cloud.bigquery.biglake.v1alpha1.stub that return types with arguments of type CreateLockRequest Modifier and Type Method Description 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.
-