public final class GetAncestryResponse
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 Cloud Resource Manager 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 |
---|
GetAncestryResponse() |
Modifier and Type | Method and Description |
---|---|
GetAncestryResponse |
clone() |
java.util.List<Ancestor> |
getAncestor()
Ancestors are ordered from bottom to top of the resource hierarchy.
|
GetAncestryResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
GetAncestryResponse |
setAncestor(java.util.List<Ancestor> ancestor)
Ancestors are ordered from bottom to top of the resource hierarchy.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.util.List<Ancestor> getAncestor()
null
for nonepublic GetAncestryResponse setAncestor(java.util.List<Ancestor> ancestor)
ancestor
- ancestor or null
for nonepublic GetAncestryResponse set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public GetAncestryResponse clone()
clone
in class com.google.api.client.json.GenericJson