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