public static class SetBackendServiceTargetTcpProxyHttpRequest.Builder extends Object
public SetBackendServiceTargetTcpProxyHttpRequest.Builder mergeFrom(SetBackendServiceTargetTcpProxyHttpRequest other)
public String getAccessToken()
public SetBackendServiceTargetTcpProxyHttpRequest.Builder setAccessToken(String access_token)
public String getCallback()
public SetBackendServiceTargetTcpProxyHttpRequest.Builder setCallback(String callback)
public String getFields()
public SetBackendServiceTargetTcpProxyHttpRequest.Builder setFields(String fields)
public String getKey()
public SetBackendServiceTargetTcpProxyHttpRequest.Builder setKey(String key)
public String getPrettyPrint()
public SetBackendServiceTargetTcpProxyHttpRequest.Builder setPrettyPrint(String prettyPrint)
public String getQuotaUser()
public SetBackendServiceTargetTcpProxyHttpRequest.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 SetBackendServiceTargetTcpProxyHttpRequest.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 TargetTcpProxiesSetBackendServiceRequest getTargetTcpProxiesSetBackendServiceRequestResource()
public SetBackendServiceTargetTcpProxyHttpRequest.Builder setTargetTcpProxiesSetBackendServiceRequestResource(TargetTcpProxiesSetBackendServiceRequest targetTcpProxiesSetBackendServiceRequestResource)
public String getTargetTcpProxy()
public SetBackendServiceTargetTcpProxyHttpRequest.Builder setTargetTcpProxy(String targetTcpProxy)
public String getUserIp()
public SetBackendServiceTargetTcpProxyHttpRequest.Builder setUserIp(String userIp)
public SetBackendServiceTargetTcpProxyHttpRequest build()
public SetBackendServiceTargetTcpProxyHttpRequest.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.