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.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Connection() |
Modifier and Type | Method and Description |
---|---|
Connection |
clone() |
String |
getNetwork()
The name of service consumer's VPC network that's connected with service producer network, in
the following format: `projects/{project}/global/networks/{network}`.
|
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)
The name of service consumer's VPC network that's connected with service producer network, in
the following format: `projects/{project}/global/networks/{network}`.
|
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, 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 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.GenericJson
public Connection clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.