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