Uses of Class
com.google.cloud.bigquery.biglake.v1.ListTablesResponse
-
Packages that use ListTablesResponse Package Description com.google.cloud.bigquery.biglake.v1 A client to BigLake APIcom.google.cloud.bigquery.biglake.v1.stub -
-
Uses of ListTablesResponse in com.google.cloud.bigquery.biglake.v1
Methods in com.google.cloud.bigquery.biglake.v1 that return ListTablesResponse Modifier and Type Method Description ListTablesResponseListTablesResponse.Builder. build()ListTablesResponseListTablesResponse.Builder. buildPartial()static ListTablesResponseListTablesResponse. getDefaultInstance()ListTablesResponseListTablesResponse.Builder. getDefaultInstanceForType()ListTablesResponseListTablesResponse. getDefaultInstanceForType()ListTablesResponseMetastoreServiceGrpc.MetastoreServiceBlockingStub. listTables(ListTablesRequest request)List all tables in a specified database.static ListTablesResponseListTablesResponse. parseDelimitedFrom(InputStream input)static ListTablesResponseListTablesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTablesResponseListTablesResponse. parseFrom(byte[] data)static ListTablesResponseListTablesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTablesResponseListTablesResponse. parseFrom(com.google.protobuf.ByteString data)static ListTablesResponseListTablesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTablesResponseListTablesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListTablesResponseListTablesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTablesResponseListTablesResponse. parseFrom(InputStream input)static ListTablesResponseListTablesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTablesResponseListTablesResponse. parseFrom(ByteBuffer data)static ListTablesResponseListTablesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.bigquery.biglake.v1 that return types with arguments of type ListTablesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListTablesRequest,ListTablesResponse>MetastoreServiceGrpc. getListTablesMethod()com.google.protobuf.Parser<ListTablesResponse>ListTablesResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListTablesResponse>MetastoreServiceGrpc.MetastoreServiceFutureStub. listTables(ListTablesRequest request)List all tables in a specified database.com.google.api.gax.rpc.UnaryCallable<ListTablesRequest,ListTablesResponse>MetastoreServiceClient. listTablesCallable()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<ListTablesResponse>ListTablesResponse. parser()Methods in com.google.cloud.bigquery.biglake.v1 with parameters of type ListTablesResponse Modifier and Type Method Description protected MetastoreServiceClient.ListTablesPageMetastoreServiceClient.ListTablesPage. createPage(com.google.api.gax.rpc.PageContext<ListTablesRequest,ListTablesResponse,Table> context, ListTablesResponse response)ListTablesResponse.BuilderListTablesResponse.Builder. mergeFrom(ListTablesResponse other)static ListTablesResponse.BuilderListTablesResponse. newBuilder(ListTablesResponse prototype)Method parameters in com.google.cloud.bigquery.biglake.v1 with type arguments of type ListTablesResponse 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)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)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)default voidMetastoreServiceGrpc.AsyncService. listTables(ListTablesRequest request, io.grpc.stub.StreamObserver<ListTablesResponse> responseObserver)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. -
Uses of ListTablesResponse in com.google.cloud.bigquery.biglake.v1.stub
Methods in com.google.cloud.bigquery.biglake.v1.stub that return types with arguments of type ListTablesResponse 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.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.
-