Send feedback
Class BackupForGKEStubSettings.Builder (0.4.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.4.0 keyboard_arrow_down
public static class BackupForGKEStubSettings . Builder extends StubSettings . Builder<BackupForGKEStubSettings , BackupForGKEStubSettings . Builder >
Builder for BackupForGKEStubSettings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder ( ClientContext clientContext )
Parameter
Builder(BackupForGKEStubSettings settings)
protected Builder ( BackupForGKEStubSettings settings )
Parameter
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public BackupForGKEStubSettings . Builder applyToAllUnaryMethods ( ApiFunction<UnaryCallSettings . Builder <? , ? >, Void > settingsUpdater )
Applies the given settings updater function to all of the unary API methods in this service.
Note: This method does not support applying settings to streaming methods.
Parameter
Returns
build()
public BackupForGKEStubSettings build ()
Returns
Overrides
Exceptions
createBackupOperationSettings()
public OperationCallSettings . Builder<CreateBackupRequest , Backup , OperationMetadata > createBackupOperationSettings ()
Returns the builder for the settings used for calls to createBackup.
Returns
createBackupPlanOperationSettings()
public OperationCallSettings . Builder<CreateBackupPlanRequest , BackupPlan , OperationMetadata > createBackupPlanOperationSettings ()
Returns the builder for the settings used for calls to createBackupPlan.
Returns
createBackupPlanSettings()
public UnaryCallSettings . Builder<CreateBackupPlanRequest , Operation > createBackupPlanSettings ()
Returns the builder for the settings used for calls to createBackupPlan.
Returns
createBackupSettings()
public UnaryCallSettings . Builder<CreateBackupRequest , Operation > createBackupSettings ()
Returns the builder for the settings used for calls to createBackup.
Returns
createRestoreOperationSettings()
public OperationCallSettings . Builder<CreateRestoreRequest , Restore , OperationMetadata > createRestoreOperationSettings ()
Returns the builder for the settings used for calls to createRestore.
Returns
createRestorePlanOperationSettings()
public OperationCallSettings . Builder<CreateRestorePlanRequest , RestorePlan , OperationMetadata > createRestorePlanOperationSettings ()
Returns the builder for the settings used for calls to createRestorePlan.
Returns
createRestorePlanSettings()
public UnaryCallSettings . Builder<CreateRestorePlanRequest , Operation > createRestorePlanSettings ()
Returns the builder for the settings used for calls to createRestorePlan.
Returns
createRestoreSettings()
public UnaryCallSettings . Builder<CreateRestoreRequest , Operation > createRestoreSettings ()
Returns the builder for the settings used for calls to createRestore.
Returns
deleteBackupOperationSettings()
public OperationCallSettings . Builder<DeleteBackupRequest , Empty , OperationMetadata > deleteBackupOperationSettings ()
Returns the builder for the settings used for calls to deleteBackup.
Returns
deleteBackupPlanOperationSettings()
public OperationCallSettings . Builder<DeleteBackupPlanRequest , Empty , OperationMetadata > deleteBackupPlanOperationSettings ()
Returns the builder for the settings used for calls to deleteBackupPlan.
Returns
deleteBackupPlanSettings()
public UnaryCallSettings . Builder<DeleteBackupPlanRequest , Operation > deleteBackupPlanSettings ()
Returns the builder for the settings used for calls to deleteBackupPlan.
Returns
deleteBackupSettings()
public UnaryCallSettings . Builder<DeleteBackupRequest , Operation > deleteBackupSettings ()
Returns the builder for the settings used for calls to deleteBackup.
Returns
deleteRestoreOperationSettings()
public OperationCallSettings . Builder<DeleteRestoreRequest , Empty , OperationMetadata > deleteRestoreOperationSettings ()
Returns the builder for the settings used for calls to deleteRestore.
Returns
deleteRestorePlanOperationSettings()
public OperationCallSettings . Builder<DeleteRestorePlanRequest , Empty , OperationMetadata > deleteRestorePlanOperationSettings ()
Returns the builder for the settings used for calls to deleteRestorePlan.
Returns
deleteRestorePlanSettings()
public UnaryCallSettings . Builder<DeleteRestorePlanRequest , Operation > deleteRestorePlanSettings ()
Returns the builder for the settings used for calls to deleteRestorePlan.
Returns
deleteRestoreSettings()
public UnaryCallSettings . Builder<DeleteRestoreRequest , Operation > deleteRestoreSettings ()
Returns the builder for the settings used for calls to deleteRestore.
Returns
getBackupPlanSettings()
public UnaryCallSettings . Builder<GetBackupPlanRequest , BackupPlan > getBackupPlanSettings ()
Returns the builder for the settings used for calls to getBackupPlan.
Returns
getBackupSettings()
public UnaryCallSettings . Builder<GetBackupRequest , Backup > getBackupSettings ()
Returns the builder for the settings used for calls to getBackup.
Returns
getRestorePlanSettings()
public UnaryCallSettings . Builder<GetRestorePlanRequest , RestorePlan > getRestorePlanSettings ()
Returns the builder for the settings used for calls to getRestorePlan.
Returns
getRestoreSettings()
public UnaryCallSettings . Builder<GetRestoreRequest , Restore > getRestoreSettings ()
Returns the builder for the settings used for calls to getRestore.
Returns
getVolumeBackupSettings()
public UnaryCallSettings . Builder<GetVolumeBackupRequest , VolumeBackup > getVolumeBackupSettings ()
Returns the builder for the settings used for calls to getVolumeBackup.
Returns
getVolumeRestoreSettings()
public UnaryCallSettings . Builder<GetVolumeRestoreRequest , VolumeRestore > getVolumeRestoreSettings ()
Returns the builder for the settings used for calls to getVolumeRestore.
Returns
listBackupPlansSettings()
public PagedCallSettings . Builder<ListBackupPlansRequest , ListBackupPlansResponse , BackupForGKEClient . ListBackupPlansPagedResponse > listBackupPlansSettings ()
Returns the builder for the settings used for calls to listBackupPlans.
Returns
listBackupsSettings()
public PagedCallSettings . Builder<ListBackupsRequest , ListBackupsResponse , BackupForGKEClient . ListBackupsPagedResponse > listBackupsSettings ()
Returns the builder for the settings used for calls to listBackups.
Returns
listRestorePlansSettings()
public PagedCallSettings . Builder<ListRestorePlansRequest , ListRestorePlansResponse , BackupForGKEClient . ListRestorePlansPagedResponse > listRestorePlansSettings ()
Returns the builder for the settings used for calls to listRestorePlans.
Returns
listRestoresSettings()
public PagedCallSettings . Builder<ListRestoresRequest , ListRestoresResponse , BackupForGKEClient . ListRestoresPagedResponse > listRestoresSettings ()
Returns the builder for the settings used for calls to listRestores.
Returns
listVolumeBackupsSettings()
public PagedCallSettings . Builder<ListVolumeBackupsRequest , ListVolumeBackupsResponse , BackupForGKEClient . ListVolumeBackupsPagedResponse > listVolumeBackupsSettings ()
Returns the builder for the settings used for calls to listVolumeBackups.
Returns
listVolumeRestoresSettings()
public PagedCallSettings . Builder<ListVolumeRestoresRequest , ListVolumeRestoresResponse , BackupForGKEClient . ListVolumeRestoresPagedResponse > listVolumeRestoresSettings ()
Returns the builder for the settings used for calls to listVolumeRestores.
Returns
unaryMethodSettingsBuilders()
public ImmutableList<UnaryCallSettings . Builder <? , ? >> unaryMethodSettingsBuilders ()
Returns
Type Description com.google.common.collect.ImmutableList <Builder <? ,? >>
updateBackupOperationSettings()
public OperationCallSettings . Builder<UpdateBackupRequest , Backup , OperationMetadata > updateBackupOperationSettings ()
Returns the builder for the settings used for calls to updateBackup.
Returns
updateBackupPlanOperationSettings()
public OperationCallSettings . Builder<UpdateBackupPlanRequest , BackupPlan , OperationMetadata > updateBackupPlanOperationSettings ()
Returns the builder for the settings used for calls to updateBackupPlan.
Returns
updateBackupPlanSettings()
public UnaryCallSettings . Builder<UpdateBackupPlanRequest , Operation > updateBackupPlanSettings ()
Returns the builder for the settings used for calls to updateBackupPlan.
Returns
updateBackupSettings()
public UnaryCallSettings . Builder<UpdateBackupRequest , Operation > updateBackupSettings ()
Returns the builder for the settings used for calls to updateBackup.
Returns
updateRestoreOperationSettings()
public OperationCallSettings . Builder<UpdateRestoreRequest , Restore , OperationMetadata > updateRestoreOperationSettings ()
Returns the builder for the settings used for calls to updateRestore.
Returns
updateRestorePlanOperationSettings()
public OperationCallSettings . Builder<UpdateRestorePlanRequest , RestorePlan , OperationMetadata > updateRestorePlanOperationSettings ()
Returns the builder for the settings used for calls to updateRestorePlan.
Returns
updateRestorePlanSettings()
public UnaryCallSettings . Builder<UpdateRestorePlanRequest , Operation > updateRestorePlanSettings ()
Returns the builder for the settings used for calls to updateRestorePlan.
Returns
updateRestoreSettings()
public UnaryCallSettings . Builder<UpdateRestoreRequest , Operation > updateRestoreSettings ()
Returns the builder for the settings used for calls to updateRestore.
Returns
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-03 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-03 UTC."],[],[]]