public static interface StackifyProto.LogGroup.Log.ErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEnvironmentDetail()
Device, application and environment details.
.stackify.LogGroup.Log.Error.EnvironmentDetail environment_detail = 1;StackifyProto.LogGroup.Log.Error.EnvironmentDetail getEnvironmentDetail()
Device, application and environment details.
.stackify.LogGroup.Log.Error.EnvironmentDetail environment_detail = 1;StackifyProto.LogGroup.Log.Error.EnvironmentDetailOrBuilder getEnvironmentDetailOrBuilder()
Device, application and environment details.
.stackify.LogGroup.Log.Error.EnvironmentDetail environment_detail = 1;long getDateMillis()
Unix/POSIX/Epoch time with millisecond precision. Example: 1417535434194
int64 date_millis = 2;boolean hasErrorItem()
Exception details.
.stackify.LogGroup.Log.Error.ErrorItem error_item = 3;StackifyProto.LogGroup.Log.Error.ErrorItem getErrorItem()
Exception details.
.stackify.LogGroup.Log.Error.ErrorItem error_item = 3;StackifyProto.LogGroup.Log.Error.ErrorItemOrBuilder getErrorItemOrBuilder()
Exception details.
.stackify.LogGroup.Log.Error.ErrorItem error_item = 3;boolean hasWebRequestDetail()
Optional. Web request details.
.stackify.LogGroup.Log.Error.WebRequestDetail web_request_detail = 4;StackifyProto.LogGroup.Log.Error.WebRequestDetail getWebRequestDetail()
Optional. Web request details.
.stackify.LogGroup.Log.Error.WebRequestDetail web_request_detail = 4;StackifyProto.LogGroup.Log.Error.WebRequestDetailOrBuilder getWebRequestDetailOrBuilder()
Optional. Web request details.
.stackify.LogGroup.Log.Error.WebRequestDetail web_request_detail = 4;int getServerVariablesCount()
Optional. Server data name/value pairs. Example: {"java.runtime.name": "OpenJDK Runtime Environment", "os.name": "Linux", "user.timezone": "UTC", "java.vendor": "Oracle Corporation"}
map<string, string> server_variables = 5;boolean containsServerVariables(String key)
Optional. Server data name/value pairs. Example: {"java.runtime.name": "OpenJDK Runtime Environment", "os.name": "Linux", "user.timezone": "UTC", "java.vendor": "Oracle Corporation"}
map<string, string> server_variables = 5;@Deprecated Map<String,String> getServerVariables()
getServerVariablesMap() instead.Map<String,String> getServerVariablesMap()
Optional. Server data name/value pairs. Example: {"java.runtime.name": "OpenJDK Runtime Environment", "os.name": "Linux", "user.timezone": "UTC", "java.vendor": "Oracle Corporation"}
map<string, string> server_variables = 5;String getServerVariablesOrDefault(String key, String defaultValue)
Optional. Server data name/value pairs. Example: {"java.runtime.name": "OpenJDK Runtime Environment", "os.name": "Linux", "user.timezone": "UTC", "java.vendor": "Oracle Corporation"}
map<string, string> server_variables = 5;String getServerVariablesOrThrow(String key)
Optional. Server data name/value pairs. Example: {"java.runtime.name": "OpenJDK Runtime Environment", "os.name": "Linux", "user.timezone": "UTC", "java.vendor": "Oracle Corporation"}
map<string, string> server_variables = 5;String getCustomerName()
Optional. Customer/client name. Example: "Stackify"
string customer_name = 6;com.google.protobuf.ByteString getCustomerNameBytes()
Optional. Customer/client name. Example: "Stackify"
string customer_name = 6;String getUsername()
Optional. User name. Example: "test-user@stackify.com
string username = 7;com.google.protobuf.ByteString getUsernameBytes()
Optional. User name. Example: "test-user@stackify.com
string username = 7;Copyright © 2019 Stackify, LLC. All rights reserved.