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