public final class ListOperationsResponse
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 Google Kubernetes Engine 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 |
|---|
ListOperationsResponse() |
| Modifier and Type | Method and Description |
|---|---|
ListOperationsResponse |
clone() |
java.util.List<java.lang.String> |
getMissingZones()
If any zones are listed here, the list of operations returned may be missing the operations
from those zones.
|
java.util.List<Operation> |
getOperations()
A list of operations in the project in the specified zone.
|
ListOperationsResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
ListOperationsResponse |
setMissingZones(java.util.List<java.lang.String> missingZones)
If any zones are listed here, the list of operations returned may be missing the operations
from those zones.
|
ListOperationsResponse |
setOperations(java.util.List<Operation> operations)
A list of operations in the project in the specified zone.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<java.lang.String> getMissingZones()
null for nonepublic ListOperationsResponse setMissingZones(java.util.List<java.lang.String> missingZones)
missingZones - missingZones or null for nonepublic java.util.List<Operation> getOperations()
null for nonepublic ListOperationsResponse setOperations(java.util.List<Operation> operations)
operations - operations or null for nonepublic ListOperationsResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ListOperationsResponse clone()
clone in class com.google.api.client.json.GenericJson