public static class UpdateRegionUrlMapHttpRequest.Builder extends Object
Modifier and Type | Method and Description |
---|---|
UpdateRegionUrlMapHttpRequest.Builder |
addAllFieldMask(List<String> fieldMask)
The fields that should be serialized (even if they have empty values).
|
UpdateRegionUrlMapHttpRequest.Builder |
addFieldMask(String fieldMask)
The fields that should be serialized (even if they have empty values).
|
UpdateRegionUrlMapHttpRequest |
build() |
UpdateRegionUrlMapHttpRequest.Builder |
clone() |
String |
getAccessToken()
OAuth 2.0 token for the current user.
|
String |
getCallback()
Name of the JavaScript callback function that handles the response.
|
List<String> |
getFieldMask()
The fields that should be serialized (even if they have empty values).
|
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 |
getRequestId()
begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
|
String |
getUrlMap()
Name of the UrlMap resource to update.
|
UrlMap |
getUrlMapResource()
Represents a URL Map resource.
|
String |
getUserIp()
IP address of the end user for whom the API call is being made.
|
UpdateRegionUrlMapHttpRequest.Builder |
mergeFrom(UpdateRegionUrlMapHttpRequest other) |
UpdateRegionUrlMapHttpRequest.Builder |
setAccessToken(String access_token)
OAuth 2.0 token for the current user.
|
UpdateRegionUrlMapHttpRequest.Builder |
setCallback(String callback)
Name of the JavaScript callback function that handles the response.
|
UpdateRegionUrlMapHttpRequest.Builder |
setFields(String fields)
Selector specifying a subset of fields to include in the response.
|
UpdateRegionUrlMapHttpRequest.Builder |
setKey(String key)
API key.
|
UpdateRegionUrlMapHttpRequest.Builder |
setPrettyPrint(String prettyPrint)
Returns response with indentations and line breaks.
|
UpdateRegionUrlMapHttpRequest.Builder |
setQuotaUser(String quotaUser)
Alternative to userIp.
|
UpdateRegionUrlMapHttpRequest.Builder |
setRequestId(String requestId)
begin_interface: MixerMutationRequestBuilder Request ID to support idempotency.
|
UpdateRegionUrlMapHttpRequest.Builder |
setUrlMap(String urlMap)
Name of the UrlMap resource to update.
|
UpdateRegionUrlMapHttpRequest.Builder |
setUrlMapResource(UrlMap urlMapResource)
Represents a URL Map resource.
|
UpdateRegionUrlMapHttpRequest.Builder |
setUserIp(String userIp)
IP address of the end user for whom the API call is being made.
|
public UpdateRegionUrlMapHttpRequest.Builder mergeFrom(UpdateRegionUrlMapHttpRequest other)
public String getAccessToken()
public UpdateRegionUrlMapHttpRequest.Builder setAccessToken(String access_token)
public String getCallback()
public UpdateRegionUrlMapHttpRequest.Builder setCallback(String callback)
public List<String> getFieldMask()
public UpdateRegionUrlMapHttpRequest.Builder addAllFieldMask(List<String> fieldMask)
public UpdateRegionUrlMapHttpRequest.Builder addFieldMask(String fieldMask)
public String getFields()
public UpdateRegionUrlMapHttpRequest.Builder setFields(String fields)
public String getKey()
public UpdateRegionUrlMapHttpRequest.Builder setKey(String key)
public String getPrettyPrint()
public UpdateRegionUrlMapHttpRequest.Builder setPrettyPrint(String prettyPrint)
public String getQuotaUser()
public UpdateRegionUrlMapHttpRequest.Builder setQuotaUser(String quotaUser)
public String getRequestId()
public UpdateRegionUrlMapHttpRequest.Builder setRequestId(String requestId)
public String getUrlMap()
public UpdateRegionUrlMapHttpRequest.Builder setUrlMap(String urlMap)
public UrlMap getUrlMapResource()
A URL map resource is a component of certain types of load balancers. This resource defines mappings from host names and URL paths to either a backend service or a backend bucket.
To use this resource, the backend service must have a loadBalancingScheme of either EXTERNAL, INTERNAL_SELF_MANAGED, or INTERNAL_MANAGED For more information, read URL Map Concepts.
public UpdateRegionUrlMapHttpRequest.Builder setUrlMapResource(UrlMap urlMapResource)
A URL map resource is a component of certain types of load balancers. This resource defines mappings from host names and URL paths to either a backend service or a backend bucket.
To use this resource, the backend service must have a loadBalancingScheme of either EXTERNAL, INTERNAL_SELF_MANAGED, or INTERNAL_MANAGED For more information, read URL Map Concepts.
public String getUserIp()
public UpdateRegionUrlMapHttpRequest.Builder setUserIp(String userIp)
public UpdateRegionUrlMapHttpRequest build()
public UpdateRegionUrlMapHttpRequest.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.