public static class DeleteAccessConfigInstanceHttpRequest.Builder extends Object
Modifier and Type | Method and Description |
---|---|
DeleteAccessConfigInstanceHttpRequest |
build() |
DeleteAccessConfigInstanceHttpRequest.Builder |
clone() |
String |
getAccessConfig()
The name of the access config to delete.
|
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 |
getInstance()
The instance name for this request.
|
String |
getKey()
API key.
|
String |
getNetworkInterface()
The name of the network interface.
|
String |
getPrettyPrint()
Returns response with indentations and line breaks.
|
String |
getQuotaUser()
Alternative to userIp.
|
String |
getRequestId()
An optional request ID to identify requests.
|
String |
getUserIp()
IP address of the end user for whom the API call is being made.
|
DeleteAccessConfigInstanceHttpRequest.Builder |
mergeFrom(DeleteAccessConfigInstanceHttpRequest other) |
DeleteAccessConfigInstanceHttpRequest.Builder |
setAccessConfig(String accessConfig)
The name of the access config to delete.
|
DeleteAccessConfigInstanceHttpRequest.Builder |
setAccessToken(String access_token)
OAuth 2.0 token for the current user.
|
DeleteAccessConfigInstanceHttpRequest.Builder |
setCallback(String callback)
Name of the JavaScript callback function that handles the response.
|
DeleteAccessConfigInstanceHttpRequest.Builder |
setFields(String fields)
Selector specifying a subset of fields to include in the response.
|
DeleteAccessConfigInstanceHttpRequest.Builder |
setInstance(String instance)
The instance name for this request.
|
DeleteAccessConfigInstanceHttpRequest.Builder |
setKey(String key)
API key.
|
DeleteAccessConfigInstanceHttpRequest.Builder |
setNetworkInterface(String networkInterface)
The name of the network interface.
|
DeleteAccessConfigInstanceHttpRequest.Builder |
setPrettyPrint(String prettyPrint)
Returns response with indentations and line breaks.
|
DeleteAccessConfigInstanceHttpRequest.Builder |
setQuotaUser(String quotaUser)
Alternative to userIp.
|
DeleteAccessConfigInstanceHttpRequest.Builder |
setRequestId(String requestId)
An optional request ID to identify requests.
|
DeleteAccessConfigInstanceHttpRequest.Builder |
setUserIp(String userIp)
IP address of the end user for whom the API call is being made.
|
public DeleteAccessConfigInstanceHttpRequest.Builder mergeFrom(DeleteAccessConfigInstanceHttpRequest other)
public String getAccessConfig()
public DeleteAccessConfigInstanceHttpRequest.Builder setAccessConfig(String accessConfig)
public String getAccessToken()
public DeleteAccessConfigInstanceHttpRequest.Builder setAccessToken(String access_token)
public String getCallback()
public DeleteAccessConfigInstanceHttpRequest.Builder setCallback(String callback)
public String getFields()
public DeleteAccessConfigInstanceHttpRequest.Builder setFields(String fields)
public String getInstance()
public DeleteAccessConfigInstanceHttpRequest.Builder setInstance(String instance)
public String getKey()
public DeleteAccessConfigInstanceHttpRequest.Builder setKey(String key)
public String getNetworkInterface()
public DeleteAccessConfigInstanceHttpRequest.Builder setNetworkInterface(String networkInterface)
public String getPrettyPrint()
public DeleteAccessConfigInstanceHttpRequest.Builder setPrettyPrint(String prettyPrint)
public String getQuotaUser()
public DeleteAccessConfigInstanceHttpRequest.Builder setQuotaUser(String quotaUser)
public String getRequestId()
For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
public DeleteAccessConfigInstanceHttpRequest.Builder setRequestId(String requestId)
For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
public String getUserIp()
public DeleteAccessConfigInstanceHttpRequest.Builder setUserIp(String userIp)
public DeleteAccessConfigInstanceHttpRequest build()
public DeleteAccessConfigInstanceHttpRequest.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.