public class BackupForGKEStubSettings extends StubSettings<BackupForGKEStubSettings>
Settings class to configure an instance of BackupForGKEStub.
The default instance has everything set to sensible defaults:
- The default service address (gkebackup.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 getBackupPlan 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
BackupForGKEStubSettings.Builder backupForGKESettingsBuilder =
BackupForGKEStubSettings.newBuilder();
backupForGKESettingsBuilder
.getBackupPlanSettings()
.setRetrySettings(
backupForGKESettingsBuilder
.getBackupPlanSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
BackupForGKEStubSettings backupForGKESettings = backupForGKESettingsBuilder.build();
Static Methods
public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Returns
defaultCredentialsProviderBuilder()
public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()
Returns a builder for the default credentials for this service.
Returns
defaultExecutorProviderBuilder()
public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()
Returns a builder for the default ExecutorProvider for this service.
Returns
public static ApiClientHeaderProvider.Builder defaultGrpcApiClientHeaderProviderBuilder()
Returns
defaultGrpcTransportProviderBuilder()
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()
Returns a builder for the default gRPC ChannelProvider for this service.
Returns
public static ApiClientHeaderProvider.Builder defaultHttpJsonApiClientHeaderProviderBuilder()
Returns
defaultHttpJsonTransportProviderBuilder()
public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()
Returns a builder for the default REST ChannelProvider for this service.
Returns
defaultTransportChannelProvider()
public static TransportChannelProvider defaultTransportChannelProvider()
Returns
getDefaultEndpoint()
public static String getDefaultEndpoint()
Returns the default service endpoint.
Returns
getDefaultMtlsEndpoint()
public static String getDefaultMtlsEndpoint()
Returns the default mTLS service endpoint.
Returns
getDefaultServiceScopes()
public static List<String> getDefaultServiceScopes()
Returns the default service scopes.
Returns
newBuilder()
public static BackupForGKEStubSettings.Builder newBuilder()
Returns a new gRPC builder for this class.
Returns
newBuilder(ClientContext clientContext)
public static BackupForGKEStubSettings.Builder newBuilder(ClientContext clientContext)
Returns a new builder for this class.
Parameter
Returns
newHttpJsonBuilder()
public static BackupForGKEStubSettings.Builder newHttpJsonBuilder()
Returns a new REST builder for this class.
Returns
Constructors
BackupForGKEStubSettings(BackupForGKEStubSettings.Builder settingsBuilder)
protected BackupForGKEStubSettings(BackupForGKEStubSettings.Builder settingsBuilder)
Parameter
Methods
createBackupOperationSettings()
public OperationCallSettings<CreateBackupRequest,Backup,OperationMetadata> createBackupOperationSettings()
Returns the object with the settings used for calls to createBackup.
Returns
createBackupPlanOperationSettings()
public OperationCallSettings<CreateBackupPlanRequest,BackupPlan,OperationMetadata> createBackupPlanOperationSettings()
Returns the object with the settings used for calls to createBackupPlan.
Returns
createBackupPlanSettings()
public UnaryCallSettings<CreateBackupPlanRequest,Operation> createBackupPlanSettings()
Returns the object with the settings used for calls to createBackupPlan.
Returns
createBackupSettings()
public UnaryCallSettings<CreateBackupRequest,Operation> createBackupSettings()
Returns the object with the settings used for calls to createBackup.
Returns
createRestoreOperationSettings()
public OperationCallSettings<CreateRestoreRequest,Restore,OperationMetadata> createRestoreOperationSettings()
Returns the object with the settings used for calls to createRestore.
Returns
createRestorePlanOperationSettings()
public OperationCallSettings<CreateRestorePlanRequest,RestorePlan,OperationMetadata> createRestorePlanOperationSettings()
Returns the object with the settings used for calls to createRestorePlan.
Returns
createRestorePlanSettings()
public UnaryCallSettings<CreateRestorePlanRequest,Operation> createRestorePlanSettings()
Returns the object with the settings used for calls to createRestorePlan.
Returns
createRestoreSettings()
public UnaryCallSettings<CreateRestoreRequest,Operation> createRestoreSettings()
Returns the object with the settings used for calls to createRestore.
Returns
createStub()
public BackupForGKEStub createStub()
Returns
Exceptions
deleteBackupOperationSettings()
public OperationCallSettings<DeleteBackupRequest,Empty,OperationMetadata> deleteBackupOperationSettings()
Returns the object with the settings used for calls to deleteBackup.
Returns
deleteBackupPlanOperationSettings()
public OperationCallSettings<DeleteBackupPlanRequest,Empty,OperationMetadata> deleteBackupPlanOperationSettings()
Returns the object with the settings used for calls to deleteBackupPlan.
Returns
deleteBackupPlanSettings()
public UnaryCallSettings<DeleteBackupPlanRequest,Operation> deleteBackupPlanSettings()
Returns the object with the settings used for calls to deleteBackupPlan.
Returns
deleteBackupSettings()
public UnaryCallSettings<DeleteBackupRequest,Operation> deleteBackupSettings()
Returns the object with the settings used for calls to deleteBackup.
Returns
deleteRestoreOperationSettings()
public OperationCallSettings<DeleteRestoreRequest,Empty,OperationMetadata> deleteRestoreOperationSettings()
Returns the object with the settings used for calls to deleteRestore.
Returns
deleteRestorePlanOperationSettings()
public OperationCallSettings<DeleteRestorePlanRequest,Empty,OperationMetadata> deleteRestorePlanOperationSettings()
Returns the object with the settings used for calls to deleteRestorePlan.
Returns
deleteRestorePlanSettings()
public UnaryCallSettings<DeleteRestorePlanRequest,Operation> deleteRestorePlanSettings()
Returns the object with the settings used for calls to deleteRestorePlan.
Returns
deleteRestoreSettings()
public UnaryCallSettings<DeleteRestoreRequest,Operation> deleteRestoreSettings()
Returns the object with the settings used for calls to deleteRestore.
Returns
getBackupPlanSettings()
public UnaryCallSettings<GetBackupPlanRequest,BackupPlan> getBackupPlanSettings()
Returns the object with the settings used for calls to getBackupPlan.
Returns
getBackupSettings()
public UnaryCallSettings<GetBackupRequest,Backup> getBackupSettings()
Returns the object with the settings used for calls to getBackup.
Returns
getRestorePlanSettings()
public UnaryCallSettings<GetRestorePlanRequest,RestorePlan> getRestorePlanSettings()
Returns the object with the settings used for calls to getRestorePlan.
Returns
getRestoreSettings()
public UnaryCallSettings<GetRestoreRequest,Restore> getRestoreSettings()
Returns the object with the settings used for calls to getRestore.
Returns
getVolumeBackupSettings()
public UnaryCallSettings<GetVolumeBackupRequest,VolumeBackup> getVolumeBackupSettings()
Returns the object with the settings used for calls to getVolumeBackup.
Returns
getVolumeRestoreSettings()
public UnaryCallSettings<GetVolumeRestoreRequest,VolumeRestore> getVolumeRestoreSettings()
Returns the object with the settings used for calls to getVolumeRestore.
Returns
listBackupPlansSettings()
public PagedCallSettings<ListBackupPlansRequest,ListBackupPlansResponse,BackupForGKEClient.ListBackupPlansPagedResponse> listBackupPlansSettings()
Returns the object with the settings used for calls to listBackupPlans.
Returns
listBackupsSettings()
public PagedCallSettings<ListBackupsRequest,ListBackupsResponse,BackupForGKEClient.ListBackupsPagedResponse> listBackupsSettings()
Returns the object with the settings used for calls to listBackups.
Returns
listRestorePlansSettings()
public PagedCallSettings<ListRestorePlansRequest,ListRestorePlansResponse,BackupForGKEClient.ListRestorePlansPagedResponse> listRestorePlansSettings()
Returns the object with the settings used for calls to listRestorePlans.
Returns
listRestoresSettings()
public PagedCallSettings<ListRestoresRequest,ListRestoresResponse,BackupForGKEClient.ListRestoresPagedResponse> listRestoresSettings()
Returns the object with the settings used for calls to listRestores.
Returns
listVolumeBackupsSettings()
public PagedCallSettings<ListVolumeBackupsRequest,ListVolumeBackupsResponse,BackupForGKEClient.ListVolumeBackupsPagedResponse> listVolumeBackupsSettings()
Returns the object with the settings used for calls to listVolumeBackups.
Returns
listVolumeRestoresSettings()
public PagedCallSettings<ListVolumeRestoresRequest,ListVolumeRestoresResponse,BackupForGKEClient.ListVolumeRestoresPagedResponse> listVolumeRestoresSettings()
Returns the object with the settings used for calls to listVolumeRestores.
Returns
toBuilder()
public BackupForGKEStubSettings.Builder toBuilder()
Returns a builder containing all the values of this settings class.
Returns
Overrides
updateBackupOperationSettings()
public OperationCallSettings<UpdateBackupRequest,Backup,OperationMetadata> updateBackupOperationSettings()
Returns the object with the settings used for calls to updateBackup.
Returns
updateBackupPlanOperationSettings()
public OperationCallSettings<UpdateBackupPlanRequest,BackupPlan,OperationMetadata> updateBackupPlanOperationSettings()
Returns the object with the settings used for calls to updateBackupPlan.
Returns
updateBackupPlanSettings()
public UnaryCallSettings<UpdateBackupPlanRequest,Operation> updateBackupPlanSettings()
Returns the object with the settings used for calls to updateBackupPlan.
Returns
updateBackupSettings()
public UnaryCallSettings<UpdateBackupRequest,Operation> updateBackupSettings()
Returns the object with the settings used for calls to updateBackup.
Returns
updateRestoreOperationSettings()
public OperationCallSettings<UpdateRestoreRequest,Restore,OperationMetadata> updateRestoreOperationSettings()
Returns the object with the settings used for calls to updateRestore.
Returns
updateRestorePlanOperationSettings()
public OperationCallSettings<UpdateRestorePlanRequest,RestorePlan,OperationMetadata> updateRestorePlanOperationSettings()
Returns the object with the settings used for calls to updateRestorePlan.
Returns
updateRestorePlanSettings()
public UnaryCallSettings<UpdateRestorePlanRequest,Operation> updateRestorePlanSettings()
Returns the object with the settings used for calls to updateRestorePlan.
Returns
updateRestoreSettings()
public UnaryCallSettings<UpdateRestoreRequest,Operation> updateRestoreSettings()
Returns the object with the settings used for calls to updateRestore.
Returns