public final class OperationMetadata
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 Service Management 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.Flags| Constructor and Description |
|---|
OperationMetadata() |
| Modifier and Type | Method and Description |
|---|---|
OperationMetadata |
clone() |
java.lang.Integer |
getProgressPercentage()
Percentage of completion of this operation, ranging from 0 to 100.
|
java.util.List<java.lang.String> |
getResourceNames()
The full name of the resources that this operation is directly associated with.
|
java.lang.String |
getStartTime()
The start time of the operation.
|
java.util.List<Step> |
getSteps()
Detailed status information for each step.
|
OperationMetadata |
set(java.lang.String fieldName,
java.lang.Object value) |
OperationMetadata |
setProgressPercentage(java.lang.Integer progressPercentage)
Percentage of completion of this operation, ranging from 0 to 100.
|
OperationMetadata |
setResourceNames(java.util.List<java.lang.String> resourceNames)
The full name of the resources that this operation is directly associated with.
|
OperationMetadata |
setStartTime(java.lang.String startTime)
The start time of the operation.
|
OperationMetadata |
setSteps(java.util.List<Step> steps)
Detailed status information for each step.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.Integer getProgressPercentage()
null for nonepublic OperationMetadata setProgressPercentage(java.lang.Integer progressPercentage)
progressPercentage - progressPercentage or null for nonepublic java.util.List<java.lang.String> getResourceNames()
null for nonepublic OperationMetadata setResourceNames(java.util.List<java.lang.String> resourceNames)
resourceNames - resourceNames or null for nonepublic java.lang.String getStartTime()
null for nonepublic OperationMetadata setStartTime(java.lang.String startTime)
startTime - startTime or null for nonepublic java.util.List<Step> getSteps()
null for nonepublic OperationMetadata setSteps(java.util.List<Step> steps)
steps - steps or null for nonepublic OperationMetadata set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic OperationMetadata clone()
clone in class com.google.api.client.json.GenericJson