Beta
This library is covered by the Pre-GA Offerings Terms
of the Terms of Service. Pre-GA libraries might have limited support,
and changes to pre-GA libraries might not be compatible with other pre-GA versions.
For more information, see the
launch stage descriptions .
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 ();
Static Methods
public static ApiClientHeaderProvider . Builder defaultApiClientHeaderProviderBuilder ()
public static GoogleCredentialsProvider . Builder defaultCredentialsProviderBuilder ()
Returns a builder for the default credentials for this service.
public static InstantiatingExecutorProvider . Builder defaultExecutorProviderBuilder ()
Returns a builder for the default ExecutorProvider for this service.
public static ApiClientHeaderProvider . Builder defaultGrpcApiClientHeaderProviderBuilder ()
public static InstantiatingGrpcChannelProvider . Builder defaultGrpcTransportProviderBuilder ()
Returns a builder for the default gRPC ChannelProvider for this service.
public static ApiClientHeaderProvider . Builder defaultHttpJsonApiClientHeaderProviderBuilder ()
public static InstantiatingHttpJsonChannelProvider . Builder defaultHttpJsonTransportProviderBuilder ()
Beta
This feature is covered by the Pre-GA Offerings Terms of the Terms of Service. Pre-GA libraries might have limited support, and changes to pre-GA libraries might not be compatible with other pre-GA versions. For more information, see the launch stage descriptions.
Returns a builder for the default REST ChannelProvider for this service.
public static TransportChannelProvider defaultTransportChannelProvider ()
public static String getDefaultEndpoint ()
Returns the default service endpoint.
public static String getDefaultMtlsEndpoint ()
Returns the default mTLS service endpoint.
public static List<String> getDefaultServiceScopes ()
Returns the default service scopes.
public static DataprocMetastoreStubSettings . Builder newBuilder ()
Returns a new gRPC builder for this class.
newBuilder(ClientContext clientContext)
public static DataprocMetastoreStubSettings . Builder newBuilder ( ClientContext clientContext )
Returns a new builder for this class.
public static DataprocMetastoreStubSettings . Builder newHttpJsonBuilder ()
Returns a new REST builder for this class.
Constructors
protected DataprocMetastoreStubSettings ( DataprocMetastoreStubSettings . Builder settingsBuilder )
Methods
public OperationCallSettings<AlterMetadataResourceLocationRequest , AlterMetadataResourceLocationResponse , OperationMetadata > alterMetadataResourceLocationOperationSettings ()
Returns the object with the settings used for calls to alterMetadataResourceLocation.
public UnaryCallSettings<AlterMetadataResourceLocationRequest , Operation > alterMetadataResourceLocationSettings ()
Returns the object with the settings used for calls to alterMetadataResourceLocation.
public OperationCallSettings<CreateBackupRequest , Backup , OperationMetadata > createBackupOperationSettings ()
Returns the object with the settings used for calls to createBackup.
public UnaryCallSettings<CreateBackupRequest , Operation > createBackupSettings ()
Returns the object with the settings used for calls to createBackup.
public OperationCallSettings<CreateMetadataImportRequest , MetadataImport , OperationMetadata > createMetadataImportOperationSettings ()
Returns the object with the settings used for calls to createMetadataImport.
public UnaryCallSettings<CreateMetadataImportRequest , Operation > createMetadataImportSettings ()
Returns the object with the settings used for calls to createMetadataImport.
public OperationCallSettings<CreateServiceRequest , Service , OperationMetadata > createServiceOperationSettings ()
Returns the object with the settings used for calls to createService.
public UnaryCallSettings<CreateServiceRequest , Operation > createServiceSettings ()
Returns the object with the settings used for calls to createService.
public DataprocMetastoreStub createStub ()
public OperationCallSettings<DeleteBackupRequest , Empty , OperationMetadata > deleteBackupOperationSettings ()
Returns the object with the settings used for calls to deleteBackup.
public UnaryCallSettings<DeleteBackupRequest , Operation > deleteBackupSettings ()
Returns the object with the settings used for calls to deleteBackup.
public OperationCallSettings<DeleteServiceRequest , Empty , OperationMetadata > deleteServiceOperationSettings ()
Returns the object with the settings used for calls to deleteService.
public UnaryCallSettings<DeleteServiceRequest , Operation > deleteServiceSettings ()
Returns the object with the settings used for calls to deleteService.
public OperationCallSettings<ExportMetadataRequest , MetadataExport , OperationMetadata > exportMetadataOperationSettings ()
Returns the object with the settings used for calls to exportMetadata.
public UnaryCallSettings<ExportMetadataRequest , Operation > exportMetadataSettings ()
Returns the object with the settings used for calls to exportMetadata.
public UnaryCallSettings<GetBackupRequest , Backup > getBackupSettings ()
Returns the object with the settings used for calls to getBackup.
public String getEndpoint ()
Returns the endpoint set by the user or the the service's default endpoint.
Overrides
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 >
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 >
public UnaryCallSettings<GetMetadataImportRequest , MetadataImport > getMetadataImportSettings ()
Returns the object with the settings used for calls to getMetadataImport.
public String getServiceName ()
Returns the default service name.
Overrides
public UnaryCallSettings<GetServiceRequest , Service > getServiceSettings ()
Returns the object with the settings used for calls to getService.
public PagedCallSettings<ListBackupsRequest , ListBackupsResponse , DataprocMetastoreClient . ListBackupsPagedResponse > listBackupsSettings ()
Returns the object with the settings used for calls to listBackups.
public PagedCallSettings<ListLocationsRequest , ListLocationsResponse , DataprocMetastoreClient . ListLocationsPagedResponse > listLocationsSettings ()
Returns the object with the settings used for calls to listLocations.
public PagedCallSettings<ListMetadataImportsRequest , ListMetadataImportsResponse , DataprocMetastoreClient . ListMetadataImportsPagedResponse > listMetadataImportsSettings ()
Returns the object with the settings used for calls to listMetadataImports.
public PagedCallSettings<ListServicesRequest , ListServicesResponse , DataprocMetastoreClient . ListServicesPagedResponse > listServicesSettings ()
Returns the object with the settings used for calls to listServices.
public OperationCallSettings<MoveTableToDatabaseRequest , MoveTableToDatabaseResponse , OperationMetadata > moveTableToDatabaseOperationSettings ()
Returns the object with the settings used for calls to moveTableToDatabase.
public UnaryCallSettings<MoveTableToDatabaseRequest , Operation > moveTableToDatabaseSettings ()
Returns the object with the settings used for calls to moveTableToDatabase.
public OperationCallSettings<QueryMetadataRequest , QueryMetadataResponse , OperationMetadata > queryMetadataOperationSettings ()
Returns the object with the settings used for calls to queryMetadata.
public UnaryCallSettings<QueryMetadataRequest , Operation > queryMetadataSettings ()
Returns the object with the settings used for calls to queryMetadata.
public UnaryCallSettings<RemoveIamPolicyRequest , RemoveIamPolicyResponse > removeIamPolicySettings ()
Returns the object with the settings used for calls to removeIamPolicy.
public OperationCallSettings<RestoreServiceRequest , Restore , OperationMetadata > restoreServiceOperationSettings ()
Returns the object with the settings used for calls to restoreService.
public UnaryCallSettings<RestoreServiceRequest , Operation > restoreServiceSettings ()
Returns the object with the settings used for calls to restoreService.
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 >
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 >
public DataprocMetastoreStubSettings . Builder toBuilder ()
Returns a builder containing all the values of this settings class.
Overrides
public OperationCallSettings<UpdateMetadataImportRequest , MetadataImport , OperationMetadata > updateMetadataImportOperationSettings ()
Returns the object with the settings used for calls to updateMetadataImport.
public UnaryCallSettings<UpdateMetadataImportRequest , Operation > updateMetadataImportSettings ()
Returns the object with the settings used for calls to updateMetadataImport.
public OperationCallSettings<UpdateServiceRequest , Service , OperationMetadata > updateServiceOperationSettings ()
Returns the object with the settings used for calls to updateService.
public UnaryCallSettings<UpdateServiceRequest , Operation > updateServiceSettings ()
Returns the object with the settings used for calls to updateService.