| Package | Description |
|---|---|
| com.google.api.services.storagetransfer.v1.model |
| Modifier and Type | Method and Description |
|---|---|
TransferOperation |
TransferOperation.clone() |
TransferOperation |
TransferOperation.set(String fieldName,
Object value) |
TransferOperation |
TransferOperation.setCounters(TransferCounters counters)
Information about the progress of the transfer operation.
|
TransferOperation |
TransferOperation.setEndTime(String endTime)
End time of this transfer execution.
|
TransferOperation |
TransferOperation.setErrorBreakdowns(List<ErrorSummary> errorBreakdowns)
Summarizes errors encountered with sample error log entries.
|
TransferOperation |
TransferOperation.setLoggingConfig(LoggingConfig loggingConfig)
Cloud Logging configuration.
|
TransferOperation |
TransferOperation.setName(String name)
A globally unique ID assigned by the system.
|
TransferOperation |
TransferOperation.setNotificationConfig(NotificationConfig notificationConfig)
Notification configuration.
|
TransferOperation |
TransferOperation.setProjectId(String projectId)
The ID of the Google Cloud project that owns the operation.
|
TransferOperation |
TransferOperation.setStartTime(String startTime)
Start time of this transfer execution.
|
TransferOperation |
TransferOperation.setStatus(String status)
Status of the transfer operation.
|
TransferOperation |
TransferOperation.setTransferJobName(String transferJobName)
The name of the transfer job that triggers this transfer operation.
|
TransferOperation |
TransferOperation.setTransferSpec(TransferSpec transferSpec)
Transfer specification.
|
Copyright © 2011–2024 Google. All rights reserved.