Class DataprocMetastoreStubSettings (2.42.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
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 DataprocMetastoreStubSettings.Builder newBuilder()

Returns a new gRPC builder for this class.

Returns
TypeDescription
DataprocMetastoreStubSettings.Builder

newBuilder(ClientContext clientContext)

public static DataprocMetastoreStubSettings.Builder newBuilder(ClientContext clientContext)

Returns a new builder for this class.

Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
DataprocMetastoreStubSettings.Builder

newHttpJsonBuilder()

public static DataprocMetastoreStubSettings.Builder newHttpJsonBuilder()

Returns a new REST builder for this class.

Returns
TypeDescription
DataprocMetastoreStubSettings.Builder

Constructors

DataprocMetastoreStubSettings(DataprocMetastoreStubSettings.Builder settingsBuilder)

protected DataprocMetastoreStubSettings(DataprocMetastoreStubSettings.Builder settingsBuilder)
Parameter
NameDescription
settingsBuilderDataprocMetastoreStubSettings.Builder

Methods

alterMetadataResourceLocationOperationSettings()

public OperationCallSettings<AlterMetadataResourceLocationRequest,AlterMetadataResourceLocationResponse,OperationMetadata> alterMetadataResourceLocationOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<AlterMetadataResourceLocationRequest,AlterMetadataResourceLocationResponse,OperationMetadata>

alterMetadataResourceLocationSettings()

public UnaryCallSettings<AlterMetadataResourceLocationRequest,Operation> alterMetadataResourceLocationSettings()

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

Returns
TypeDescription
UnaryCallSettings<AlterMetadataResourceLocationRequest,Operation>

createBackupOperationSettings()

public OperationCallSettings<CreateBackupRequest,Backup,OperationMetadata> createBackupOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<CreateBackupRequest,Backup,OperationMetadata>

createBackupSettings()

public UnaryCallSettings<CreateBackupRequest,Operation> createBackupSettings()

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

Returns
TypeDescription
UnaryCallSettings<CreateBackupRequest,Operation>

createMetadataImportOperationSettings()

public OperationCallSettings<CreateMetadataImportRequest,MetadataImport,OperationMetadata> createMetadataImportOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<CreateMetadataImportRequest,MetadataImport,OperationMetadata>

createMetadataImportSettings()

public UnaryCallSettings<CreateMetadataImportRequest,Operation> createMetadataImportSettings()

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

Returns
TypeDescription
UnaryCallSettings<CreateMetadataImportRequest,Operation>

createServiceOperationSettings()

public OperationCallSettings<CreateServiceRequest,Service,OperationMetadata> createServiceOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<CreateServiceRequest,Service,OperationMetadata>

createServiceSettings()

public UnaryCallSettings<CreateServiceRequest,Operation> createServiceSettings()

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

Returns
TypeDescription
UnaryCallSettings<CreateServiceRequest,Operation>

createStub()

public DataprocMetastoreStub createStub()
Returns
TypeDescription
DataprocMetastoreStub
Exceptions
TypeDescription
IOException

deleteBackupOperationSettings()

public OperationCallSettings<DeleteBackupRequest,Empty,OperationMetadata> deleteBackupOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<DeleteBackupRequest,Empty,OperationMetadata>

deleteBackupSettings()

public UnaryCallSettings<DeleteBackupRequest,Operation> deleteBackupSettings()

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

Returns
TypeDescription
UnaryCallSettings<DeleteBackupRequest,Operation>

deleteServiceOperationSettings()

public OperationCallSettings<DeleteServiceRequest,Empty,OperationMetadata> deleteServiceOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<DeleteServiceRequest,Empty,OperationMetadata>

deleteServiceSettings()

public UnaryCallSettings<DeleteServiceRequest,Operation> deleteServiceSettings()

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

Returns
TypeDescription
UnaryCallSettings<DeleteServiceRequest,Operation>

exportMetadataOperationSettings()

public OperationCallSettings<ExportMetadataRequest,MetadataExport,OperationMetadata> exportMetadataOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<ExportMetadataRequest,MetadataExport,OperationMetadata>

exportMetadataSettings()

public UnaryCallSettings<ExportMetadataRequest,Operation> exportMetadataSettings()

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

Returns
TypeDescription
UnaryCallSettings<ExportMetadataRequest,Operation>

getBackupSettings()

public UnaryCallSettings<GetBackupRequest,Backup> getBackupSettings()

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

Returns
TypeDescription
UnaryCallSettings<GetBackupRequest,Backup>

getEndpoint()

public String getEndpoint()

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

Returns
TypeDescription
String
Overrides

getIamPolicySettings()

public UnaryCallSettings<GetIamPolicyRequest,Policy> getIamPolicySettings()

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

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
UnaryCallSettings<GetMetadataImportRequest,MetadataImport>

getServiceName()

public String getServiceName()

Returns the default service name.

Returns
TypeDescription
String
Overrides

getServiceSettings()

public UnaryCallSettings<GetServiceRequest,Service> getServiceSettings()

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

Returns
TypeDescription
UnaryCallSettings<GetServiceRequest,Service>

listBackupsSettings()

public PagedCallSettings<ListBackupsRequest,ListBackupsResponse,DataprocMetastoreClient.ListBackupsPagedResponse> listBackupsSettings()

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

Returns
TypeDescription
PagedCallSettings<ListBackupsRequest,ListBackupsResponse,ListBackupsPagedResponse>

listLocationsSettings()

public PagedCallSettings<ListLocationsRequest,ListLocationsResponse,DataprocMetastoreClient.ListLocationsPagedResponse> listLocationsSettings()

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

Returns
TypeDescription
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
TypeDescription
PagedCallSettings<ListMetadataImportsRequest,ListMetadataImportsResponse,ListMetadataImportsPagedResponse>

listServicesSettings()

public PagedCallSettings<ListServicesRequest,ListServicesResponse,DataprocMetastoreClient.ListServicesPagedResponse> listServicesSettings()

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

Returns
TypeDescription
PagedCallSettings<ListServicesRequest,ListServicesResponse,ListServicesPagedResponse>

moveTableToDatabaseOperationSettings()

public OperationCallSettings<MoveTableToDatabaseRequest,MoveTableToDatabaseResponse,OperationMetadata> moveTableToDatabaseOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<MoveTableToDatabaseRequest,MoveTableToDatabaseResponse,OperationMetadata>

moveTableToDatabaseSettings()

public UnaryCallSettings<MoveTableToDatabaseRequest,Operation> moveTableToDatabaseSettings()

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

Returns
TypeDescription
UnaryCallSettings<MoveTableToDatabaseRequest,Operation>

queryMetadataOperationSettings()

public OperationCallSettings<QueryMetadataRequest,QueryMetadataResponse,OperationMetadata> queryMetadataOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<QueryMetadataRequest,QueryMetadataResponse,OperationMetadata>

queryMetadataSettings()

public UnaryCallSettings<QueryMetadataRequest,Operation> queryMetadataSettings()

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

Returns
TypeDescription
UnaryCallSettings<QueryMetadataRequest,Operation>

removeIamPolicySettings()

public UnaryCallSettings<RemoveIamPolicyRequest,RemoveIamPolicyResponse> removeIamPolicySettings()

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

Returns
TypeDescription
UnaryCallSettings<RemoveIamPolicyRequest,RemoveIamPolicyResponse>

restoreServiceOperationSettings()

public OperationCallSettings<RestoreServiceRequest,Restore,OperationMetadata> restoreServiceOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<RestoreServiceRequest,Restore,OperationMetadata>

restoreServiceSettings()

public UnaryCallSettings<RestoreServiceRequest,Operation> restoreServiceSettings()

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

Returns
TypeDescription
UnaryCallSettings<RestoreServiceRequest,Operation>

setIamPolicySettings()

public UnaryCallSettings<SetIamPolicyRequest,Policy> setIamPolicySettings()

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

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
DataprocMetastoreStubSettings.Builder
Overrides

updateMetadataImportOperationSettings()

public OperationCallSettings<UpdateMetadataImportRequest,MetadataImport,OperationMetadata> updateMetadataImportOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<UpdateMetadataImportRequest,MetadataImport,OperationMetadata>

updateMetadataImportSettings()

public UnaryCallSettings<UpdateMetadataImportRequest,Operation> updateMetadataImportSettings()

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

Returns
TypeDescription
UnaryCallSettings<UpdateMetadataImportRequest,Operation>

updateServiceOperationSettings()

public OperationCallSettings<UpdateServiceRequest,Service,OperationMetadata> updateServiceOperationSettings()

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

Returns
TypeDescription
OperationCallSettings<UpdateServiceRequest,Service,OperationMetadata>

updateServiceSettings()

public UnaryCallSettings<UpdateServiceRequest,Operation> updateServiceSettings()

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

Returns
TypeDescription
UnaryCallSettings<UpdateServiceRequest,Operation>