public final class InstanceGroupManagerPendingActionsSummary extends 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 Compute Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
InstanceGroupManagerPendingActionsSummary() |
| Modifier and Type | Method and Description |
|---|---|
InstanceGroupManagerPendingActionsSummary |
clone() |
Integer |
getCreating()
[Deprecated] This field is deprecated and will be removed.
|
Integer |
getDeleting()
[Deprecated] This field is deprecated and will be removed.
|
Integer |
getRecreating()
[Deprecated] This field is deprecated and will be removed.
|
Integer |
getRestarting()
[Deprecated] This field is deprecated and will be removed.
|
InstanceGroupManagerPendingActionsSummary |
set(String fieldName,
Object value) |
InstanceGroupManagerPendingActionsSummary |
setCreating(Integer creating)
[Deprecated] This field is deprecated and will be removed.
|
InstanceGroupManagerPendingActionsSummary |
setDeleting(Integer deleting)
[Deprecated] This field is deprecated and will be removed.
|
InstanceGroupManagerPendingActionsSummary |
setRecreating(Integer recreating)
[Deprecated] This field is deprecated and will be removed.
|
InstanceGroupManagerPendingActionsSummary |
setRestarting(Integer restarting)
[Deprecated] This field is deprecated and will be removed.
|
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 InstanceGroupManagerPendingActionsSummary()
public Integer getCreating()
null for nonepublic InstanceGroupManagerPendingActionsSummary setCreating(Integer creating)
creating - creating or null for nonepublic Integer getDeleting()
null for nonepublic InstanceGroupManagerPendingActionsSummary setDeleting(Integer deleting)
deleting - deleting or null for nonepublic Integer getRecreating()
null for nonepublic InstanceGroupManagerPendingActionsSummary setRecreating(Integer recreating)
recreating - recreating or null for nonepublic Integer getRestarting()
null for nonepublic InstanceGroupManagerPendingActionsSummary setRestarting(Integer restarting)
restarting - restarting or null for nonepublic InstanceGroupManagerPendingActionsSummary set(String fieldName, Object value)
set in class GenericJsonpublic InstanceGroupManagerPendingActionsSummary clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.