- 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 DataprocMetastoreSettings extends ClientSettings<DataprocMetastoreSettings>
Settings class to configure an instance of DataprocMetastoreClient.
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:
// 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
DataprocMetastoreSettings.Builder dataprocMetastoreSettingsBuilder =
DataprocMetastoreSettings.newBuilder();
dataprocMetastoreSettingsBuilder
.getServiceSettings()
.setRetrySettings(
dataprocMetastoreSettingsBuilder
.getServiceSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
DataprocMetastoreSettings dataprocMetastoreSettings = dataprocMetastoreSettingsBuilder.build();
Static Methods
create(DataprocMetastoreStubSettings stub)
public static final DataprocMetastoreSettings create(DataprocMetastoreStubSettings stub)
Parameter | |
---|---|
Name | Description |
stub |
DataprocMetastoreStubSettings |
Returns | |
---|---|
Type | Description |
DataprocMetastoreSettings |
Exceptions | |
---|---|
Type | Description |
IOException |
defaultApiClientHeaderProviderBuilder()
public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Returns | |
---|---|
Type | Description |
Builder |
defaultCredentialsProviderBuilder()
public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
Returns | |
---|---|
Type | Description |
Builder |
defaultExecutorProviderBuilder()
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
Returns | |
---|---|
Type | Description |
Builder |
defaultGrpcTransportProviderBuilder()
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.
Returns | |
---|---|
Type | Description |
Builder |
defaultHttpJsonTransportProviderBuilder()
public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
Returns | |
---|---|
Type | Description |
Builder |
defaultTransportChannelProvider()
public static TransportChannelProvider defaultTransportChannelProvider()
Returns | |
---|---|
Type | Description |
TransportChannelProvider |
getDefaultEndpoint()
public static String getDefaultEndpoint()
Returns the default service endpoint.
Returns | |
---|---|
Type | Description |
String |
getDefaultServiceScopes()
public static List<String> getDefaultServiceScopes()
Returns the default service scopes.
Returns | |
---|---|
Type | Description |
List<String> |
newBuilder()
public static DataprocMetastoreSettings.Builder newBuilder()
Returns a new gRPC builder for this class.
Returns | |
---|---|
Type | Description |
DataprocMetastoreSettings.Builder |
newBuilder(ClientContext clientContext)
public static DataprocMetastoreSettings.Builder newBuilder(ClientContext clientContext)
Returns a new builder for this class.
Parameter | |
---|---|
Name | Description |
clientContext |
ClientContext |
Returns | |
---|---|
Type | Description |
DataprocMetastoreSettings.Builder |
newHttpJsonBuilder()
public static DataprocMetastoreSettings.Builder newHttpJsonBuilder()
Returns a new REST builder for this class.
Returns | |
---|---|
Type | Description |
DataprocMetastoreSettings.Builder |
Constructors
DataprocMetastoreSettings(DataprocMetastoreSettings.Builder settingsBuilder)
protected DataprocMetastoreSettings(DataprocMetastoreSettings.Builder settingsBuilder)
Parameter | |
---|---|
Name | Description |
settingsBuilder |
DataprocMetastoreSettings.Builder |
Methods
alterMetadataResourceLocationOperationSettings()
public OperationCallSettings<AlterMetadataResourceLocationRequest,AlterMetadataResourceLocationResponse,OperationMetadata> alterMetadataResourceLocationOperationSettings()
Returns the object with the settings used for calls to alterMetadataResourceLocation.
Returns | |
---|---|
Type | Description |
OperationCallSettings<AlterMetadataResourceLocationRequest,AlterMetadataResourceLocationResponse,OperationMetadata> |
alterMetadataResourceLocationSettings()
public UnaryCallSettings<AlterMetadataResourceLocationRequest,Operation> alterMetadataResourceLocationSettings()
Returns the object with the settings used for calls to alterMetadataResourceLocation.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<AlterMetadataResourceLocationRequest,Operation> |
createBackupOperationSettings()
public OperationCallSettings<CreateBackupRequest,Backup,OperationMetadata> createBackupOperationSettings()
Returns the object with the settings used for calls to createBackup.
Returns | |
---|---|
Type | Description |
OperationCallSettings<CreateBackupRequest,Backup,OperationMetadata> |
createBackupSettings()
public UnaryCallSettings<CreateBackupRequest,Operation> createBackupSettings()
Returns the object with the settings used for calls to createBackup.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<CreateBackupRequest,Operation> |
createMetadataImportOperationSettings()
public OperationCallSettings<CreateMetadataImportRequest,MetadataImport,OperationMetadata> createMetadataImportOperationSettings()
Returns the object with the settings used for calls to createMetadataImport.
Returns | |
---|---|
Type | Description |
OperationCallSettings<CreateMetadataImportRequest,MetadataImport,OperationMetadata> |
createMetadataImportSettings()
public UnaryCallSettings<CreateMetadataImportRequest,Operation> createMetadataImportSettings()
Returns the object with the settings used for calls to createMetadataImport.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<CreateMetadataImportRequest,Operation> |
createServiceOperationSettings()
public OperationCallSettings<CreateServiceRequest,Service,OperationMetadata> createServiceOperationSettings()
Returns the object with the settings used for calls to createService.
Returns | |
---|---|
Type | Description |
OperationCallSettings<CreateServiceRequest,Service,OperationMetadata> |
createServiceSettings()
public UnaryCallSettings<CreateServiceRequest,Operation> createServiceSettings()
Returns the object with the settings used for calls to createService.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<CreateServiceRequest,Operation> |
deleteBackupOperationSettings()
public OperationCallSettings<DeleteBackupRequest,Empty,OperationMetadata> deleteBackupOperationSettings()
Returns the object with the settings used for calls to deleteBackup.
Returns | |
---|---|
Type | Description |
OperationCallSettings<DeleteBackupRequest,Empty,OperationMetadata> |
deleteBackupSettings()
public UnaryCallSettings<DeleteBackupRequest,Operation> deleteBackupSettings()
Returns the object with the settings used for calls to deleteBackup.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<DeleteBackupRequest,Operation> |
deleteServiceOperationSettings()
public OperationCallSettings<DeleteServiceRequest,Empty,OperationMetadata> deleteServiceOperationSettings()
Returns the object with the settings used for calls to deleteService.
Returns | |
---|---|
Type | Description |
OperationCallSettings<DeleteServiceRequest,Empty,OperationMetadata> |
deleteServiceSettings()
public UnaryCallSettings<DeleteServiceRequest,Operation> deleteServiceSettings()
Returns the object with the settings used for calls to deleteService.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<DeleteServiceRequest,Operation> |
exportMetadataOperationSettings()
public OperationCallSettings<ExportMetadataRequest,MetadataExport,OperationMetadata> exportMetadataOperationSettings()
Returns the object with the settings used for calls to exportMetadata.
Returns | |
---|---|
Type | Description |
OperationCallSettings<ExportMetadataRequest,MetadataExport,OperationMetadata> |
exportMetadataSettings()
public UnaryCallSettings<ExportMetadataRequest,Operation> exportMetadataSettings()
Returns the object with the settings used for calls to exportMetadata.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<ExportMetadataRequest,Operation> |
getBackupSettings()
public UnaryCallSettings<GetBackupRequest,Backup> getBackupSettings()
Returns the object with the settings used for calls to getBackup.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<GetBackupRequest,Backup> |
getIamPolicySettings()
public UnaryCallSettings<GetIamPolicyRequest,Policy> getIamPolicySettings()
Returns the object with the settings used for calls to getIamPolicy.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> |
getLocationSettings()
public UnaryCallSettings<GetLocationRequest,Location> getLocationSettings()
Returns the object with the settings used for calls to getLocation.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getMetadataImportSettings()
public UnaryCallSettings<GetMetadataImportRequest,MetadataImport> getMetadataImportSettings()
Returns the object with the settings used for calls to getMetadataImport.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<GetMetadataImportRequest,MetadataImport> |
getServiceSettings()
public UnaryCallSettings<GetServiceRequest,Service> getServiceSettings()
Returns the object with the settings used for calls to getService.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<GetServiceRequest,Service> |
listBackupsSettings()
public PagedCallSettings<ListBackupsRequest,ListBackupsResponse,DataprocMetastoreClient.ListBackupsPagedResponse> listBackupsSettings()
Returns the object with the settings used for calls to listBackups.
Returns | |
---|---|
Type | Description |
PagedCallSettings<ListBackupsRequest,ListBackupsResponse,ListBackupsPagedResponse> |
listLocationsSettings()
public PagedCallSettings<ListLocationsRequest,ListLocationsResponse,DataprocMetastoreClient.ListLocationsPagedResponse> listLocationsSettings()
Returns the object with the settings used for calls to listLocations.
Returns | |
---|---|
Type | Description |
PagedCallSettings<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse,ListLocationsPagedResponse> |
listMetadataImportsSettings()
public PagedCallSettings<ListMetadataImportsRequest,ListMetadataImportsResponse,DataprocMetastoreClient.ListMetadataImportsPagedResponse> listMetadataImportsSettings()
Returns the object with the settings used for calls to listMetadataImports.
Returns | |
---|---|
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.
Returns | |
---|---|
Type | Description |
PagedCallSettings<ListServicesRequest,ListServicesResponse,ListServicesPagedResponse> |
moveTableToDatabaseOperationSettings()
public OperationCallSettings<MoveTableToDatabaseRequest,MoveTableToDatabaseResponse,OperationMetadata> moveTableToDatabaseOperationSettings()
Returns the object with the settings used for calls to moveTableToDatabase.
Returns | |
---|---|
Type | Description |
OperationCallSettings<MoveTableToDatabaseRequest,MoveTableToDatabaseResponse,OperationMetadata> |
moveTableToDatabaseSettings()
public UnaryCallSettings<MoveTableToDatabaseRequest,Operation> moveTableToDatabaseSettings()
Returns the object with the settings used for calls to moveTableToDatabase.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<MoveTableToDatabaseRequest,Operation> |
queryMetadataOperationSettings()
public OperationCallSettings<QueryMetadataRequest,QueryMetadataResponse,OperationMetadata> queryMetadataOperationSettings()
Returns the object with the settings used for calls to queryMetadata.
Returns | |
---|---|
Type | Description |
OperationCallSettings<QueryMetadataRequest,QueryMetadataResponse,OperationMetadata> |
queryMetadataSettings()
public UnaryCallSettings<QueryMetadataRequest,Operation> queryMetadataSettings()
Returns the object with the settings used for calls to queryMetadata.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<QueryMetadataRequest,Operation> |
restoreServiceOperationSettings()
public OperationCallSettings<RestoreServiceRequest,Restore,OperationMetadata> restoreServiceOperationSettings()
Returns the object with the settings used for calls to restoreService.
Returns | |
---|---|
Type | Description |
OperationCallSettings<RestoreServiceRequest,Restore,OperationMetadata> |
restoreServiceSettings()
public UnaryCallSettings<RestoreServiceRequest,Operation> restoreServiceSettings()
Returns the object with the settings used for calls to restoreService.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<RestoreServiceRequest,Operation> |
setIamPolicySettings()
public UnaryCallSettings<SetIamPolicyRequest,Policy> setIamPolicySettings()
Returns the object with the settings used for calls to setIamPolicy.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> |
testIamPermissionsSettings()
public UnaryCallSettings<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsSettings()
Returns the object with the settings used for calls to testIamPermissions.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> |
toBuilder()
public DataprocMetastoreSettings.Builder toBuilder()
Returns a builder containing all the values of this settings class.
Returns | |
---|---|
Type | Description |
DataprocMetastoreSettings.Builder |
updateMetadataImportOperationSettings()
public OperationCallSettings<UpdateMetadataImportRequest,MetadataImport,OperationMetadata> updateMetadataImportOperationSettings()
Returns the object with the settings used for calls to updateMetadataImport.
Returns | |
---|---|
Type | Description |
OperationCallSettings<UpdateMetadataImportRequest,MetadataImport,OperationMetadata> |
updateMetadataImportSettings()
public UnaryCallSettings<UpdateMetadataImportRequest,Operation> updateMetadataImportSettings()
Returns the object with the settings used for calls to updateMetadataImport.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<UpdateMetadataImportRequest,Operation> |
updateServiceOperationSettings()
public OperationCallSettings<UpdateServiceRequest,Service,OperationMetadata> updateServiceOperationSettings()
Returns the object with the settings used for calls to updateService.
Returns | |
---|---|
Type | Description |
OperationCallSettings<UpdateServiceRequest,Service,OperationMetadata> |
updateServiceSettings()
public UnaryCallSettings<UpdateServiceRequest,Operation> updateServiceSettings()
Returns the object with the settings used for calls to updateService.
Returns | |
---|---|
Type | Description |
UnaryCallSettings<UpdateServiceRequest,Operation> |