| Package | Description |
|---|---|
| com.google.api.services.storagetransfer.v1.model |
| Modifier and Type | Method and Description |
|---|---|
ObjectConditions |
ObjectConditions.clone() |
ObjectConditions |
TransferSpec.getObjectConditions()
Only objects that satisfy these object conditions are included in the set of data source and
data sink objects.
|
ObjectConditions |
ReplicationSpec.getObjectConditions()
Specifies the object conditions to only include objects that satisfy these conditions in the
set of data source objects.
|
ObjectConditions |
ObjectConditions.set(String fieldName,
Object value) |
ObjectConditions |
ObjectConditions.setExcludePrefixes(List<String> excludePrefixes)
If you specify `exclude_prefixes`, Storage Transfer Service uses the items in the
`exclude_prefixes` array to determine which objects to exclude from a transfer.
|
ObjectConditions |
ObjectConditions.setIncludePrefixes(List<String> includePrefixes)
If you specify `include_prefixes`, Storage Transfer Service uses the items in the
`include_prefixes` array to determine which objects to include in a transfer.
|
ObjectConditions |
ObjectConditions.setLastModifiedBefore(String lastModifiedBefore)
If specified, only objects with a "last modification time" before this timestamp and objects
that don't have a "last modification time" are transferred.
|
ObjectConditions |
ObjectConditions.setLastModifiedSince(String lastModifiedSince)
If specified, only objects with a "last modification time" on or after this timestamp and
objects that don't have a "last modification time" are transferred.
|
ObjectConditions |
ObjectConditions.setMaxTimeElapsedSinceLastModification(String maxTimeElapsedSinceLastModification)
Ensures that objects are not transferred if a specific maximum time has elapsed since the "last
modification time".
|
ObjectConditions |
ObjectConditions.setMinTimeElapsedSinceLastModification(String minTimeElapsedSinceLastModification)
Ensures that objects are not transferred until a specific minimum time has elapsed after the
"last modification time".
|
| Modifier and Type | Method and Description |
|---|---|
TransferSpec |
TransferSpec.setObjectConditions(ObjectConditions objectConditions)
Only objects that satisfy these object conditions are included in the set of data source and
data sink objects.
|
ReplicationSpec |
ReplicationSpec.setObjectConditions(ObjectConditions objectConditions)
Specifies the object conditions to only include objects that satisfy these conditions in the
set of data source objects.
|
Copyright © 2011–2024 Google. All rights reserved.