| Package | Description |
|---|---|
| com.google.api.services.storagetransfer.v1.model |
| Modifier and Type | Method and Description |
|---|---|
ReplicationSpec |
ReplicationSpec.clone() |
ReplicationSpec |
TransferJob.getReplicationSpec()
Replication specification.
|
ReplicationSpec |
ReplicationSpec.set(String fieldName,
Object value) |
ReplicationSpec |
ReplicationSpec.setGcsDataSink(GcsData gcsDataSink)
Specifies cloud Storage data sink.
|
ReplicationSpec |
ReplicationSpec.setGcsDataSource(GcsData gcsDataSource)
Specifies cloud Storage data source.
|
ReplicationSpec |
ReplicationSpec.setObjectConditions(ObjectConditions objectConditions)
Specifies the object conditions to only include objects that satisfy these conditions in the
set of data source objects.
|
ReplicationSpec |
ReplicationSpec.setTransferOptions(TransferOptions transferOptions)
Specifies the actions to be performed on the object during replication.
|
| Modifier and Type | Method and Description |
|---|---|
TransferJob |
TransferJob.setReplicationSpec(ReplicationSpec replicationSpec)
Replication specification.
|
Copyright © 2011–2024 Google. All rights reserved.