public final class Connection
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 Service Networking 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Connection() |
| Modifier and Type | Method and Description |
|---|---|
Connection |
clone() |
String |
getNetwork()
Required.
|
String |
getPeering()
Output only.
|
List<String> |
getReservedPeeringRanges()
The name of one or more allocated IP address ranges for this service producer of type
`PEERING`.
|
String |
getService()
Output only.
|
Connection |
set(String fieldName,
Object value) |
Connection |
setNetwork(String network)
Required.
|
Connection |
setPeering(String peering)
Output only.
|
Connection |
setReservedPeeringRanges(List<String> reservedPeeringRanges)
The name of one or more allocated IP address ranges for this service producer of type
`PEERING`.
|
Connection |
setService(String service)
Output only.
|
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 getNetwork()
null for nonepublic Connection setNetwork(String network)
network - network or null for nonepublic String getPeering()
null for nonepublic Connection setPeering(String peering)
peering - peering or null for nonepublic List<String> getReservedPeeringRanges()
null for nonepublic Connection setReservedPeeringRanges(List<String> reservedPeeringRanges)
reservedPeeringRanges - reservedPeeringRanges or null for nonepublic String getService()
null for nonepublic Connection setService(String service)
service - service or null for nonepublic Connection set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Connection clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.