@Generated(value="by gapic-generator-java") public class HttpJsonMetastoreServiceStub extends MetastoreServiceStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJsonMetastoreServiceStub(MetastoreServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonMetastoreServiceStub, using the given settings.
|
protected |
HttpJsonMetastoreServiceStub(MetastoreServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonMetastoreServiceStub, using the given settings.
|
protected HttpJsonMetastoreServiceStub(MetastoreServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonMetastoreServiceStub(MetastoreServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonMetastoreServiceStub create(MetastoreServiceStubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonMetastoreServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonMetastoreServiceStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException@InternalApi public static List<com.google.api.gax.httpjson.ApiMethodDescriptor> getMethodDescriptors()
public com.google.api.gax.rpc.UnaryCallable<CreateCatalogRequest,Catalog> createCatalogCallable()
createCatalogCallable in class MetastoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<DeleteCatalogRequest,Catalog> deleteCatalogCallable()
deleteCatalogCallable in class MetastoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<GetCatalogRequest,Catalog> getCatalogCallable()
getCatalogCallable in class MetastoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ListCatalogsRequest,ListCatalogsResponse> listCatalogsCallable()
listCatalogsCallable in class MetastoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ListCatalogsRequest,MetastoreServiceClient.ListCatalogsPagedResponse> listCatalogsPagedCallable()
listCatalogsPagedCallable in class MetastoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<CreateDatabaseRequest,Database> createDatabaseCallable()
createDatabaseCallable in class MetastoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<DeleteDatabaseRequest,Database> deleteDatabaseCallable()
deleteDatabaseCallable in class MetastoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<UpdateDatabaseRequest,Database> updateDatabaseCallable()
updateDatabaseCallable in class MetastoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<GetDatabaseRequest,Database> getDatabaseCallable()
getDatabaseCallable in class MetastoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ListDatabasesRequest,ListDatabasesResponse> listDatabasesCallable()
listDatabasesCallable in class MetastoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ListDatabasesRequest,MetastoreServiceClient.ListDatabasesPagedResponse> listDatabasesPagedCallable()
listDatabasesPagedCallable in class MetastoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<CreateTableRequest,Table> createTableCallable()
createTableCallable in class MetastoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<DeleteTableRequest,Table> deleteTableCallable()
deleteTableCallable in class MetastoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<UpdateTableRequest,Table> updateTableCallable()
updateTableCallable in class MetastoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<RenameTableRequest,Table> renameTableCallable()
renameTableCallable in class MetastoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<GetTableRequest,Table> getTableCallable()
getTableCallable in class MetastoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ListTablesRequest,ListTablesResponse> listTablesCallable()
listTablesCallable in class MetastoreServiceStubpublic com.google.api.gax.rpc.UnaryCallable<ListTablesRequest,MetastoreServiceClient.ListTablesPagedResponse> listTablesPagedCallable()
listTablesPagedCallable in class MetastoreServiceStubpublic final void close()
close in interface AutoCloseableclose in class MetastoreServiceStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2025 Google LLC. All rights reserved.