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 CreateLockRequest
CreateLockRequest.Builder. build()
CreateLockRequest
CreateLockRequest.Builder. buildPartial()
static CreateLockRequest
CreateLockRequest. getDefaultInstance()
CreateLockRequest
CreateLockRequest.Builder. getDefaultInstanceForType()
CreateLockRequest
CreateLockRequest. getDefaultInstanceForType()
static CreateLockRequest
CreateLockRequest. parseDelimitedFrom(InputStream input)
static CreateLockRequest
CreateLockRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateLockRequest
CreateLockRequest. parseFrom(byte[] data)
static CreateLockRequest
CreateLockRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateLockRequest
CreateLockRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateLockRequest
CreateLockRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateLockRequest
CreateLockRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateLockRequest
CreateLockRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateLockRequest
CreateLockRequest. parseFrom(InputStream input)
static CreateLockRequest
CreateLockRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateLockRequest
CreateLockRequest. parseFrom(ByteBuffer data)
static CreateLockRequest
CreateLockRequest. 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 Lock
MetastoreServiceClient. createLock(CreateLockRequest request)
Creates a new lock.default void
MetastoreServiceGrpc.AsyncService. createLock(CreateLockRequest request, io.grpc.stub.StreamObserver<Lock> responseObserver)
Creates a new lock.Lock
MetastoreServiceGrpc.MetastoreServiceBlockingStub. createLock(CreateLockRequest request)
Creates a new lock.com.google.common.util.concurrent.ListenableFuture<Lock>
MetastoreServiceGrpc.MetastoreServiceFutureStub. createLock(CreateLockRequest request)
Creates a new lock.void
MetastoreServiceGrpc.MetastoreServiceStub. createLock(CreateLockRequest request, io.grpc.stub.StreamObserver<Lock> responseObserver)
Creates a new lock.CreateLockRequest.Builder
CreateLockRequest.Builder. mergeFrom(CreateLockRequest other)
static CreateLockRequest.Builder
CreateLockRequest. 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.
-