@Generated(value="by GAPIC") @BetaApi public final class HttpHeaderAction extends Object implements com.google.api.gax.httpjson.ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
HttpHeaderAction.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
com.google.api.gax.httpjson.ApiMessage |
getApiMessageRequestBody() |
static HttpHeaderAction |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
List<HttpHeaderOption> |
getRequestHeadersToAddList()
Headers to add to a matching request prior to forwarding the request to the backendService.
|
List<String> |
getRequestHeadersToRemoveList()
A list of header names for headers that need to be removed from the request prior to forwarding
the request to the backendService.
|
List<HttpHeaderOption> |
getResponseHeadersToAddList()
Headers to add the response prior to sending the response back to the client.
|
List<String> |
getResponseHeadersToRemoveList()
A list of header names for headers that need to be removed from the response prior to sending
the response back to the client.
|
int |
hashCode() |
static HttpHeaderAction.Builder |
newBuilder() |
static HttpHeaderAction.Builder |
newBuilder(HttpHeaderAction prototype) |
HttpHeaderAction.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 List<HttpHeaderOption> getRequestHeadersToAddList()
public List<String> getRequestHeadersToRemoveList()
public List<HttpHeaderOption> getResponseHeadersToAddList()
public List<String> getResponseHeadersToRemoveList()
public static HttpHeaderAction.Builder newBuilder()
public static HttpHeaderAction.Builder newBuilder(HttpHeaderAction prototype)
public HttpHeaderAction.Builder toBuilder()
public static HttpHeaderAction getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.