Class MetastoreServiceStubSettings (0.29.0)

public class MetastoreServiceStubSettings extends StubSettings<MetastoreServiceStubSettings>

Settings class to configure an instance of MetastoreServiceStub.

The default instance has everything set to sensible defaults:

  • The default service address (biglake.googleapis.com) and default port (443) are used.
  • Credentials are acquired automatically through Application Default Credentials.
  • Retries are configured for idempotent methods but not for non-idempotent methods.

The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.

For example, to set the total timeout of createCatalog to 30 seconds:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 MetastoreServiceStubSettings.Builder metastoreServiceSettingsBuilder =
     MetastoreServiceStubSettings.newBuilder();
 metastoreServiceSettingsBuilder
     .createCatalogSettings()
     .setRetrySettings(
         metastoreServiceSettingsBuilder
             .createCatalogSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 MetastoreServiceStubSettings metastoreServiceSettings = metastoreServiceSettingsBuilder.build();
 

Inheritance

java.lang.Object > StubSettings > MetastoreServiceStubSettings

Static Methods

defaultApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Returns
TypeDescription
Builder

defaultCredentialsProviderBuilder()

public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()

Returns a builder for the default credentials for this service.

Returns
TypeDescription
Builder

defaultExecutorProviderBuilder()

public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()

Returns a builder for the default ExecutorProvider for this service.

Returns
TypeDescription
Builder

defaultGrpcApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder()
Returns
TypeDescription
Builder

defaultGrpcTransportProviderBuilder()

public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()

Returns a builder for the default gRPC ChannelProvider for this service.

Returns
TypeDescription
Builder

defaultHttpJsonApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder()
Returns
TypeDescription
Builder

defaultHttpJsonTransportProviderBuilder()

public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()

Returns a builder for the default REST ChannelProvider for this service.

Returns
TypeDescription
Builder

defaultTransportChannelProvider()

public static TransportChannelProvider defaultTransportChannelProvider()
Returns
TypeDescription
TransportChannelProvider

getDefaultEndpoint()

public static String getDefaultEndpoint()

Returns the default service endpoint.

Returns
TypeDescription
String

getDefaultMtlsEndpoint()

public static String getDefaultMtlsEndpoint()

Returns the default mTLS service endpoint.

Returns
TypeDescription
String

getDefaultServiceScopes()

public static List<String> getDefaultServiceScopes()

Returns the default service scopes.

Returns
TypeDescription
List<String>

newBuilder()

public static MetastoreServiceStubSettings.Builder newBuilder()

Returns a new gRPC builder for this class.

Returns
TypeDescription
MetastoreServiceStubSettings.Builder

newBuilder(ClientContext clientContext)

public static MetastoreServiceStubSettings.Builder newBuilder(ClientContext clientContext)

Returns a new builder for this class.

Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
MetastoreServiceStubSettings.Builder

newHttpJsonBuilder()

public static MetastoreServiceStubSettings.Builder newHttpJsonBuilder()

Returns a new REST builder for this class.

Returns
TypeDescription
MetastoreServiceStubSettings.Builder

Constructors

MetastoreServiceStubSettings(MetastoreServiceStubSettings.Builder settingsBuilder)

protected MetastoreServiceStubSettings(MetastoreServiceStubSettings.Builder settingsBuilder)
Parameter
NameDescription
settingsBuilderMetastoreServiceStubSettings.Builder

Methods

checkLockSettings()

public UnaryCallSettings<CheckLockRequest,Lock> checkLockSettings()

Returns the object with the settings used for calls to checkLock.

Returns
TypeDescription
UnaryCallSettings<CheckLockRequest,Lock>

createCatalogSettings()

public UnaryCallSettings<CreateCatalogRequest,Catalog> createCatalogSettings()

Returns the object with the settings used for calls to createCatalog.

Returns
TypeDescription
UnaryCallSettings<CreateCatalogRequest,Catalog>

createDatabaseSettings()

public UnaryCallSettings<CreateDatabaseRequest,Database> createDatabaseSettings()

Returns the object with the settings used for calls to createDatabase.

Returns
TypeDescription
UnaryCallSettings<CreateDatabaseRequest,Database>

createLockSettings()

public UnaryCallSettings<CreateLockRequest,Lock> createLockSettings()

Returns the object with the settings used for calls to createLock.

Returns
TypeDescription
UnaryCallSettings<CreateLockRequest,Lock>

createStub()

public MetastoreServiceStub createStub()
Returns
TypeDescription
MetastoreServiceStub
Exceptions
TypeDescription
IOException

createTableSettings()

public UnaryCallSettings<CreateTableRequest,Table> createTableSettings()

Returns the object with the settings used for calls to createTable.

Returns
TypeDescription
UnaryCallSettings<CreateTableRequest,Table>

deleteCatalogSettings()

public UnaryCallSettings<DeleteCatalogRequest,Catalog> deleteCatalogSettings()

Returns the object with the settings used for calls to deleteCatalog.

Returns
TypeDescription
UnaryCallSettings<DeleteCatalogRequest,Catalog>

deleteDatabaseSettings()

public UnaryCallSettings<DeleteDatabaseRequest,Database> deleteDatabaseSettings()

Returns the object with the settings used for calls to deleteDatabase.

Returns
TypeDescription
UnaryCallSettings<DeleteDatabaseRequest,Database>

deleteLockSettings()

public UnaryCallSettings<DeleteLockRequest,Empty> deleteLockSettings()

Returns the object with the settings used for calls to deleteLock.

Returns
TypeDescription
UnaryCallSettings<DeleteLockRequest,Empty>

deleteTableSettings()

public UnaryCallSettings<DeleteTableRequest,Table> deleteTableSettings()

Returns the object with the settings used for calls to deleteTable.

Returns
TypeDescription
UnaryCallSettings<DeleteTableRequest,Table>

getCatalogSettings()

public UnaryCallSettings<GetCatalogRequest,Catalog> getCatalogSettings()

Returns the object with the settings used for calls to getCatalog.

Returns
TypeDescription
UnaryCallSettings<GetCatalogRequest,Catalog>

getDatabaseSettings()

public UnaryCallSettings<GetDatabaseRequest,Database> getDatabaseSettings()

Returns the object with the settings used for calls to getDatabase.

Returns
TypeDescription
UnaryCallSettings<GetDatabaseRequest,Database>

getEndpoint()

public String getEndpoint()

Returns the endpoint set by the user or the the service's default endpoint.

Returns
TypeDescription
String
Overrides

getServiceName()

public String getServiceName()

Returns the default service name.

Returns
TypeDescription
String
Overrides

getTableSettings()

public UnaryCallSettings<GetTableRequest,Table> getTableSettings()

Returns the object with the settings used for calls to getTable.

Returns
TypeDescription
UnaryCallSettings<GetTableRequest,Table>

listCatalogsSettings()

public PagedCallSettings<ListCatalogsRequest,ListCatalogsResponse,MetastoreServiceClient.ListCatalogsPagedResponse> listCatalogsSettings()

Returns the object with the settings used for calls to listCatalogs.

Returns
TypeDescription
PagedCallSettings<ListCatalogsRequest,ListCatalogsResponse,ListCatalogsPagedResponse>

listDatabasesSettings()

public PagedCallSettings<ListDatabasesRequest,ListDatabasesResponse,MetastoreServiceClient.ListDatabasesPagedResponse> listDatabasesSettings()

Returns the object with the settings used for calls to listDatabases.

Returns
TypeDescription
PagedCallSettings<ListDatabasesRequest,ListDatabasesResponse,ListDatabasesPagedResponse>

listLocksSettings()

public PagedCallSettings<ListLocksRequest,ListLocksResponse,MetastoreServiceClient.ListLocksPagedResponse> listLocksSettings()

Returns the object with the settings used for calls to listLocks.

Returns
TypeDescription
PagedCallSettings<ListLocksRequest,ListLocksResponse,ListLocksPagedResponse>

listTablesSettings()

public PagedCallSettings<ListTablesRequest,ListTablesResponse,MetastoreServiceClient.ListTablesPagedResponse> listTablesSettings()

Returns the object with the settings used for calls to listTables.

Returns
TypeDescription
PagedCallSettings<ListTablesRequest,ListTablesResponse,ListTablesPagedResponse>

renameTableSettings()

public UnaryCallSettings<RenameTableRequest,Table> renameTableSettings()

Returns the object with the settings used for calls to renameTable.

Returns
TypeDescription
UnaryCallSettings<RenameTableRequest,Table>

toBuilder()

public MetastoreServiceStubSettings.Builder toBuilder()

Returns a builder containing all the values of this settings class.

Returns
TypeDescription
MetastoreServiceStubSettings.Builder
Overrides

updateDatabaseSettings()

public UnaryCallSettings<UpdateDatabaseRequest,Database> updateDatabaseSettings()

Returns the object with the settings used for calls to updateDatabase.

Returns
TypeDescription
UnaryCallSettings<UpdateDatabaseRequest,Database>

updateTableSettings()

public UnaryCallSettings<UpdateTableRequest,Table> updateTableSettings()

Returns the object with the settings used for calls to updateTable.

Returns
TypeDescription
UnaryCallSettings<UpdateTableRequest,Table>