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