public interface HttpRequestContextOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMethod()
The type of HTTP request, such as `GET`, `POST`, etc.
|
ByteString |
getMethodBytes()
The type of HTTP request, such as `GET`, `POST`, etc.
|
java.lang.String |
getReferrer()
The referrer information that is provided with the request.
|
ByteString |
getReferrerBytes()
The referrer information that is provided with the request.
|
java.lang.String |
getRemoteIp()
The IP address from which the request originated.
|
ByteString |
getRemoteIpBytes()
The IP address from which the request originated.
|
int |
getResponseStatusCode()
The HTTP response status code for the request.
|
java.lang.String |
getUrl()
The URL of the request.
|
ByteString |
getUrlBytes()
The URL of the request.
|
java.lang.String |
getUserAgent()
The user agent information that is provided with the request.
|
ByteString |
getUserAgentBytes()
The user agent information that is provided with the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getMethod()
The type of HTTP request, such as `GET`, `POST`, etc.
string method = 1;
ByteString getMethodBytes()
The type of HTTP request, such as `GET`, `POST`, etc.
string method = 1;
java.lang.String getUrl()
The URL of the request.
string url = 2;
ByteString getUrlBytes()
The URL of the request.
string url = 2;
java.lang.String getUserAgent()
The user agent information that is provided with the request.
string user_agent = 3;
ByteString getUserAgentBytes()
The user agent information that is provided with the request.
string user_agent = 3;
java.lang.String getReferrer()
The referrer information that is provided with the request.
string referrer = 4;
ByteString getReferrerBytes()
The referrer information that is provided with the request.
string referrer = 4;
int getResponseStatusCode()
The HTTP response status code for the request.
int32 response_status_code = 5;
java.lang.String getRemoteIp()
The IP address from which the request originated. This can be IPv4, IPv6, or a token which is derived from the IP address, depending on the data that has been provided in the error report.
string remote_ip = 6;
ByteString getRemoteIpBytes()
The IP address from which the request originated. This can be IPv4, IPv6, or a token which is derived from the IP address, depending on the data that has been provided in the error report.
string remote_ip = 6;