public final class RoutersListBgpRoutes
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 |
RoutersListBgpRoutes.Warning
[Output Only] Informational warning message.
|
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
RoutersListBgpRoutes() |
| Modifier and Type | Method and Description |
|---|---|
RoutersListBgpRoutes |
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<BgpRoute> |
getResult()
[Output Only] A list of bgp routes.
|
String |
getSelfLink()
[Output Only] Server-defined URL for this resource.
|
List<String> |
getUnreachables()
[Output Only] Unreachable resources.
|
RoutersListBgpRoutes.Warning |
getWarning()
[Output Only] Informational warning message.
|
RoutersListBgpRoutes |
set(String fieldName,
Object value) |
RoutersListBgpRoutes |
setEtag(String etag) |
RoutersListBgpRoutes |
setId(String id)
[Output Only] The unique identifier for the resource.
|
RoutersListBgpRoutes |
setKind(String kind)
[Output Only] Type of resource.
|
RoutersListBgpRoutes |
setNextPageToken(String nextPageToken)
[Output Only] This token allows you to get the next page of results for list requests.
|
RoutersListBgpRoutes |
setResult(List<BgpRoute> result)
[Output Only] A list of bgp routes.
|
RoutersListBgpRoutes |
setSelfLink(String selfLink)
[Output Only] Server-defined URL for this resource.
|
RoutersListBgpRoutes |
setUnreachables(List<String> unreachables)
[Output Only] Unreachable resources.
|
RoutersListBgpRoutes |
setWarning(RoutersListBgpRoutes.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 RoutersListBgpRoutes setEtag(String etag)
etag - etag or null for nonepublic String getId()
null for nonepublic RoutersListBgpRoutes setId(String id)
id - id or null for nonepublic String getKind()
null for nonepublic RoutersListBgpRoutes setKind(String kind)
kind - kind or null for nonepublic String getNextPageToken()
null for nonepublic RoutersListBgpRoutes setNextPageToken(String nextPageToken)
nextPageToken - nextPageToken or null for nonepublic List<BgpRoute> getResult()
null for nonepublic RoutersListBgpRoutes setResult(List<BgpRoute> result)
result - result or null for nonepublic String getSelfLink()
null for nonepublic RoutersListBgpRoutes setSelfLink(String selfLink)
selfLink - selfLink or null for nonepublic List<String> getUnreachables()
null for nonepublic RoutersListBgpRoutes setUnreachables(List<String> unreachables)
unreachables - unreachables or null for nonepublic RoutersListBgpRoutes.Warning getWarning()
null for nonepublic RoutersListBgpRoutes setWarning(RoutersListBgpRoutes.Warning warning)
warning - warning or null for nonepublic RoutersListBgpRoutes set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic RoutersListBgpRoutes clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.