public static class MetastoreServiceStubSettings.Builder extends com.google.api.gax.rpc.StubSettings.Builder<MetastoreServiceStubSettings,MetastoreServiceStubSettings.Builder>
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
protected |
Builder(com.google.api.gax.rpc.ClientContext clientContext) |
protected |
Builder(MetastoreServiceStubSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
MetastoreServiceStubSettings.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.
|
MetastoreServiceStubSettings |
build() |
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<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<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.
|
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<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.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> |
unaryMethodSettingsBuilders() |
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, getMtlsEndpoint, getQuotaProjectId, getStreamWatchdogCheckInterval, getStreamWatchdogCheckIntervalDuration, getStreamWatchdogProvider, getTracerFactory, getTransportChannelProvider, self, setApiKey, setBackgroundExecutorProvider, setClock, setCredentialsProvider, setEndpoint, setExecutorProvider, setGdchApiAudience, setHeaderProvider, setInternalHeaderProvider, setMtlsEndpoint, setQuotaProjectId, setStreamWatchdogCheckInterval, setStreamWatchdogCheckIntervalDuration, setStreamWatchdogProvider, setSwitchToMtlsEndpointAllowed, setTracerFactory, setTransportChannelProvider, setUniverseDomain, toStringprotected Builder()
protected Builder(com.google.api.gax.rpc.ClientContext clientContext)
protected Builder(MetastoreServiceStubSettings settings)
public MetastoreServiceStubSettings.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.common.collect.ImmutableList<com.google.api.gax.rpc.UnaryCallSettings.Builder<?,?>> unaryMethodSettingsBuilders()
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 MetastoreServiceStubSettings build() throws IOException
build in class com.google.api.gax.rpc.StubSettings.Builder<MetastoreServiceStubSettings,MetastoreServiceStubSettings.Builder>IOExceptionCopyright © 2025 Google LLC. All rights reserved.