public static class MetastoreServiceSettings.Builder extends com.google.api.gax.rpc.ClientSettings.Builder<MetastoreServiceSettings,MetastoreServiceSettings.Builder>
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(MetastoreServiceSettings settings) |
protected |
Builder(MetastoreServiceStubSettings.Builder stubSettings) |
| Modifier and Type | Method and Description |
|---|---|
MetastoreServiceSettings.Builder |
applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Applies the given settings updater function to all of the unary API methods in this service.
|
MetastoreServiceSettings |
build() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<CheckLockRequest,Lock> |
checkLockSettings()
Returns the builder for the settings used for calls to checkLock.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateCatalogRequest,Catalog> |
createCatalogSettings()
Returns the builder for the settings used for calls to createCatalog.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateDatabaseRequest,Database> |
createDatabaseSettings()
Returns the builder for the settings used for calls to createDatabase.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateLockRequest,Lock> |
createLockSettings()
Returns the builder for the settings used for calls to createLock.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTableRequest,Table> |
createTableSettings()
Returns the builder for the settings used for calls to createTable.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteCatalogRequest,Catalog> |
deleteCatalogSettings()
Returns the builder for the settings used for calls to deleteCatalog.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteDatabaseRequest,Database> |
deleteDatabaseSettings()
Returns the builder for the settings used for calls to deleteDatabase.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteLockRequest,com.google.protobuf.Empty> |
deleteLockSettings()
Returns the builder for the settings used for calls to deleteLock.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteTableRequest,Table> |
deleteTableSettings()
Returns the builder for the settings used for calls to deleteTable.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetCatalogRequest,Catalog> |
getCatalogSettings()
Returns the builder for the settings used for calls to getCatalog.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDatabaseRequest,Database> |
getDatabaseSettings()
Returns the builder for the settings used for calls to getDatabase.
|
MetastoreServiceStubSettings.Builder |
getStubSettingsBuilder() |
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTableRequest,Table> |
getTableSettings()
Returns the builder for the settings used for calls to getTable.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListCatalogsRequest,ListCatalogsResponse,MetastoreServiceClient.ListCatalogsPagedResponse> |
listCatalogsSettings()
Returns the builder for the settings used for calls to listCatalogs.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListDatabasesRequest,ListDatabasesResponse,MetastoreServiceClient.ListDatabasesPagedResponse> |
listDatabasesSettings()
Returns the builder for the settings used for calls to listDatabases.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListLocksRequest,ListLocksResponse,MetastoreServiceClient.ListLocksPagedResponse> |
listLocksSettings()
Returns the builder for the settings used for calls to listLocks.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTablesRequest,ListTablesResponse,MetastoreServiceClient.ListTablesPagedResponse> |
listTablesSettings()
Returns the builder for the settings used for calls to listTables.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<RenameTableRequest,Table> |
renameTableSettings()
Returns the builder for the settings used for calls to renameTable.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateDatabaseRequest,Database> |
updateDatabaseSettings()
Returns the builder for the settings used for calls to updateDatabase.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTableRequest,Table> |
updateTableSettings()
Returns the builder for the settings used for calls to updateTable.
|
applyToAllUnaryMethods, getApiKey, getBackgroundExecutorProvider, getClock, getCredentialsProvider, getEndpoint, getExecutorProvider, getGdchApiAudience, getHeaderProvider, getInternalHeaderProvider, getQuotaProjectId, getStubSettings, getTransportChannelProvider, getWatchdogCheckInterval, getWatchdogCheckIntervalDuration, getWatchdogProvider, self, setApiKey, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setQuotaProjectId, setTransportChannelProvider, setUniverseDomain, setWatchdogCheckInterval, setWatchdogCheckIntervalDuration, setWatchdogProvider, toStringprotected Builder()
throws IOException
IOExceptionprotected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(MetastoreServiceSettings settings)
protected Builder(MetastoreServiceStubSettings.Builder stubSettings)
public MetastoreServiceStubSettings.Builder getStubSettingsBuilder()
public MetastoreServiceSettings.Builder applyToAllUnaryMethods(com.google.api.core.ApiFunction<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
Note: This method does not support applying settings to streaming methods.
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateCatalogRequest,Catalog> createCatalogSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteCatalogRequest,Catalog> deleteCatalogSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetCatalogRequest,Catalog> getCatalogSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListCatalogsRequest,ListCatalogsResponse,MetastoreServiceClient.ListCatalogsPagedResponse> listCatalogsSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateDatabaseRequest,Database> createDatabaseSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteDatabaseRequest,Database> deleteDatabaseSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateDatabaseRequest,Database> updateDatabaseSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDatabaseRequest,Database> getDatabaseSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListDatabasesRequest,ListDatabasesResponse,MetastoreServiceClient.ListDatabasesPagedResponse> listDatabasesSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateTableRequest,Table> createTableSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteTableRequest,Table> deleteTableSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTableRequest,Table> updateTableSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<RenameTableRequest,Table> renameTableSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTableRequest,Table> getTableSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListTablesRequest,ListTablesResponse,MetastoreServiceClient.ListTablesPagedResponse> listTablesSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateLockRequest,Lock> createLockSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteLockRequest,com.google.protobuf.Empty> deleteLockSettings()
public com.google.api.gax.rpc.UnaryCallSettings.Builder<CheckLockRequest,Lock> checkLockSettings()
public com.google.api.gax.rpc.PagedCallSettings.Builder<ListLocksRequest,ListLocksResponse,MetastoreServiceClient.ListLocksPagedResponse> listLocksSettings()
public MetastoreServiceSettings build() throws IOException
build in class com.google.api.gax.rpc.ClientSettings.Builder<MetastoreServiceSettings,MetastoreServiceSettings.Builder>IOExceptionCopyright © 2025 Google LLC. All rights reserved.