Class StorageControlSettings.Builder (2.54.0)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version latestkeyboard_arrow_down
public static class StorageControlSettings . Builder extends ClientSettings . Builder<StorageControlSettings , StorageControlSettings . Builder >
Builder for StorageControlSettings.
Constructors
Builder()
Builder(ClientContext clientContext)
protected Builder ( ClientContext clientContext )
Builder(StorageControlSettings settings)
protected Builder ( StorageControlSettings settings )
Builder(StorageControlStubSettings.Builder stubSettings)
protected Builder ( StorageControlStubSettings . Builder stubSettings )
Methods
applyToAllUnaryMethods(ApiFunction<UnaryCallSettings.Builder<?,?>,Void> settingsUpdater)
public StorageControlSettings . 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.
build()
public StorageControlSettings build ()
Overrides
createAnywhereCacheOperationSettings()
public OperationCallSettings . Builder<CreateAnywhereCacheRequest , AnywhereCache , CreateAnywhereCacheMetadata > createAnywhereCacheOperationSettings ()
Returns the builder for the settings used for calls to createAnywhereCache.
createAnywhereCacheSettings()
public UnaryCallSettings . Builder<CreateAnywhereCacheRequest , Operation > createAnywhereCacheSettings ()
Returns the builder for the settings used for calls to createAnywhereCache.
createFolderSettings()
public UnaryCallSettings . Builder<CreateFolderRequest , Folder > createFolderSettings ()
Returns the builder for the settings used for calls to createFolder.
createManagedFolderSettings()
public UnaryCallSettings . Builder<CreateManagedFolderRequest , ManagedFolder > createManagedFolderSettings ()
Returns the builder for the settings used for calls to createManagedFolder.
deleteFolderSettings()
public UnaryCallSettings . Builder<DeleteFolderRequest , Empty > deleteFolderSettings ()
Returns the builder for the settings used for calls to deleteFolder.
deleteManagedFolderSettings()
public UnaryCallSettings . Builder<DeleteManagedFolderRequest , Empty > deleteManagedFolderSettings ()
Returns the builder for the settings used for calls to deleteManagedFolder.
disableAnywhereCacheSettings()
public UnaryCallSettings . Builder<DisableAnywhereCacheRequest , AnywhereCache > disableAnywhereCacheSettings ()
Returns the builder for the settings used for calls to disableAnywhereCache.
getAnywhereCacheSettings()
public UnaryCallSettings . Builder<GetAnywhereCacheRequest , AnywhereCache > getAnywhereCacheSettings ()
Returns the builder for the settings used for calls to getAnywhereCache.
getFolderIntelligenceConfigSettings()
public UnaryCallSettings . Builder<GetFolderIntelligenceConfigRequest , IntelligenceConfig > getFolderIntelligenceConfigSettings ()
Returns the builder for the settings used for calls to getFolderIntelligenceConfig.
getFolderSettings()
public UnaryCallSettings . Builder<GetFolderRequest , Folder > getFolderSettings ()
Returns the builder for the settings used for calls to getFolder.
getManagedFolderSettings()
public UnaryCallSettings . Builder<GetManagedFolderRequest , ManagedFolder > getManagedFolderSettings ()
Returns the builder for the settings used for calls to getManagedFolder.
getOrganizationIntelligenceConfigSettings()
public UnaryCallSettings . Builder<GetOrganizationIntelligenceConfigRequest , IntelligenceConfig > getOrganizationIntelligenceConfigSettings ()
Returns the builder for the settings used for calls to getOrganizationIntelligenceConfig.
getProjectIntelligenceConfigSettings()
public UnaryCallSettings . Builder<GetProjectIntelligenceConfigRequest , IntelligenceConfig > getProjectIntelligenceConfigSettings ()
Returns the builder for the settings used for calls to getProjectIntelligenceConfig.
getStorageLayoutSettings()
public UnaryCallSettings . Builder<GetStorageLayoutRequest , StorageLayout > getStorageLayoutSettings ()
Returns the builder for the settings used for calls to getStorageLayout.
getStubSettingsBuilder()
public StorageControlStubSettings . Builder getStubSettingsBuilder ()
listAnywhereCachesSettings()
public PagedCallSettings . Builder<ListAnywhereCachesRequest , ListAnywhereCachesResponse , StorageControlClient . ListAnywhereCachesPagedResponse > listAnywhereCachesSettings ()
Returns the builder for the settings used for calls to listAnywhereCaches.
public PagedCallSettings . Builder<ListFoldersRequest , ListFoldersResponse , StorageControlClient . ListFoldersPagedResponse > listFoldersSettings ()
Returns the builder for the settings used for calls to listFolders.
public PagedCallSettings . Builder<ListManagedFoldersRequest , ListManagedFoldersResponse , StorageControlClient . ListManagedFoldersPagedResponse > listManagedFoldersSettings ()
Returns the builder for the settings used for calls to listManagedFolders.
pauseAnywhereCacheSettings()
public UnaryCallSettings . Builder<PauseAnywhereCacheRequest , AnywhereCache > pauseAnywhereCacheSettings ()
Returns the builder for the settings used for calls to pauseAnywhereCache.
renameFolderOperationSettings()
public OperationCallSettings . Builder<RenameFolderRequest , Folder , RenameFolderMetadata > renameFolderOperationSettings ()
Returns the builder for the settings used for calls to renameFolder.
renameFolderSettings()
public UnaryCallSettings . Builder<RenameFolderRequest , Operation > renameFolderSettings ()
Returns the builder for the settings used for calls to renameFolder.
resumeAnywhereCacheSettings()
public UnaryCallSettings . Builder<ResumeAnywhereCacheRequest , AnywhereCache > resumeAnywhereCacheSettings ()
Returns the builder for the settings used for calls to resumeAnywhereCache.
updateAnywhereCacheOperationSettings()
public OperationCallSettings . Builder<UpdateAnywhereCacheRequest , AnywhereCache , UpdateAnywhereCacheMetadata > updateAnywhereCacheOperationSettings ()
Returns the builder for the settings used for calls to updateAnywhereCache.
updateAnywhereCacheSettings()
public UnaryCallSettings . Builder<UpdateAnywhereCacheRequest , Operation > updateAnywhereCacheSettings ()
Returns the builder for the settings used for calls to updateAnywhereCache.
updateFolderIntelligenceConfigSettings()
public UnaryCallSettings . Builder<UpdateFolderIntelligenceConfigRequest , IntelligenceConfig > updateFolderIntelligenceConfigSettings ()
Returns the builder for the settings used for calls to updateFolderIntelligenceConfig.
updateOrganizationIntelligenceConfigSettings()
public UnaryCallSettings . Builder<UpdateOrganizationIntelligenceConfigRequest , IntelligenceConfig > updateOrganizationIntelligenceConfigSettings ()
Returns the builder for the settings used for calls to updateOrganizationIntelligenceConfig.
updateProjectIntelligenceConfigSettings()
public UnaryCallSettings . Builder<UpdateProjectIntelligenceConfigRequest , IntelligenceConfig > updateProjectIntelligenceConfigSettings ()
Returns the builder for the settings used for calls to updateProjectIntelligenceConfig.
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-08-07 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[]]