Uses of Class
com.google.cloud.bigquery.biglake.v1alpha1.ListLocksResponse
-
Packages that use ListLocksResponse Package Description com.google.cloud.bigquery.biglake.v1alpha1 A client to BigLake APIcom.google.cloud.bigquery.biglake.v1alpha1.stub -
-
Uses of ListLocksResponse in com.google.cloud.bigquery.biglake.v1alpha1
Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return ListLocksResponse Modifier and Type Method Description ListLocksResponse
ListLocksResponse.Builder. build()
ListLocksResponse
ListLocksResponse.Builder. buildPartial()
static ListLocksResponse
ListLocksResponse. getDefaultInstance()
ListLocksResponse
ListLocksResponse.Builder. getDefaultInstanceForType()
ListLocksResponse
ListLocksResponse. getDefaultInstanceForType()
ListLocksResponse
MetastoreServiceGrpc.MetastoreServiceBlockingStub. listLocks(ListLocksRequest request)
List all locks in a specified database.static ListLocksResponse
ListLocksResponse. parseDelimitedFrom(InputStream input)
static ListLocksResponse
ListLocksResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLocksResponse
ListLocksResponse. parseFrom(byte[] data)
static ListLocksResponse
ListLocksResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLocksResponse
ListLocksResponse. parseFrom(com.google.protobuf.ByteString data)
static ListLocksResponse
ListLocksResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLocksResponse
ListLocksResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListLocksResponse
ListLocksResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLocksResponse
ListLocksResponse. parseFrom(InputStream input)
static ListLocksResponse
ListLocksResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListLocksResponse
ListLocksResponse. parseFrom(ByteBuffer data)
static ListLocksResponse
ListLocksResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.biglake.v1alpha1 that return types with arguments of type ListLocksResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListLocksRequest,ListLocksResponse>
MetastoreServiceGrpc. getListLocksMethod()
com.google.protobuf.Parser<ListLocksResponse>
ListLocksResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListLocksResponse>
MetastoreServiceGrpc.MetastoreServiceFutureStub. listLocks(ListLocksRequest request)
List all locks in a specified database.com.google.api.gax.rpc.UnaryCallable<ListLocksRequest,ListLocksResponse>
MetastoreServiceClient. listLocksCallable()
List all locks in a specified database.com.google.api.gax.rpc.PagedCallSettings.Builder<ListLocksRequest,ListLocksResponse,MetastoreServiceClient.ListLocksPagedResponse>
MetastoreServiceSettings.Builder. listLocksSettings()
Returns the builder for the settings used for calls to listLocks.com.google.api.gax.rpc.PagedCallSettings<ListLocksRequest,ListLocksResponse,MetastoreServiceClient.ListLocksPagedResponse>
MetastoreServiceSettings. listLocksSettings()
Returns the object with the settings used for calls to listLocks.static com.google.protobuf.Parser<ListLocksResponse>
ListLocksResponse. parser()
Methods in com.google.cloud.bigquery.biglake.v1alpha1 with parameters of type ListLocksResponse Modifier and Type Method Description protected MetastoreServiceClient.ListLocksPage
MetastoreServiceClient.ListLocksPage. createPage(com.google.api.gax.rpc.PageContext<ListLocksRequest,ListLocksResponse,Lock> context, ListLocksResponse response)
ListLocksResponse.Builder
ListLocksResponse.Builder. mergeFrom(ListLocksResponse other)
static ListLocksResponse.Builder
ListLocksResponse. newBuilder(ListLocksResponse prototype)
Method parameters in com.google.cloud.bigquery.biglake.v1alpha1 with type arguments of type ListLocksResponse Modifier and Type Method Description 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)
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)
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)
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)
default void
MetastoreServiceGrpc.AsyncService. listLocks(ListLocksRequest request, io.grpc.stub.StreamObserver<ListLocksResponse> responseObserver)
List all locks in a specified database.void
MetastoreServiceGrpc.MetastoreServiceStub. listLocks(ListLocksRequest request, io.grpc.stub.StreamObserver<ListLocksResponse> responseObserver)
List all locks in a specified database. -
Uses of ListLocksResponse in com.google.cloud.bigquery.biglake.v1alpha1.stub
Methods in com.google.cloud.bigquery.biglake.v1alpha1.stub that return types with arguments of type ListLocksResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListLocksRequest,ListLocksResponse>
GrpcMetastoreServiceStub. listLocksCallable()
com.google.api.gax.rpc.UnaryCallable<ListLocksRequest,ListLocksResponse>
HttpJsonMetastoreServiceStub. listLocksCallable()
com.google.api.gax.rpc.UnaryCallable<ListLocksRequest,ListLocksResponse>
MetastoreServiceStub. listLocksCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListLocksRequest,ListLocksResponse,MetastoreServiceClient.ListLocksPagedResponse>
MetastoreServiceStubSettings.Builder. listLocksSettings()
Returns the builder for the settings used for calls to listLocks.com.google.api.gax.rpc.PagedCallSettings<ListLocksRequest,ListLocksResponse,MetastoreServiceClient.ListLocksPagedResponse>
MetastoreServiceStubSettings. listLocksSettings()
Returns the object with the settings used for calls to listLocks.
-