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