public final class TransferOperation
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Storage Transfer API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
TransferOperation() |
| Modifier and Type | Method and Description |
|---|---|
TransferOperation |
clone() |
TransferCounters |
getCounters()
Information about the progress of the transfer operation.
|
String |
getEndTime()
End time of this transfer execution.
|
List<ErrorSummary> |
getErrorBreakdowns()
Summarizes errors encountered with sample error log entries.
|
LoggingConfig |
getLoggingConfig()
Cloud Logging configuration.
|
String |
getName()
A globally unique ID assigned by the system.
|
NotificationConfig |
getNotificationConfig()
Notification configuration.
|
String |
getProjectId()
The ID of the Google Cloud project that owns the operation.
|
String |
getStartTime()
Start time of this transfer execution.
|
String |
getStatus()
Status of the transfer operation.
|
String |
getTransferJobName()
The name of the transfer job that triggers this transfer operation.
|
TransferSpec |
getTransferSpec()
Transfer specification.
|
TransferOperation |
set(String fieldName,
Object value) |
TransferOperation |
setCounters(TransferCounters counters)
Information about the progress of the transfer operation.
|
TransferOperation |
setEndTime(String endTime)
End time of this transfer execution.
|
TransferOperation |
setErrorBreakdowns(List<ErrorSummary> errorBreakdowns)
Summarizes errors encountered with sample error log entries.
|
TransferOperation |
setLoggingConfig(LoggingConfig loggingConfig)
Cloud Logging configuration.
|
TransferOperation |
setName(String name)
A globally unique ID assigned by the system.
|
TransferOperation |
setNotificationConfig(NotificationConfig notificationConfig)
Notification configuration.
|
TransferOperation |
setProjectId(String projectId)
The ID of the Google Cloud project that owns the operation.
|
TransferOperation |
setStartTime(String startTime)
Start time of this transfer execution.
|
TransferOperation |
setStatus(String status)
Status of the transfer operation.
|
TransferOperation |
setTransferJobName(String transferJobName)
The name of the transfer job that triggers this transfer operation.
|
TransferOperation |
setTransferSpec(TransferSpec transferSpec)
Transfer specification.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic TransferCounters getCounters()
null for nonepublic TransferOperation setCounters(TransferCounters counters)
counters - counters or null for nonepublic String getEndTime()
null for nonepublic TransferOperation setEndTime(String endTime)
endTime - endTime or null for nonepublic List<ErrorSummary> getErrorBreakdowns()
null for nonepublic TransferOperation setErrorBreakdowns(List<ErrorSummary> errorBreakdowns)
errorBreakdowns - errorBreakdowns or null for nonepublic LoggingConfig getLoggingConfig()
null for nonepublic TransferOperation setLoggingConfig(LoggingConfig loggingConfig)
loggingConfig - loggingConfig or null for nonepublic String getName()
null for nonepublic TransferOperation setName(String name)
name - name or null for nonepublic NotificationConfig getNotificationConfig()
null for nonepublic TransferOperation setNotificationConfig(NotificationConfig notificationConfig)
notificationConfig - notificationConfig or null for nonepublic String getProjectId()
null for nonepublic TransferOperation setProjectId(String projectId)
projectId - projectId or null for nonepublic String getStartTime()
null for nonepublic TransferOperation setStartTime(String startTime)
startTime - startTime or null for nonepublic String getStatus()
null for nonepublic TransferOperation setStatus(String status)
status - status or null for nonepublic String getTransferJobName()
null for nonepublic TransferOperation setTransferJobName(String transferJobName)
transferJobName - transferJobName or null for nonepublic TransferSpec getTransferSpec()
null for nonepublic TransferOperation setTransferSpec(TransferSpec transferSpec)
transferSpec - transferSpec or null for nonepublic TransferOperation set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic TransferOperation clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.