Class TransferManagerConfig (2.58.1)
public final class TransferManagerConfig
Inheritance
Object >
TransferManagerConfig
Static Methods
newBuilder()
public static TransferManagerConfig.Builder newBuilder()
Methods
equals(Object o)
public boolean equals(Object o)
Parameter |
Name |
Description |
o |
Object
|
Overrides
getMaxWorkers()
public int getMaxWorkers()
Maximum amount of workers to be allocated to perform work in Transfer Manager
See Also: Builder#setMaxWorkers(int)
Returns |
Type |
Description |
int |
|
getParallelCompositeUploadPartNamingStrategy()
public ParallelCompositeUploadBlobWriteSessionConfig.PartNamingStrategy getParallelCompositeUploadPartNamingStrategy()
Part Naming Strategy to be used during Parallel Composite Uploads
See Also: Builder#setParallelCompositeUploadPartNamingStrategy(PartNamingStrategy)
getPerWorkerBufferSize()
public int getPerWorkerBufferSize()
Buffer size allowed to each worker
See Also: Builder#setPerWorkerBufferSize(int)
Returns |
Type |
Description |
int |
|
getService()
public TransferManager getService()
getStorageOptions()
public StorageOptions getStorageOptions()
Storage options that Transfer Manager will use to interact with Google Cloud Storage
See Also: Builder#setStorageOptions(StorageOptions)
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
isAllowDivideAndConquerDownload()
public boolean isAllowDivideAndConquerDownload()
Whether to allow Transfer Manager to perform chunked Uploads/Downloads if it determines
chunking will be beneficial
See Also: Builder#setAllowDivideAndConquerDownload(boolean)
isAllowParallelCompositeUpload()
public boolean isAllowParallelCompositeUpload()
Whether to allow Transfer Manager to perform Parallel Composite Uploads if it determines
chunking will be beneficial
See Also: <xref uid="Builder#setAllowParallelCompositeUpload(boolean)
Note: Performing parallel composite uploads costs more money. Class A operations
are performed to create each part and to perform each compose. If a storage tier other than
STANDARD
is used, early deletion fees apply to deletion of the parts.
Please see the Parallel composite
uploads documentation for a more in depth explanation of the limitations of Parallel
composite uploads." data-throw-if-not-resolved="false">Builder#setAllowParallelCompositeUpload(boolean)
Note: Performing parallel composite uploads costs more money. Class A operations
are performed to create each part and to perform each compose. If a storage tier other than
STANDARD
is used, early deletion fees apply to deletion of the parts.
Please see the Parallel composite
uploads documentation for a more in depth explanation of the limitations of Parallel
composite uploads.
toBuilder()
public TransferManagerConfig.Builder toBuilder()
toString()
Returns |
Type |
Description |
String |
|
Overrides
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-10-11 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-10-11 UTC."],[],[]]