public final class RoutersListRoutePolicies
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 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 |
RoutersListRoutePolicies.Warning
[Output Only] Informational warning message.
|
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
RoutersListRoutePolicies() |
Modifier and Type | Method and Description |
---|---|
RoutersListRoutePolicies |
clone() |
String |
getEtag() |
String |
getId()
[Output Only] The unique identifier for the resource.
|
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.
|
List<RoutePolicy> |
getResult()
[Output Only] A list of route policies.
|
String |
getSelfLink()
[Output Only] Server-defined URL for this resource.
|
List<String> |
getUnreachables()
[Output Only] Unreachable resources.
|
RoutersListRoutePolicies.Warning |
getWarning()
[Output Only] Informational warning message.
|
RoutersListRoutePolicies |
set(String fieldName,
Object value) |
RoutersListRoutePolicies |
setEtag(String etag) |
RoutersListRoutePolicies |
setId(String id)
[Output Only] The unique identifier for the resource.
|
RoutersListRoutePolicies |
setKind(String kind)
[Output Only] Type of resource.
|
RoutersListRoutePolicies |
setNextPageToken(String nextPageToken)
[Output Only] This token allows you to get the next page of results for list requests.
|
RoutersListRoutePolicies |
setResult(List<RoutePolicy> result)
[Output Only] A list of route policies.
|
RoutersListRoutePolicies |
setSelfLink(String selfLink)
[Output Only] Server-defined URL for this resource.
|
RoutersListRoutePolicies |
setUnreachables(List<String> unreachables)
[Output Only] Unreachable resources.
|
RoutersListRoutePolicies |
setWarning(RoutersListRoutePolicies.Warning warning)
[Output Only] Informational warning message.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getEtag()
null
for nonepublic RoutersListRoutePolicies setEtag(String etag)
etag
- etag or null
for nonepublic String getId()
null
for nonepublic RoutersListRoutePolicies setId(String id)
id
- id or null
for nonepublic String getKind()
null
for nonepublic RoutersListRoutePolicies setKind(String kind)
kind
- kind or null
for nonepublic String getNextPageToken()
null
for nonepublic RoutersListRoutePolicies setNextPageToken(String nextPageToken)
nextPageToken
- nextPageToken or null
for nonepublic List<RoutePolicy> getResult()
null
for nonepublic RoutersListRoutePolicies setResult(List<RoutePolicy> result)
result
- result or null
for nonepublic String getSelfLink()
null
for nonepublic RoutersListRoutePolicies setSelfLink(String selfLink)
selfLink
- selfLink or null
for nonepublic List<String> getUnreachables()
null
for nonepublic RoutersListRoutePolicies setUnreachables(List<String> unreachables)
unreachables
- unreachables or null
for nonepublic RoutersListRoutePolicies.Warning getWarning()
null
for nonepublic RoutersListRoutePolicies setWarning(RoutersListRoutePolicies.Warning warning)
warning
- warning or null
for nonepublic RoutersListRoutePolicies set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public RoutersListRoutePolicies clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.