public final class OperationMetadataV1Alpha
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 App Engine Admin 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 |
---|
OperationMetadataV1Alpha() |
Modifier and Type | Method and Description |
---|---|
OperationMetadataV1Alpha |
clone() |
CreateVersionMetadataV1Alpha |
getCreateVersionMetadata() |
java.lang.String |
getEndTime()
Time that this operation completed.@OutputOnly
|
java.lang.String |
getEphemeralMessage()
Ephemeral message that may change every time the operation is polled.
|
java.lang.String |
getInsertTime()
Time that this operation was created.@OutputOnly
|
java.lang.String |
getMethod()
API method that initiated this operation.
|
java.lang.String |
getTarget()
Name of the resource that this operation is acting on.
|
java.lang.String |
getUser()
User who requested this operation.@OutputOnly
|
java.util.List<java.lang.String> |
getWarning()
Durable messages that persist on every operation poll.
|
OperationMetadataV1Alpha |
set(java.lang.String fieldName,
java.lang.Object value) |
OperationMetadataV1Alpha |
setCreateVersionMetadata(CreateVersionMetadataV1Alpha createVersionMetadata) |
OperationMetadataV1Alpha |
setEndTime(java.lang.String endTime)
Time that this operation completed.@OutputOnly
|
OperationMetadataV1Alpha |
setEphemeralMessage(java.lang.String ephemeralMessage)
Ephemeral message that may change every time the operation is polled.
|
OperationMetadataV1Alpha |
setInsertTime(java.lang.String insertTime)
Time that this operation was created.@OutputOnly
|
OperationMetadataV1Alpha |
setMethod(java.lang.String method)
API method that initiated this operation.
|
OperationMetadataV1Alpha |
setTarget(java.lang.String target)
Name of the resource that this operation is acting on.
|
OperationMetadataV1Alpha |
setUser(java.lang.String user)
User who requested this operation.@OutputOnly
|
OperationMetadataV1Alpha |
setWarning(java.util.List<java.lang.String> warning)
Durable messages that persist on every operation poll.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public CreateVersionMetadataV1Alpha getCreateVersionMetadata()
null
for nonepublic OperationMetadataV1Alpha setCreateVersionMetadata(CreateVersionMetadataV1Alpha createVersionMetadata)
createVersionMetadata
- createVersionMetadata or null
for nonepublic java.lang.String getEndTime()
null
for nonepublic OperationMetadataV1Alpha setEndTime(java.lang.String endTime)
endTime
- endTime or null
for nonepublic java.lang.String getEphemeralMessage()
null
for nonepublic OperationMetadataV1Alpha setEphemeralMessage(java.lang.String ephemeralMessage)
ephemeralMessage
- ephemeralMessage or null
for nonepublic java.lang.String getInsertTime()
null
for nonepublic OperationMetadataV1Alpha setInsertTime(java.lang.String insertTime)
insertTime
- insertTime or null
for nonepublic java.lang.String getMethod()
null
for nonepublic OperationMetadataV1Alpha setMethod(java.lang.String method)
method
- method or null
for nonepublic java.lang.String getTarget()
null
for nonepublic OperationMetadataV1Alpha setTarget(java.lang.String target)
target
- target or null
for nonepublic java.lang.String getUser()
null
for nonepublic OperationMetadataV1Alpha setUser(java.lang.String user)
user
- user or null
for nonepublic java.util.List<java.lang.String> getWarning()
null
for nonepublic OperationMetadataV1Alpha setWarning(java.util.List<java.lang.String> warning)
warning
- warning or null
for nonepublic OperationMetadataV1Alpha set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public OperationMetadataV1Alpha clone()
clone
in class com.google.api.client.json.GenericJson