- 2.54.0 (latest)
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.4
- 2.3.0
- 2.2.0
- 2.1.9
public class DataprocMetastoreStubSettings extends StubSettings<DataprocMetastoreStubSettings>
Settings class to configure an instance of DataprocMetastoreStub.
The default instance has everything set to sensible defaults:
- The default service address (metastore.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 getService to 30 seconds:
DataprocMetastoreStubSettings.Builder dataprocMetastoreSettingsBuilder =
DataprocMetastoreStubSettings.newBuilder();
dataprocMetastoreSettingsBuilder
.getServiceSettings()
.setRetrySettings(
dataprocMetastoreSettingsBuilder
.getServiceSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
DataprocMetastoreStubSettings dataprocMetastoreSettings =
dataprocMetastoreSettingsBuilder.build();
Static Methods
defaultApiClientHeaderProviderBuilder()
public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Type | Description |
Builder |
defaultCredentialsProviderBuilder()
public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
Type | Description |
Builder |
defaultExecutorProviderBuilder()
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
Type | Description |
Builder |
defaultGrpcTransportProviderBuilder()
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
Returns a builder for the default ChannelProvider for this service.
Type | Description |
Builder |
defaultTransportChannelProvider()
public static TransportChannelProvider defaultTransportChannelProvider()
Type | Description |
TransportChannelProvider |
getDefaultEndpoint()
public static String getDefaultEndpoint()
Returns the default service endpoint.
Type | Description |
String |
getDefaultMtlsEndpoint()
public static String getDefaultMtlsEndpoint()
Returns the default mTLS service endpoint.
Type | Description |
String |
getDefaultServiceScopes()
public static List<String> getDefaultServiceScopes()
Returns the default service scopes.
Type | Description |
List<String> |
newBuilder()
public static DataprocMetastoreStubSettings.Builder newBuilder()
Returns a new builder for this class.
Type | Description |
DataprocMetastoreStubSettings.Builder |
newBuilder(ClientContext clientContext)
public static DataprocMetastoreStubSettings.Builder newBuilder(ClientContext clientContext)
Returns a new builder for this class.
Name | Description |
clientContext | ClientContext |
Type | Description |
DataprocMetastoreStubSettings.Builder |
Constructors
DataprocMetastoreStubSettings(DataprocMetastoreStubSettings.Builder settingsBuilder)
protected DataprocMetastoreStubSettings(DataprocMetastoreStubSettings.Builder settingsBuilder)
Name | Description |
settingsBuilder | DataprocMetastoreStubSettings.Builder |
Methods
createBackupOperationSettings()
public OperationCallSettings<CreateBackupRequest,Backup,OperationMetadata> createBackupOperationSettings()
Returns the object with the settings used for calls to createBackup.
Type | Description |
OperationCallSettings<CreateBackupRequest,Backup,OperationMetadata> |
createBackupSettings()
public UnaryCallSettings<CreateBackupRequest,Operation> createBackupSettings()
Returns the object with the settings used for calls to createBackup.
Type | Description |
UnaryCallSettings<CreateBackupRequest,Operation> |
createMetadataImportOperationSettings()
public OperationCallSettings<CreateMetadataImportRequest,MetadataImport,OperationMetadata> createMetadataImportOperationSettings()
Returns the object with the settings used for calls to createMetadataImport.
Type | Description |
OperationCallSettings<CreateMetadataImportRequest,MetadataImport,OperationMetadata> |
createMetadataImportSettings()
public UnaryCallSettings<CreateMetadataImportRequest,Operation> createMetadataImportSettings()
Returns the object with the settings used for calls to createMetadataImport.
Type | Description |
UnaryCallSettings<CreateMetadataImportRequest,Operation> |
createServiceOperationSettings()
public OperationCallSettings<CreateServiceRequest,Service,OperationMetadata> createServiceOperationSettings()
Returns the object with the settings used for calls to createService.
Type | Description |
OperationCallSettings<CreateServiceRequest,Service,OperationMetadata> |
createServiceSettings()
public UnaryCallSettings<CreateServiceRequest,Operation> createServiceSettings()
Returns the object with the settings used for calls to createService.
Type | Description |
UnaryCallSettings<CreateServiceRequest,Operation> |
createStub()
public DataprocMetastoreStub createStub()
Type | Description |
DataprocMetastoreStub |
Type | Description |
IOException |
deleteBackupOperationSettings()
public OperationCallSettings<DeleteBackupRequest,Empty,OperationMetadata> deleteBackupOperationSettings()
Returns the object with the settings used for calls to deleteBackup.
Type | Description |
OperationCallSettings<DeleteBackupRequest,Empty,OperationMetadata> |
deleteBackupSettings()
public UnaryCallSettings<DeleteBackupRequest,Operation> deleteBackupSettings()
Returns the object with the settings used for calls to deleteBackup.
Type | Description |
UnaryCallSettings<DeleteBackupRequest,Operation> |
deleteServiceOperationSettings()
public OperationCallSettings<DeleteServiceRequest,Empty,OperationMetadata> deleteServiceOperationSettings()
Returns the object with the settings used for calls to deleteService.
Type | Description |
OperationCallSettings<DeleteServiceRequest,Empty,OperationMetadata> |
deleteServiceSettings()
public UnaryCallSettings<DeleteServiceRequest,Operation> deleteServiceSettings()
Returns the object with the settings used for calls to deleteService.
Type | Description |
UnaryCallSettings<DeleteServiceRequest,Operation> |
exportMetadataOperationSettings()
public OperationCallSettings<ExportMetadataRequest,MetadataExport,OperationMetadata> exportMetadataOperationSettings()
Returns the object with the settings used for calls to exportMetadata.
Type | Description |
OperationCallSettings<ExportMetadataRequest,MetadataExport,OperationMetadata> |
exportMetadataSettings()
public UnaryCallSettings<ExportMetadataRequest,Operation> exportMetadataSettings()
Returns the object with the settings used for calls to exportMetadata.
Type | Description |
UnaryCallSettings<ExportMetadataRequest,Operation> |
getBackupSettings()
public UnaryCallSettings<GetBackupRequest,Backup> getBackupSettings()
Returns the object with the settings used for calls to getBackup.
Type | Description |
UnaryCallSettings<GetBackupRequest,Backup> |
getMetadataImportSettings()
public UnaryCallSettings<GetMetadataImportRequest,MetadataImport> getMetadataImportSettings()
Returns the object with the settings used for calls to getMetadataImport.
Type | Description |
UnaryCallSettings<GetMetadataImportRequest,MetadataImport> |
getServiceSettings()
public UnaryCallSettings<GetServiceRequest,Service> getServiceSettings()
Returns the object with the settings used for calls to getService.
Type | Description |
UnaryCallSettings<GetServiceRequest,Service> |
listBackupsSettings()
public PagedCallSettings<ListBackupsRequest,ListBackupsResponse,DataprocMetastoreClient.ListBackupsPagedResponse> listBackupsSettings()
Returns the object with the settings used for calls to listBackups.
Type | Description |
PagedCallSettings<ListBackupsRequest,ListBackupsResponse,ListBackupsPagedResponse> |
listMetadataImportsSettings()
public PagedCallSettings<ListMetadataImportsRequest,ListMetadataImportsResponse,DataprocMetastoreClient.ListMetadataImportsPagedResponse> listMetadataImportsSettings()
Returns the object with the settings used for calls to listMetadataImports.
Type | Description |
PagedCallSettings<ListMetadataImportsRequest,ListMetadataImportsResponse,ListMetadataImportsPagedResponse> |
listServicesSettings()
public PagedCallSettings<ListServicesRequest,ListServicesResponse,DataprocMetastoreClient.ListServicesPagedResponse> listServicesSettings()
Returns the object with the settings used for calls to listServices.
Type | Description |
PagedCallSettings<ListServicesRequest,ListServicesResponse,ListServicesPagedResponse> |
restoreServiceOperationSettings()
public OperationCallSettings<RestoreServiceRequest,Restore,OperationMetadata> restoreServiceOperationSettings()
Returns the object with the settings used for calls to restoreService.
Type | Description |
OperationCallSettings<RestoreServiceRequest,Restore,OperationMetadata> |
restoreServiceSettings()
public UnaryCallSettings<RestoreServiceRequest,Operation> restoreServiceSettings()
Returns the object with the settings used for calls to restoreService.
Type | Description |
UnaryCallSettings<RestoreServiceRequest,Operation> |
toBuilder()
public DataprocMetastoreStubSettings.Builder toBuilder()
Returns a builder containing all the values of this settings class.
Type | Description |
DataprocMetastoreStubSettings.Builder |
updateMetadataImportOperationSettings()
public OperationCallSettings<UpdateMetadataImportRequest,MetadataImport,OperationMetadata> updateMetadataImportOperationSettings()
Returns the object with the settings used for calls to updateMetadataImport.
Type | Description |
OperationCallSettings<UpdateMetadataImportRequest,MetadataImport,OperationMetadata> |
updateMetadataImportSettings()
public UnaryCallSettings<UpdateMetadataImportRequest,Operation> updateMetadataImportSettings()
Returns the object with the settings used for calls to updateMetadataImport.
Type | Description |
UnaryCallSettings<UpdateMetadataImportRequest,Operation> |
updateServiceOperationSettings()
public OperationCallSettings<UpdateServiceRequest,Service,OperationMetadata> updateServiceOperationSettings()
Returns the object with the settings used for calls to updateService.
Type | Description |
OperationCallSettings<UpdateServiceRequest,Service,OperationMetadata> |
updateServiceSettings()
public UnaryCallSettings<UpdateServiceRequest,Operation> updateServiceSettings()
Returns the object with the settings used for calls to updateService.
Type | Description |
UnaryCallSettings<UpdateServiceRequest,Operation> |