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