public final class ResourcePolicyList 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
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ResourcePolicyList.Warning
[Output Only] Informational warning message. 
 | 
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
ResourcePolicyList()  | 
| Modifier and Type | Method and Description | 
|---|---|
ResourcePolicyList | 
clone()  | 
String | 
getEtag()  | 
String | 
getId()
[Output Only] The unique identifier for the resource. 
 | 
List<ResourcePolicy> | 
getItems()
[Output Only] A list of ResourcePolicy resources. 
 | 
String | 
getKind()
[Output Only] Type of resource.Always compute#resourcePoliciesList for listsof resourcePolicies 
 | 
String | 
getNextPageToken()
[Output Only] This token allows you to get the next page of results for list requests. 
 | 
String | 
getSelfLink()
[Output Only] Server-defined URL for this resource. 
 | 
ResourcePolicyList.Warning | 
getWarning()
[Output Only] Informational warning message. 
 | 
ResourcePolicyList | 
set(String fieldName,
   Object value)  | 
ResourcePolicyList | 
setEtag(String etag)  | 
ResourcePolicyList | 
setId(String id)
[Output Only] The unique identifier for the resource. 
 | 
ResourcePolicyList | 
setItems(List<ResourcePolicy> items)
[Output Only] A list of ResourcePolicy resources. 
 | 
ResourcePolicyList | 
setKind(String kind)
[Output Only] Type of resource.Always compute#resourcePoliciesList for listsof resourcePolicies 
 | 
ResourcePolicyList | 
setNextPageToken(String nextPageToken)
[Output Only] This token allows you to get the next page of results for list requests. 
 | 
ResourcePolicyList | 
setSelfLink(String selfLink)
[Output Only] Server-defined URL for this resource. 
 | 
ResourcePolicyList | 
setWarning(ResourcePolicyList.Warning warning)
[Output Only] Informational warning message. 
 | 
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 String getEtag()
null for nonepublic ResourcePolicyList setEtag(String etag)
etag - etag or null for nonepublic String getId()
null for nonepublic ResourcePolicyList setId(String id)
id - id or null for nonepublic List<ResourcePolicy> getItems()
null for nonepublic ResourcePolicyList setItems(List<ResourcePolicy> items)
items - items or null for nonepublic String getKind()
null for nonepublic ResourcePolicyList setKind(String kind)
kind - kind or null for nonepublic String getNextPageToken()
null for nonepublic ResourcePolicyList setNextPageToken(String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic String getSelfLink()
null for nonepublic ResourcePolicyList setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic ResourcePolicyList.Warning getWarning()
null for nonepublic ResourcePolicyList setWarning(ResourcePolicyList.Warning warning)
warning - warning or null for nonepublic ResourcePolicyList set(String fieldName, Object value)
set in class GenericJsonpublic ResourcePolicyList clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.