public static interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsCookies(String key)
Optional.
|
boolean |
containsHeaders(String key)
Optional.
|
boolean |
containsPostData(String key)
Optional.
|
boolean |
containsQuerystring(String key)
Optional.
|
boolean |
containsSessionData(String key)
Optional.
|
Map<String,String> |
getCookies()
Deprecated.
|
int |
getCookiesCount()
Optional.
|
Map<String,String> |
getCookiesMap()
Optional.
|
String |
getCookiesOrDefault(String key,
String defaultValue)
Optional.
|
String |
getCookiesOrThrow(String key)
Optional.
|
Map<String,String> |
getHeaders()
Deprecated.
|
int |
getHeadersCount()
Optional.
|
Map<String,String> |
getHeadersMap()
Optional.
|
String |
getHeadersOrDefault(String key,
String defaultValue)
Optional.
|
String |
getHeadersOrThrow(String key)
Optional.
|
String |
getHttpMethod()
Optional.
|
com.google.protobuf.ByteString |
getHttpMethodBytes()
Optional.
|
String |
getMvcAction()
Optional.
|
com.google.protobuf.ByteString |
getMvcActionBytes()
Optional.
|
String |
getMvcArea()
Optional.
|
com.google.protobuf.ByteString |
getMvcAreaBytes()
Optional.
|
String |
getMvcController()
Optional.
|
com.google.protobuf.ByteString |
getMvcControllerBytes()
Optional.
|
Map<String,String> |
getPostData()
Deprecated.
|
int |
getPostDataCount()
Optional.
|
Map<String,String> |
getPostDataMap()
Optional.
|
String |
getPostDataOrDefault(String key,
String defaultValue)
Optional.
|
String |
getPostDataOrThrow(String key)
Optional.
|
String |
getPostDataRaw()
Optional.
|
com.google.protobuf.ByteString |
getPostDataRawBytes()
Optional.
|
Map<String,String> |
getQuerystring()
Deprecated.
|
int |
getQuerystringCount()
Optional.
|
Map<String,String> |
getQuerystringMap()
Optional.
|
String |
getQuerystringOrDefault(String key,
String defaultValue)
Optional.
|
String |
getQuerystringOrThrow(String key)
Optional.
|
String |
getReferralUrl()
Optional.
|
com.google.protobuf.ByteString |
getReferralUrlBytes()
Optional.
|
String |
getRequestProtocol()
Optional.
|
com.google.protobuf.ByteString |
getRequestProtocolBytes()
Optional.
|
String |
getRequestUrl()
Optional.
|
com.google.protobuf.ByteString |
getRequestUrlBytes()
Optional.
|
String |
getRequestUrlRoot()
Optional.
|
com.google.protobuf.ByteString |
getRequestUrlRootBytes()
Optional.
|
Map<String,String> |
getSessionData()
Deprecated.
|
int |
getSessionDataCount()
Optional.
|
Map<String,String> |
getSessionDataMap()
Optional.
|
String |
getSessionDataOrDefault(String key,
String defaultValue)
Optional.
|
String |
getSessionDataOrThrow(String key)
Optional.
|
String |
getUserIpAddress()
Optional.
|
com.google.protobuf.ByteString |
getUserIpAddressBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getUserIpAddress()
Optional. IP address of the user. Example: "127.0.0.1"
string user_ip_address = 1;com.google.protobuf.ByteString getUserIpAddressBytes()
Optional. IP address of the user. Example: "127.0.0.1"
string user_ip_address = 1;String getHttpMethod()
Optional. HTTP method (GET, POST, PUT, DELETE, etc.). Example: "GET"
string http_method = 2;com.google.protobuf.ByteString getHttpMethodBytes()
Optional. HTTP method (GET, POST, PUT, DELETE, etc.). Example: "GET"
string http_method = 2;String getRequestProtocol()
Optional. HTTP request protocol. Example: "HTTP/1.1"
string request_protocol = 3;com.google.protobuf.ByteString getRequestProtocolBytes()
Optional. HTTP request protocol. Example: "HTTP/1.1"
string request_protocol = 3;String getRequestUrl()
Optional. HTTP request URL. Example: "https://api.stackify.com/Metrics/IdentifyApp"
string request_url = 4;com.google.protobuf.ByteString getRequestUrlBytes()
Optional. HTTP request URL. Example: "https://api.stackify.com/Metrics/IdentifyApp"
string request_url = 4;String getRequestUrlRoot()
Optional. Request URI. Example: "/Metrics/IdentifyApp"
string request_url_root = 5;com.google.protobuf.ByteString getRequestUrlRootBytes()
Optional. Request URI. Example: "/Metrics/IdentifyApp"
string request_url_root = 5;String getReferralUrl()
Optional. Value of the "referer" header. Example: "https://api.stackify.com/Metrics/IdentifyApp"
string referral_url = 6;com.google.protobuf.ByteString getReferralUrlBytes()
Optional. Value of the "referer" header. Example: "https://api.stackify.com/Metrics/IdentifyApp"
string referral_url = 6;int getHeadersCount()
Optional. HTTP header name/value pairs. Example: {"Content-Type": "application/json", "Content-Encoding":"gzip"}
map<string, string> headers = 7;boolean containsHeaders(String key)
Optional. HTTP header name/value pairs. Example: {"Content-Type": "application/json", "Content-Encoding":"gzip"}
map<string, string> headers = 7;@Deprecated Map<String,String> getHeaders()
getHeadersMap() instead.Map<String,String> getHeadersMap()
Optional. HTTP header name/value pairs. Example: {"Content-Type": "application/json", "Content-Encoding":"gzip"}
map<string, string> headers = 7;String getHeadersOrDefault(String key, String defaultValue)
Optional. HTTP header name/value pairs. Example: {"Content-Type": "application/json", "Content-Encoding":"gzip"}
map<string, string> headers = 7;String getHeadersOrThrow(String key)
Optional. HTTP header name/value pairs. Example: {"Content-Type": "application/json", "Content-Encoding":"gzip"}
map<string, string> headers = 7;int getCookiesCount()
Optional. HTTP cookie name/value pairs. We mask all cookie values with "X-MASKED-X". Example: {"name": "X-MASKED-X"}
map<string, string> cookies = 8;boolean containsCookies(String key)
Optional. HTTP cookie name/value pairs. We mask all cookie values with "X-MASKED-X". Example: {"name": "X-MASKED-X"}
map<string, string> cookies = 8;@Deprecated Map<String,String> getCookies()
getCookiesMap() instead.Map<String,String> getCookiesMap()
Optional. HTTP cookie name/value pairs. We mask all cookie values with "X-MASKED-X". Example: {"name": "X-MASKED-X"}
map<string, string> cookies = 8;String getCookiesOrDefault(String key, String defaultValue)
Optional. HTTP cookie name/value pairs. We mask all cookie values with "X-MASKED-X". Example: {"name": "X-MASKED-X"}
map<string, string> cookies = 8;String getCookiesOrThrow(String key)
Optional. HTTP cookie name/value pairs. We mask all cookie values with "X-MASKED-X". Example: {"name": "X-MASKED-X"}
map<string, string> cookies = 8;int getQuerystringCount()
Optional. HTTP query string name/value pairs. Example: {"name": "value"}
map<string, string> querystring = 9;boolean containsQuerystring(String key)
Optional. HTTP query string name/value pairs. Example: {"name": "value"}
map<string, string> querystring = 9;@Deprecated Map<String,String> getQuerystring()
getQuerystringMap() instead.Map<String,String> getQuerystringMap()
Optional. HTTP query string name/value pairs. Example: {"name": "value"}
map<string, string> querystring = 9;String getQuerystringOrDefault(String key, String defaultValue)
Optional. HTTP query string name/value pairs. Example: {"name": "value"}
map<string, string> querystring = 9;String getQuerystringOrThrow(String key)
Optional. HTTP query string name/value pairs. Example: {"name": "value"}
map<string, string> querystring = 9;int getPostDataCount()
Optional. HTTP post data name/value pairs. Example: {"name": "value"}
map<string, string> post_data = 10;boolean containsPostData(String key)
Optional. HTTP post data name/value pairs. Example: {"name": "value"}
map<string, string> post_data = 10;@Deprecated Map<String,String> getPostData()
getPostDataMap() instead.Map<String,String> getPostDataMap()
Optional. HTTP post data name/value pairs. Example: {"name": "value"}
map<string, string> post_data = 10;String getPostDataOrDefault(String key, String defaultValue)
Optional. HTTP post data name/value pairs. Example: {"name": "value"}
map<string, string> post_data = 10;String getPostDataOrThrow(String key)
Optional. HTTP post data name/value pairs. Example: {"name": "value"}
map<string, string> post_data = 10;int getSessionDataCount()
Optional. HTTP session name/value pairs. We mask all session values with "X-MASKED-X". Example: {"name": "X-MASKED-X"}
map<string, string> session_data = 11;boolean containsSessionData(String key)
Optional. HTTP session name/value pairs. We mask all session values with "X-MASKED-X". Example: {"name": "X-MASKED-X"}
map<string, string> session_data = 11;@Deprecated Map<String,String> getSessionData()
getSessionDataMap() instead.Map<String,String> getSessionDataMap()
Optional. HTTP session name/value pairs. We mask all session values with "X-MASKED-X". Example: {"name": "X-MASKED-X"}
map<string, string> session_data = 11;String getSessionDataOrDefault(String key, String defaultValue)
Optional. HTTP session name/value pairs. We mask all session values with "X-MASKED-X". Example: {"name": "X-MASKED-X"}
map<string, string> session_data = 11;String getSessionDataOrThrow(String key)
Optional. HTTP session name/value pairs. We mask all session values with "X-MASKED-X". Example: {"name": "X-MASKED-X"}
map<string, string> session_data = 11;String getPostDataRaw()
Optional. HTTP raw post data. Example: "name=value"
string post_data_raw = 12;com.google.protobuf.ByteString getPostDataRawBytes()
Optional. HTTP raw post data. Example: "name=value"
string post_data_raw = 12;String getMvcAction()
Optional. MVC area. Example: "API"
string mvc_action = 13;com.google.protobuf.ByteString getMvcActionBytes()
Optional. MVC area. Example: "API"
string mvc_action = 13;String getMvcController()
Optional. MVC controller. Example: "Metrics"
string mvc_controller = 14;com.google.protobuf.ByteString getMvcControllerBytes()
Optional. MVC controller. Example: "Metrics"
string mvc_controller = 14;String getMvcArea()
Optional. MVC action. Example: "IdentifyApp"
string mvc_area = 15;com.google.protobuf.ByteString getMvcAreaBytes()
Optional. MVC action. Example: "IdentifyApp"
string mvc_area = 15;Copyright © 2022 Stackify, LLC. All rights reserved.