public class ServiceNetworking.Services.Connections.List extends ServiceNetworkingRequest<ListConnectionsResponse>
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
List(String parent)
List the private connections that are configured in a service consumer's VPC network.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
String |
getNetwork()
The name of service consumer's VPC network that's connected with service producer network through a
private connection.
|
String |
getParent()
The service that is managing peering connectivity for a service producer's organization.
|
ServiceNetworking.Services.Connections.List |
set(String parameterName,
Object value) |
ServiceNetworking.Services.Connections.List |
set$Xgafv(String $Xgafv)
V1 error format.
|
ServiceNetworking.Services.Connections.List |
setAccessToken(String accessToken)
OAuth access token.
|
ServiceNetworking.Services.Connections.List |
setAlt(String alt)
Data format for response.
|
ServiceNetworking.Services.Connections.List |
setCallback(String callback)
JSONP
|
ServiceNetworking.Services.Connections.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
ServiceNetworking.Services.Connections.List |
setKey(String key)
API key.
|
ServiceNetworking.Services.Connections.List |
setNetwork(String network)
The name of service consumer's VPC network that's connected with service producer network
through a private connection.
|
ServiceNetworking.Services.Connections.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
ServiceNetworking.Services.Connections.List |
setParent(String parent)
The service that is managing peering connectivity for a service producer's organization.
|
ServiceNetworking.Services.Connections.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
ServiceNetworking.Services.Connections.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
ServiceNetworking.Services.Connections.List |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
ServiceNetworking.Services.Connections.List |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStream
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
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
protected List(String parent)
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
ServiceNetworking.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be
called to initialize this instance immediately after invoking the constructor.
parent
- The service that is managing peering connectivity for a service producer's organization. For Google
services that support this functionality, this value is
`services/servicenetworking.googleapis.com`. If you specify `-` as the parameter value,
all configured public peering services are listed.public com.google.api.client.http.HttpResponse executeUsingHead() throws IOException
executeUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ListConnectionsResponse>
IOException
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<ListConnectionsResponse>
IOException
public ServiceNetworking.Services.Connections.List set$Xgafv(String $Xgafv)
ServiceNetworkingRequest
set$Xgafv
in class ServiceNetworkingRequest<ListConnectionsResponse>
public ServiceNetworking.Services.Connections.List setAccessToken(String accessToken)
ServiceNetworkingRequest
setAccessToken
in class ServiceNetworkingRequest<ListConnectionsResponse>
public ServiceNetworking.Services.Connections.List setAlt(String alt)
ServiceNetworkingRequest
setAlt
in class ServiceNetworkingRequest<ListConnectionsResponse>
public ServiceNetworking.Services.Connections.List setCallback(String callback)
ServiceNetworkingRequest
setCallback
in class ServiceNetworkingRequest<ListConnectionsResponse>
public ServiceNetworking.Services.Connections.List setFields(String fields)
ServiceNetworkingRequest
setFields
in class ServiceNetworkingRequest<ListConnectionsResponse>
public ServiceNetworking.Services.Connections.List setKey(String key)
ServiceNetworkingRequest
setKey
in class ServiceNetworkingRequest<ListConnectionsResponse>
public ServiceNetworking.Services.Connections.List setOauthToken(String oauthToken)
ServiceNetworkingRequest
setOauthToken
in class ServiceNetworkingRequest<ListConnectionsResponse>
public ServiceNetworking.Services.Connections.List setPrettyPrint(Boolean prettyPrint)
ServiceNetworkingRequest
setPrettyPrint
in class ServiceNetworkingRequest<ListConnectionsResponse>
public ServiceNetworking.Services.Connections.List setQuotaUser(String quotaUser)
ServiceNetworkingRequest
setQuotaUser
in class ServiceNetworkingRequest<ListConnectionsResponse>
public ServiceNetworking.Services.Connections.List setUploadType(String uploadType)
ServiceNetworkingRequest
setUploadType
in class ServiceNetworkingRequest<ListConnectionsResponse>
public ServiceNetworking.Services.Connections.List setUploadProtocol(String uploadProtocol)
ServiceNetworkingRequest
setUploadProtocol
in class ServiceNetworkingRequest<ListConnectionsResponse>
public String getParent()
public ServiceNetworking.Services.Connections.List setParent(String parent)
public String getNetwork()
public ServiceNetworking.Services.Connections.List setNetwork(String network)
public ServiceNetworking.Services.Connections.List set(String parameterName, Object value)
set
in class ServiceNetworkingRequest<ListConnectionsResponse>
Copyright © 2011–2025 Google. All rights reserved.