Uses of Class
com.google.cloud.bigquery.biglake.v1.ListTablesRequest
-
Packages that use ListTablesRequest Package Description com.google.cloud.bigquery.biglake.v1 A client to BigLake APIcom.google.cloud.bigquery.biglake.v1.stub -
-
Uses of ListTablesRequest in com.google.cloud.bigquery.biglake.v1
Methods in com.google.cloud.bigquery.biglake.v1 that return ListTablesRequest Modifier and Type Method Description ListTablesRequestListTablesRequest.Builder. build()ListTablesRequestListTablesRequest.Builder. buildPartial()static ListTablesRequestListTablesRequest. getDefaultInstance()ListTablesRequestListTablesRequest.Builder. getDefaultInstanceForType()ListTablesRequestListTablesRequest. getDefaultInstanceForType()static ListTablesRequestListTablesRequest. parseDelimitedFrom(InputStream input)static ListTablesRequestListTablesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTablesRequestListTablesRequest. parseFrom(byte[] data)static ListTablesRequestListTablesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTablesRequestListTablesRequest. parseFrom(com.google.protobuf.ByteString data)static ListTablesRequestListTablesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTablesRequestListTablesRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListTablesRequestListTablesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTablesRequestListTablesRequest. parseFrom(InputStream input)static ListTablesRequestListTablesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTablesRequestListTablesRequest. parseFrom(ByteBuffer data)static ListTablesRequestListTablesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.bigquery.biglake.v1 that return types with arguments of type ListTablesRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListTablesRequest,ListTablesResponse>MetastoreServiceGrpc. getListTablesMethod()com.google.protobuf.Parser<ListTablesRequest>ListTablesRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListTablesRequest,ListTablesResponse>MetastoreServiceClient. listTablesCallable()List all tables in a specified database.com.google.api.gax.rpc.UnaryCallable<ListTablesRequest,MetastoreServiceClient.ListTablesPagedResponse>MetastoreServiceClient. listTablesPagedCallable()List all tables in a specified database.com.google.api.gax.rpc.PagedCallSettings.Builder<ListTablesRequest,ListTablesResponse,MetastoreServiceClient.ListTablesPagedResponse>MetastoreServiceSettings.Builder. listTablesSettings()Returns the builder for the settings used for calls to listTables.com.google.api.gax.rpc.PagedCallSettings<ListTablesRequest,ListTablesResponse,MetastoreServiceClient.ListTablesPagedResponse>MetastoreServiceSettings. listTablesSettings()Returns the object with the settings used for calls to listTables.static com.google.protobuf.Parser<ListTablesRequest>ListTablesRequest. parser()Methods in com.google.cloud.bigquery.biglake.v1 with parameters of type ListTablesRequest Modifier and Type Method Description MetastoreServiceClient.ListTablesPagedResponseMetastoreServiceClient. listTables(ListTablesRequest request)List all tables in a specified database.default voidMetastoreServiceGrpc.AsyncService. listTables(ListTablesRequest request, io.grpc.stub.StreamObserver<ListTablesResponse> responseObserver)List all tables in a specified database.ListTablesResponseMetastoreServiceGrpc.MetastoreServiceBlockingStub. listTables(ListTablesRequest request)List all tables in a specified database.com.google.common.util.concurrent.ListenableFuture<ListTablesResponse>MetastoreServiceGrpc.MetastoreServiceFutureStub. listTables(ListTablesRequest request)List all tables in a specified database.voidMetastoreServiceGrpc.MetastoreServiceStub. listTables(ListTablesRequest request, io.grpc.stub.StreamObserver<ListTablesResponse> responseObserver)List all tables in a specified database.ListTablesRequest.BuilderListTablesRequest.Builder. mergeFrom(ListTablesRequest other)static ListTablesRequest.BuilderListTablesRequest. newBuilder(ListTablesRequest prototype)Method parameters in com.google.cloud.bigquery.biglake.v1 with type arguments of type ListTablesRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<MetastoreServiceClient.ListTablesPagedResponse>MetastoreServiceClient.ListTablesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTablesRequest,ListTablesResponse,Table> context, com.google.api.core.ApiFuture<ListTablesResponse> futureResponse)protected MetastoreServiceClient.ListTablesPageMetastoreServiceClient.ListTablesPage. createPage(com.google.api.gax.rpc.PageContext<ListTablesRequest,ListTablesResponse,Table> context, ListTablesResponse response)com.google.api.core.ApiFuture<MetastoreServiceClient.ListTablesPage>MetastoreServiceClient.ListTablesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTablesRequest,ListTablesResponse,Table> context, com.google.api.core.ApiFuture<ListTablesResponse> futureResponse) -
Uses of ListTablesRequest in com.google.cloud.bigquery.biglake.v1.stub
Methods in com.google.cloud.bigquery.biglake.v1.stub that return types with arguments of type ListTablesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListTablesRequest,ListTablesResponse>GrpcMetastoreServiceStub. listTablesCallable()com.google.api.gax.rpc.UnaryCallable<ListTablesRequest,ListTablesResponse>HttpJsonMetastoreServiceStub. listTablesCallable()com.google.api.gax.rpc.UnaryCallable<ListTablesRequest,ListTablesResponse>MetastoreServiceStub. listTablesCallable()com.google.api.gax.rpc.UnaryCallable<ListTablesRequest,MetastoreServiceClient.ListTablesPagedResponse>GrpcMetastoreServiceStub. listTablesPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListTablesRequest,MetastoreServiceClient.ListTablesPagedResponse>HttpJsonMetastoreServiceStub. listTablesPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListTablesRequest,MetastoreServiceClient.ListTablesPagedResponse>MetastoreServiceStub. listTablesPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListTablesRequest,ListTablesResponse,MetastoreServiceClient.ListTablesPagedResponse>MetastoreServiceStubSettings.Builder. listTablesSettings()Returns the builder for the settings used for calls to listTables.com.google.api.gax.rpc.PagedCallSettings<ListTablesRequest,ListTablesResponse,MetastoreServiceClient.ListTablesPagedResponse>MetastoreServiceStubSettings. listTablesSettings()Returns the object with the settings used for calls to listTables.
-