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