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