public static class GetSubnetworkHttpRequest.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GetSubnetworkHttpRequest |
build() |
GetSubnetworkHttpRequest.Builder |
clone() |
String |
getAccessToken()
OAuth 2.0 token for the current user.
|
String |
getCallback()
Name of the JavaScript callback function that handles the response.
|
String |
getFields()
Selector specifying a subset of fields to include in the response.
|
String |
getKey()
API key.
|
String |
getPrettyPrint()
Returns response with indentations and line breaks.
|
String |
getQuotaUser()
Alternative to userIp.
|
String |
getSubnetwork()
Name of the Subnetwork resource to return.
|
String |
getUserIp()
IP address of the end user for whom the API call is being made.
|
GetSubnetworkHttpRequest.Builder |
mergeFrom(GetSubnetworkHttpRequest other) |
GetSubnetworkHttpRequest.Builder |
setAccessToken(String access_token)
OAuth 2.0 token for the current user.
|
GetSubnetworkHttpRequest.Builder |
setCallback(String callback)
Name of the JavaScript callback function that handles the response.
|
GetSubnetworkHttpRequest.Builder |
setFields(String fields)
Selector specifying a subset of fields to include in the response.
|
GetSubnetworkHttpRequest.Builder |
setKey(String key)
API key.
|
GetSubnetworkHttpRequest.Builder |
setPrettyPrint(String prettyPrint)
Returns response with indentations and line breaks.
|
GetSubnetworkHttpRequest.Builder |
setQuotaUser(String quotaUser)
Alternative to userIp.
|
GetSubnetworkHttpRequest.Builder |
setSubnetwork(String subnetwork)
Name of the Subnetwork resource to return.
|
GetSubnetworkHttpRequest.Builder |
setUserIp(String userIp)
IP address of the end user for whom the API call is being made.
|
public GetSubnetworkHttpRequest.Builder mergeFrom(GetSubnetworkHttpRequest other)
public String getAccessToken()
public GetSubnetworkHttpRequest.Builder setAccessToken(String access_token)
public String getCallback()
public GetSubnetworkHttpRequest.Builder setCallback(String callback)
public String getFields()
public GetSubnetworkHttpRequest.Builder setFields(String fields)
public String getKey()
public GetSubnetworkHttpRequest.Builder setKey(String key)
public String getPrettyPrint()
public GetSubnetworkHttpRequest.Builder setPrettyPrint(String prettyPrint)
public String getQuotaUser()
public GetSubnetworkHttpRequest.Builder setQuotaUser(String quotaUser)
public String getSubnetwork()
public GetSubnetworkHttpRequest.Builder setSubnetwork(String subnetwork)
public String getUserIp()
public GetSubnetworkHttpRequest.Builder setUserIp(String userIp)
public GetSubnetworkHttpRequest build()
public GetSubnetworkHttpRequest.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.