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 ListLocksResponseListLocksResponse.Builder. build()ListLocksResponseListLocksResponse.Builder. buildPartial()static ListLocksResponseListLocksResponse. getDefaultInstance()ListLocksResponseListLocksResponse.Builder. getDefaultInstanceForType()ListLocksResponseListLocksResponse. getDefaultInstanceForType()ListLocksResponseMetastoreServiceGrpc.MetastoreServiceBlockingStub. listLocks(ListLocksRequest request)List all locks in a specified database.static ListLocksResponseListLocksResponse. parseDelimitedFrom(InputStream input)static ListLocksResponseListLocksResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLocksResponseListLocksResponse. parseFrom(byte[] data)static ListLocksResponseListLocksResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLocksResponseListLocksResponse. parseFrom(com.google.protobuf.ByteString data)static ListLocksResponseListLocksResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLocksResponseListLocksResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListLocksResponseListLocksResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLocksResponseListLocksResponse. parseFrom(InputStream input)static ListLocksResponseListLocksResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLocksResponseListLocksResponse. parseFrom(ByteBuffer data)static ListLocksResponseListLocksResponse. 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.ListLocksPageMetastoreServiceClient.ListLocksPage. createPage(com.google.api.gax.rpc.PageContext<ListLocksRequest,ListLocksResponse,Lock> context, ListLocksResponse response)ListLocksResponse.BuilderListLocksResponse.Builder. mergeFrom(ListLocksResponse other)static ListLocksResponse.BuilderListLocksResponse. 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.ListLocksPageMetastoreServiceClient.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 voidMetastoreServiceGrpc.AsyncService. listLocks(ListLocksRequest request, io.grpc.stub.StreamObserver<ListLocksResponse> responseObserver)List all locks in a specified database.voidMetastoreServiceGrpc.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.
-