Class DataprocMetastoreStubSettings (2.43.0)

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:


 // 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
 DataprocMetastoreStubSettings.Builder dataprocMetastoreSettingsBuilder =
     DataprocMetastoreStubSettings.newBuilder();
 dataprocMetastoreSettingsBuilder
     .getServiceSettings()
     .setRetrySettings(
         dataprocMetastoreSettingsBuilder
             .getServiceSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 DataprocMetastoreStubSettings dataprocMetastoreSettings =
     dataprocMetastoreSettingsBuilder.build();
 

Inheritance

java.lang.Object > StubSettings > DataprocMetastoreStubSettings

Static Methods

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

defaultGrpcApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder()
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

defaultHttpJsonApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder()
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

getDefaultMtlsEndpoint()

public static String getDefaultMtlsEndpoint()

Returns the default mTLS 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 DataprocMetastoreStubSettings.Builder newBuilder()

Returns a new gRPC builder for this class.

Returns
Type Description
DataprocMetastoreStubSettings.Builder

newBuilder(ClientContext clientContext)

public static DataprocMetastoreStubSettings.Builder newBuilder(ClientContext clientContext)

Returns a new builder for this class.

Parameter
Name Description
clientContext ClientContext
Returns
Type Description
DataprocMetastoreStubSettings.Builder

newHttpJsonBuilder()

public static DataprocMetastoreStubSettings.Builder newHttpJsonBuilder()

Returns a new REST builder for this class.

Returns
Type Description
DataprocMetastoreStubSettings.Builder

Constructors

DataprocMetastoreStubSettings(DataprocMetastoreStubSettings.Builder settingsBuilder)

protected DataprocMetastoreStubSettings(DataprocMetastoreStubSettings.Builder settingsBuilder)
Parameter
Name Description
settingsBuilder DataprocMetastoreStubSettings.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>

createStub()

public DataprocMetastoreStub createStub()
Returns
Type Description
DataprocMetastoreStub
Exceptions
Type Description
IOException

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>

getServiceName()

public String getServiceName()

Returns the default service name.

Returns
Type Description
String
Overrides

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 DataprocMetastoreStubSettings.Builder toBuilder()

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

Returns
Type Description
DataprocMetastoreStubSettings.Builder
Overrides

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>