public static class InsertRouteHttpRequest.Builder extends Object
Modifier and Type | Method and Description |
---|---|
InsertRouteHttpRequest |
build() |
InsertRouteHttpRequest.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 |
getProject()
Project ID for this request.
|
String |
getQuotaUser()
Alternative to userIp.
|
String |
getRequestId()
An optional request ID to identify requests.
|
Route |
getRouteResource()
Represents a Route resource.
|
String |
getUserIp()
IP address of the end user for whom the API call is being made.
|
InsertRouteHttpRequest.Builder |
mergeFrom(InsertRouteHttpRequest other) |
InsertRouteHttpRequest.Builder |
setAccessToken(String access_token)
OAuth 2.0 token for the current user.
|
InsertRouteHttpRequest.Builder |
setCallback(String callback)
Name of the JavaScript callback function that handles the response.
|
InsertRouteHttpRequest.Builder |
setFields(String fields)
Selector specifying a subset of fields to include in the response.
|
InsertRouteHttpRequest.Builder |
setKey(String key)
API key.
|
InsertRouteHttpRequest.Builder |
setPrettyPrint(String prettyPrint)
Returns response with indentations and line breaks.
|
InsertRouteHttpRequest.Builder |
setProject(String project)
Project ID for this request.
|
InsertRouteHttpRequest.Builder |
setQuotaUser(String quotaUser)
Alternative to userIp.
|
InsertRouteHttpRequest.Builder |
setRequestId(String requestId)
An optional request ID to identify requests.
|
InsertRouteHttpRequest.Builder |
setRouteResource(Route routeResource)
Represents a Route resource.
|
InsertRouteHttpRequest.Builder |
setUserIp(String userIp)
IP address of the end user for whom the API call is being made.
|
public InsertRouteHttpRequest.Builder mergeFrom(InsertRouteHttpRequest other)
public String getAccessToken()
public InsertRouteHttpRequest.Builder setAccessToken(String access_token)
public String getCallback()
public InsertRouteHttpRequest.Builder setCallback(String callback)
public String getFields()
public InsertRouteHttpRequest.Builder setFields(String fields)
public String getKey()
public InsertRouteHttpRequest.Builder setKey(String key)
public String getPrettyPrint()
public InsertRouteHttpRequest.Builder setPrettyPrint(String prettyPrint)
public String getProject()
public InsertRouteHttpRequest.Builder setProject(String project)
public String getQuotaUser()
public InsertRouteHttpRequest.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 InsertRouteHttpRequest.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 Route getRouteResource()
For each packet leaving an instance, the system searches that instance's routing table for a single best matching route. Routes match packets by destination IP address, preferring smaller or more specific ranges over larger ones. If there is a tie, the system selects the route with the smallest priority value. If there is still a tie, it uses the layer three and four packet headers to select just one of the remaining matching routes. The packet is then forwarded as specified by the nextHop field of the winning route - either to another instance destination, an instance gateway, or a Google Compute Engine-operated gateway.
Packets that do not match any route in the sending instance's routing table are dropped. (== resource_for beta.routes ==) (== resource_for v1.routes ==)
public InsertRouteHttpRequest.Builder setRouteResource(Route routeResource)
For each packet leaving an instance, the system searches that instance's routing table for a single best matching route. Routes match packets by destination IP address, preferring smaller or more specific ranges over larger ones. If there is a tie, the system selects the route with the smallest priority value. If there is still a tie, it uses the layer three and four packet headers to select just one of the remaining matching routes. The packet is then forwarded as specified by the nextHop field of the winning route - either to another instance destination, an instance gateway, or a Google Compute Engine-operated gateway.
Packets that do not match any route in the sending instance's routing table are dropped. (== resource_for beta.routes ==) (== resource_for v1.routes ==)
public String getUserIp()
public InsertRouteHttpRequest.Builder setUserIp(String userIp)
public InsertRouteHttpRequest build()
public InsertRouteHttpRequest.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.