public static final class StackifyProto.LogGroup.Log.Error.WebRequestDetail extends com.google.protobuf.GeneratedMessageV3 implements StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilder
stackify.LogGroup.Log.Error.WebRequestDetail| Modifier and Type | Class and Description |
|---|---|
static class |
StackifyProto.LogGroup.Log.Error.WebRequestDetail.Builder
Protobuf type
stackify.LogGroup.Log.Error.WebRequestDetail |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
COOKIES_FIELD_NUMBER |
static int |
HEADERS_FIELD_NUMBER |
static int |
HTTP_METHOD_FIELD_NUMBER |
static int |
MVC_ACTION_FIELD_NUMBER |
static int |
MVC_AREA_FIELD_NUMBER |
static int |
MVC_CONTROLLER_FIELD_NUMBER |
static int |
POST_DATA_FIELD_NUMBER |
static int |
POST_DATA_RAW_FIELD_NUMBER |
static int |
QUERYSTRING_FIELD_NUMBER |
static int |
REFERRAL_URL_FIELD_NUMBER |
static int |
REQUEST_PROTOCOL_FIELD_NUMBER |
static int |
REQUEST_URL_FIELD_NUMBER |
static int |
REQUEST_URL_ROOT_FIELD_NUMBER |
static int |
SESSION_DATA_FIELD_NUMBER |
static int |
USER_IP_ADDRESS_FIELD_NUMBER |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int USER_IP_ADDRESS_FIELD_NUMBER
public static final int HTTP_METHOD_FIELD_NUMBER
public static final int REQUEST_PROTOCOL_FIELD_NUMBER
public static final int REQUEST_URL_FIELD_NUMBER
public static final int REQUEST_URL_ROOT_FIELD_NUMBER
public static final int REFERRAL_URL_FIELD_NUMBER
public static final int HEADERS_FIELD_NUMBER
public static final int COOKIES_FIELD_NUMBER
public static final int QUERYSTRING_FIELD_NUMBER
public static final int POST_DATA_FIELD_NUMBER
public static final int SESSION_DATA_FIELD_NUMBER
public static final int POST_DATA_RAW_FIELD_NUMBER
public static final int MVC_ACTION_FIELD_NUMBER
public static final int MVC_CONTROLLER_FIELD_NUMBER
public static final int MVC_AREA_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getUserIpAddress()
Optional. IP address of the user. Example: "127.0.0.1"
string user_ip_address = 1;getUserIpAddress in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic com.google.protobuf.ByteString getUserIpAddressBytes()
Optional. IP address of the user. Example: "127.0.0.1"
string user_ip_address = 1;getUserIpAddressBytes in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic String getHttpMethod()
Optional. HTTP method (GET, POST, PUT, DELETE, etc.). Example: "GET"
string http_method = 2;getHttpMethod in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic com.google.protobuf.ByteString getHttpMethodBytes()
Optional. HTTP method (GET, POST, PUT, DELETE, etc.). Example: "GET"
string http_method = 2;getHttpMethodBytes in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic String getRequestProtocol()
Optional. HTTP request protocol. Example: "HTTP/1.1"
string request_protocol = 3;getRequestProtocol in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic com.google.protobuf.ByteString getRequestProtocolBytes()
Optional. HTTP request protocol. Example: "HTTP/1.1"
string request_protocol = 3;getRequestProtocolBytes in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic String getRequestUrl()
Optional. HTTP request URL. Example: "https://api.stackify.com/Metrics/IdentifyApp"
string request_url = 4;getRequestUrl in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic com.google.protobuf.ByteString getRequestUrlBytes()
Optional. HTTP request URL. Example: "https://api.stackify.com/Metrics/IdentifyApp"
string request_url = 4;getRequestUrlBytes in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic String getRequestUrlRoot()
Optional. Request URI. Example: "/Metrics/IdentifyApp"
string request_url_root = 5;getRequestUrlRoot in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic com.google.protobuf.ByteString getRequestUrlRootBytes()
Optional. Request URI. Example: "/Metrics/IdentifyApp"
string request_url_root = 5;getRequestUrlRootBytes in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic String getReferralUrl()
Optional. Value of the "referer" header. Example: "https://api.stackify.com/Metrics/IdentifyApp"
string referral_url = 6;getReferralUrl in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic com.google.protobuf.ByteString getReferralUrlBytes()
Optional. Value of the "referer" header. Example: "https://api.stackify.com/Metrics/IdentifyApp"
string referral_url = 6;getReferralUrlBytes in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic int getHeadersCount()
StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilder
Optional. HTTP header name/value pairs. Example: {"Content-Type": "application/json", "Content-Encoding":"gzip"}
map<string, string> headers = 7;getHeadersCount in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic boolean containsHeaders(String key)
Optional. HTTP header name/value pairs. Example: {"Content-Type": "application/json", "Content-Encoding":"gzip"}
map<string, string> headers = 7;containsHeaders in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilder@Deprecated public Map<String,String> getHeaders()
getHeadersMap() instead.getHeaders in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic Map<String,String> getHeadersMap()
Optional. HTTP header name/value pairs. Example: {"Content-Type": "application/json", "Content-Encoding":"gzip"}
map<string, string> headers = 7;getHeadersMap in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic 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;getHeadersOrDefault in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic String getHeadersOrThrow(String key)
Optional. HTTP header name/value pairs. Example: {"Content-Type": "application/json", "Content-Encoding":"gzip"}
map<string, string> headers = 7;getHeadersOrThrow in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic int getCookiesCount()
StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilder
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;getCookiesCount in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic 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;containsCookies in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilder@Deprecated public Map<String,String> getCookies()
getCookiesMap() instead.getCookies in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic 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;getCookiesMap in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic 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;getCookiesOrDefault in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic 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;getCookiesOrThrow in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic int getQuerystringCount()
StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilder
Optional. HTTP query string name/value pairs. Example: {"name": "value"}
map<string, string> querystring = 9;getQuerystringCount in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic boolean containsQuerystring(String key)
Optional. HTTP query string name/value pairs. Example: {"name": "value"}
map<string, string> querystring = 9;containsQuerystring in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilder@Deprecated public Map<String,String> getQuerystring()
getQuerystringMap() instead.getQuerystring in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic Map<String,String> getQuerystringMap()
Optional. HTTP query string name/value pairs. Example: {"name": "value"}
map<string, string> querystring = 9;getQuerystringMap in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic String getQuerystringOrDefault(String key, String defaultValue)
Optional. HTTP query string name/value pairs. Example: {"name": "value"}
map<string, string> querystring = 9;getQuerystringOrDefault in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic String getQuerystringOrThrow(String key)
Optional. HTTP query string name/value pairs. Example: {"name": "value"}
map<string, string> querystring = 9;getQuerystringOrThrow in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic int getPostDataCount()
StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilder
Optional. HTTP post data name/value pairs. Example: {"name": "value"}
map<string, string> post_data = 10;getPostDataCount in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic boolean containsPostData(String key)
Optional. HTTP post data name/value pairs. Example: {"name": "value"}
map<string, string> post_data = 10;containsPostData in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilder@Deprecated public Map<String,String> getPostData()
getPostDataMap() instead.getPostData in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic Map<String,String> getPostDataMap()
Optional. HTTP post data name/value pairs. Example: {"name": "value"}
map<string, string> post_data = 10;getPostDataMap in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic String getPostDataOrDefault(String key, String defaultValue)
Optional. HTTP post data name/value pairs. Example: {"name": "value"}
map<string, string> post_data = 10;getPostDataOrDefault in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic String getPostDataOrThrow(String key)
Optional. HTTP post data name/value pairs. Example: {"name": "value"}
map<string, string> post_data = 10;getPostDataOrThrow in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic int getSessionDataCount()
StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilder
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;getSessionDataCount in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic 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;containsSessionData in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilder@Deprecated public Map<String,String> getSessionData()
getSessionDataMap() instead.getSessionData in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic 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;getSessionDataMap in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic 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;getSessionDataOrDefault in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic 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;getSessionDataOrThrow in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic String getPostDataRaw()
Optional. HTTP raw post data. Example: "name=value"
string post_data_raw = 12;getPostDataRaw in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic com.google.protobuf.ByteString getPostDataRawBytes()
Optional. HTTP raw post data. Example: "name=value"
string post_data_raw = 12;getPostDataRawBytes in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic String getMvcAction()
Optional. MVC area. Example: "API"
string mvc_action = 13;getMvcAction in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic com.google.protobuf.ByteString getMvcActionBytes()
Optional. MVC area. Example: "API"
string mvc_action = 13;getMvcActionBytes in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic String getMvcController()
Optional. MVC controller. Example: "Metrics"
string mvc_controller = 14;getMvcController in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic com.google.protobuf.ByteString getMvcControllerBytes()
Optional. MVC controller. Example: "Metrics"
string mvc_controller = 14;getMvcControllerBytes in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic String getMvcArea()
Optional. MVC action. Example: "IdentifyApp"
string mvc_area = 15;getMvcArea in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic com.google.protobuf.ByteString getMvcAreaBytes()
Optional. MVC action. Example: "IdentifyApp"
string mvc_area = 15;getMvcAreaBytes in interface StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static StackifyProto.LogGroup.Log.Error.WebRequestDetail parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StackifyProto.LogGroup.Log.Error.WebRequestDetail parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StackifyProto.LogGroup.Log.Error.WebRequestDetail parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StackifyProto.LogGroup.Log.Error.WebRequestDetail parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StackifyProto.LogGroup.Log.Error.WebRequestDetail parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StackifyProto.LogGroup.Log.Error.WebRequestDetail parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StackifyProto.LogGroup.Log.Error.WebRequestDetail parseFrom(InputStream input) throws IOException
IOExceptionpublic static StackifyProto.LogGroup.Log.Error.WebRequestDetail parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static StackifyProto.LogGroup.Log.Error.WebRequestDetail parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static StackifyProto.LogGroup.Log.Error.WebRequestDetail parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static StackifyProto.LogGroup.Log.Error.WebRequestDetail parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static StackifyProto.LogGroup.Log.Error.WebRequestDetail parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic StackifyProto.LogGroup.Log.Error.WebRequestDetail.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static StackifyProto.LogGroup.Log.Error.WebRequestDetail.Builder newBuilder()
public static StackifyProto.LogGroup.Log.Error.WebRequestDetail.Builder newBuilder(StackifyProto.LogGroup.Log.Error.WebRequestDetail prototype)
public StackifyProto.LogGroup.Log.Error.WebRequestDetail.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected StackifyProto.LogGroup.Log.Error.WebRequestDetail.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static StackifyProto.LogGroup.Log.Error.WebRequestDetail getDefaultInstance()
public static com.google.protobuf.Parser<StackifyProto.LogGroup.Log.Error.WebRequestDetail> parser()
public com.google.protobuf.Parser<StackifyProto.LogGroup.Log.Error.WebRequestDetail> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public StackifyProto.LogGroup.Log.Error.WebRequestDetail getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019 Stackify, LLC. All rights reserved.