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