public static class BackupForGKESettings.Builder extends ClientSettings.Builder<BackupForGKESettings,BackupForGKESettings.Builder>
Builder for BackupForGKESettings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder(ClientContext clientContext)
Parameter
Builder(BackupForGKESettings settings)
protected Builder(BackupForGKESettings settings)
Parameter
Builder(BackupForGKEStubSettings.Builder stubSettings)
protected Builder(BackupForGKEStubSettings.Builder stubSettings)
Parameter
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public BackupForGKESettings.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 BackupForGKESettings 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
getStubSettingsBuilder()
public BackupForGKEStubSettings.Builder getStubSettingsBuilder()
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
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