@Generated(value="by GAPIC") @BetaApi public final class UrlRewrite extends Object implements com.google.api.gax.httpjson.ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
UrlRewrite.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
com.google.api.gax.httpjson.ApiMessage |
getApiMessageRequestBody() |
static UrlRewrite |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getHostRewrite()
Prior to forwarding the request to the selected service, the request's host header is replaced
with contents of hostRewrite.
|
String |
getPathPrefixRewrite()
Prior to forwarding the request to the selected backend service, the matching portion of the
request's path is replaced by pathPrefixRewrite.
|
int |
hashCode() |
static UrlRewrite.Builder |
newBuilder() |
static UrlRewrite.Builder |
newBuilder(UrlRewrite prototype) |
UrlRewrite.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface com.google.api.gax.httpjson.ApiMessage
@Nullable public com.google.api.gax.httpjson.ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface com.google.api.gax.httpjson.ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface com.google.api.gax.httpjson.ApiMessage
public String getHostRewrite()
public String getPathPrefixRewrite()
public static UrlRewrite.Builder newBuilder()
public static UrlRewrite.Builder newBuilder(UrlRewrite prototype)
public UrlRewrite.Builder toBuilder()
public static UrlRewrite getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.