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