public static class GetNetworkEndpointGroupHttpRequest.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GetNetworkEndpointGroupHttpRequest |
build() |
GetNetworkEndpointGroupHttpRequest.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 |
getNetworkEndpointGroup()
The name of the network endpoint group.
|
String |
getPrettyPrint()
Returns response with indentations and line breaks.
|
String |
getQuotaUser()
Alternative to userIp.
|
String |
getUserIp()
IP address of the end user for whom the API call is being made.
|
GetNetworkEndpointGroupHttpRequest.Builder |
mergeFrom(GetNetworkEndpointGroupHttpRequest other) |
GetNetworkEndpointGroupHttpRequest.Builder |
setAccessToken(String access_token)
OAuth 2.0 token for the current user.
|
GetNetworkEndpointGroupHttpRequest.Builder |
setCallback(String callback)
Name of the JavaScript callback function that handles the response.
|
GetNetworkEndpointGroupHttpRequest.Builder |
setFields(String fields)
Selector specifying a subset of fields to include in the response.
|
GetNetworkEndpointGroupHttpRequest.Builder |
setKey(String key)
API key.
|
GetNetworkEndpointGroupHttpRequest.Builder |
setNetworkEndpointGroup(String networkEndpointGroup)
The name of the network endpoint group.
|
GetNetworkEndpointGroupHttpRequest.Builder |
setPrettyPrint(String prettyPrint)
Returns response with indentations and line breaks.
|
GetNetworkEndpointGroupHttpRequest.Builder |
setQuotaUser(String quotaUser)
Alternative to userIp.
|
GetNetworkEndpointGroupHttpRequest.Builder |
setUserIp(String userIp)
IP address of the end user for whom the API call is being made.
|
public GetNetworkEndpointGroupHttpRequest.Builder mergeFrom(GetNetworkEndpointGroupHttpRequest other)
public String getAccessToken()
public GetNetworkEndpointGroupHttpRequest.Builder setAccessToken(String access_token)
public String getCallback()
public GetNetworkEndpointGroupHttpRequest.Builder setCallback(String callback)
public String getFields()
public GetNetworkEndpointGroupHttpRequest.Builder setFields(String fields)
public String getKey()
public GetNetworkEndpointGroupHttpRequest.Builder setKey(String key)
public String getNetworkEndpointGroup()
public GetNetworkEndpointGroupHttpRequest.Builder setNetworkEndpointGroup(String networkEndpointGroup)
public String getPrettyPrint()
public GetNetworkEndpointGroupHttpRequest.Builder setPrettyPrint(String prettyPrint)
public String getQuotaUser()
public GetNetworkEndpointGroupHttpRequest.Builder setQuotaUser(String quotaUser)
public String getUserIp()
public GetNetworkEndpointGroupHttpRequest.Builder setUserIp(String userIp)
public GetNetworkEndpointGroupHttpRequest build()
public GetNetworkEndpointGroupHttpRequest.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.