public static final class StackifyProto.LogGroup.Log.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<StackifyProto.LogGroup.Log.Builder> implements StackifyProto.LogGroup.LogOrBuilder
stackify.LogGroup.LoggetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<StackifyProto.LogGroup.Log.Builder>public StackifyProto.LogGroup.Log.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<StackifyProto.LogGroup.Log.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<StackifyProto.LogGroup.Log.Builder>public StackifyProto.LogGroup.Log getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic StackifyProto.LogGroup.Log build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic StackifyProto.LogGroup.Log buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic StackifyProto.LogGroup.Log.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<StackifyProto.LogGroup.Log.Builder>public StackifyProto.LogGroup.Log.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<StackifyProto.LogGroup.Log.Builder>public StackifyProto.LogGroup.Log.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<StackifyProto.LogGroup.Log.Builder>public StackifyProto.LogGroup.Log.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<StackifyProto.LogGroup.Log.Builder>public StackifyProto.LogGroup.Log.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<StackifyProto.LogGroup.Log.Builder>public StackifyProto.LogGroup.Log.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<StackifyProto.LogGroup.Log.Builder>public StackifyProto.LogGroup.Log.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<StackifyProto.LogGroup.Log.Builder>public StackifyProto.LogGroup.Log.Builder mergeFrom(StackifyProto.LogGroup.Log other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<StackifyProto.LogGroup.Log.Builder>public StackifyProto.LogGroup.Log.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<StackifyProto.LogGroup.Log.Builder>IOExceptionpublic String getMessage()
REQUIRED The log message. Example: "Example debug message"
string message = 1;getMessage in interface StackifyProto.LogGroup.LogOrBuilderpublic com.google.protobuf.ByteString getMessageBytes()
REQUIRED The log message. Example: "Example debug message"
string message = 1;getMessageBytes in interface StackifyProto.LogGroup.LogOrBuilderpublic StackifyProto.LogGroup.Log.Builder setMessage(String value)
REQUIRED The log message. Example: "Example debug message"
string message = 1;public StackifyProto.LogGroup.Log.Builder clearMessage()
REQUIRED The log message. Example: "Example debug message"
string message = 1;public StackifyProto.LogGroup.Log.Builder setMessageBytes(com.google.protobuf.ByteString value)
REQUIRED The log message. Example: "Example debug message"
string message = 1;public String getData()
Optional. Additional JSON metadata about the log event. Special characters need to be escaped. Example: "{"Key1":"Value1","Key2":"Value2"}"
string data = 2;getData in interface StackifyProto.LogGroup.LogOrBuilderpublic com.google.protobuf.ByteString getDataBytes()
Optional. Additional JSON metadata about the log event. Special characters need to be escaped. Example: "{"Key1":"Value1","Key2":"Value2"}"
string data = 2;getDataBytes in interface StackifyProto.LogGroup.LogOrBuilderpublic StackifyProto.LogGroup.Log.Builder setData(String value)
Optional. Additional JSON metadata about the log event. Special characters need to be escaped. Example: "{"Key1":"Value1","Key2":"Value2"}"
string data = 2;public StackifyProto.LogGroup.Log.Builder clearData()
Optional. Additional JSON metadata about the log event. Special characters need to be escaped. Example: "{"Key1":"Value1","Key2":"Value2"}"
string data = 2;public StackifyProto.LogGroup.Log.Builder setDataBytes(com.google.protobuf.ByteString value)
Optional. Additional JSON metadata about the log event. Special characters need to be escaped. Example: "{"Key1":"Value1","Key2":"Value2"}"
string data = 2;public String getThreadName()
Optional. The thread name. Example: "main"
string thread_name = 3;getThreadName in interface StackifyProto.LogGroup.LogOrBuilderpublic com.google.protobuf.ByteString getThreadNameBytes()
Optional. The thread name. Example: "main"
string thread_name = 3;getThreadNameBytes in interface StackifyProto.LogGroup.LogOrBuilderpublic StackifyProto.LogGroup.Log.Builder setThreadName(String value)
Optional. The thread name. Example: "main"
string thread_name = 3;public StackifyProto.LogGroup.Log.Builder clearThreadName()
Optional. The thread name. Example: "main"
string thread_name = 3;public StackifyProto.LogGroup.Log.Builder setThreadNameBytes(com.google.protobuf.ByteString value)
Optional. The thread name. Example: "main"
string thread_name = 3;public long getDateMillis()
REQUIRED Unix/POSIX/Epoch time with millisecond precision. Example: 1417535434194
int64 date_millis = 4;getDateMillis in interface StackifyProto.LogGroup.LogOrBuilderpublic StackifyProto.LogGroup.Log.Builder setDateMillis(long value)
REQUIRED Unix/POSIX/Epoch time with millisecond precision. Example: 1417535434194
int64 date_millis = 4;public StackifyProto.LogGroup.Log.Builder clearDateMillis()
REQUIRED Unix/POSIX/Epoch time with millisecond precision. Example: 1417535434194
int64 date_millis = 4;public String getLevel()
REQUIRED The log level. Example: "debug"
string level = 5;getLevel in interface StackifyProto.LogGroup.LogOrBuilderpublic com.google.protobuf.ByteString getLevelBytes()
REQUIRED The log level. Example: "debug"
string level = 5;getLevelBytes in interface StackifyProto.LogGroup.LogOrBuilderpublic StackifyProto.LogGroup.Log.Builder setLevel(String value)
REQUIRED The log level. Example: "debug"
string level = 5;public StackifyProto.LogGroup.Log.Builder clearLevel()
REQUIRED The log level. Example: "debug"
string level = 5;public StackifyProto.LogGroup.Log.Builder setLevelBytes(com.google.protobuf.ByteString value)
REQUIRED The log level. Example: "debug"
string level = 5;public String getTransactionId()
Optional. Transaction identifier. Example: "c06570b2-ba9d-40be-8078-1394cf331159"
string transaction_id = 6;getTransactionId in interface StackifyProto.LogGroup.LogOrBuilderpublic com.google.protobuf.ByteString getTransactionIdBytes()
Optional. Transaction identifier. Example: "c06570b2-ba9d-40be-8078-1394cf331159"
string transaction_id = 6;getTransactionIdBytes in interface StackifyProto.LogGroup.LogOrBuilderpublic StackifyProto.LogGroup.Log.Builder setTransactionId(String value)
Optional. Transaction identifier. Example: "c06570b2-ba9d-40be-8078-1394cf331159"
string transaction_id = 6;public StackifyProto.LogGroup.Log.Builder clearTransactionId()
Optional. Transaction identifier. Example: "c06570b2-ba9d-40be-8078-1394cf331159"
string transaction_id = 6;public StackifyProto.LogGroup.Log.Builder setTransactionIdBytes(com.google.protobuf.ByteString value)
Optional. Transaction identifier. Example: "c06570b2-ba9d-40be-8078-1394cf331159"
string transaction_id = 6;public String getSourceMethod()
Optional. Fully qualified method name. Example: "com.stackify.error.test.StackifyErrorAppenderTest.main"
string source_method = 7;getSourceMethod in interface StackifyProto.LogGroup.LogOrBuilderpublic com.google.protobuf.ByteString getSourceMethodBytes()
Optional. Fully qualified method name. Example: "com.stackify.error.test.StackifyErrorAppenderTest.main"
string source_method = 7;getSourceMethodBytes in interface StackifyProto.LogGroup.LogOrBuilderpublic StackifyProto.LogGroup.Log.Builder setSourceMethod(String value)
Optional. Fully qualified method name. Example: "com.stackify.error.test.StackifyErrorAppenderTest.main"
string source_method = 7;public StackifyProto.LogGroup.Log.Builder clearSourceMethod()
Optional. Fully qualified method name. Example: "com.stackify.error.test.StackifyErrorAppenderTest.main"
string source_method = 7;public StackifyProto.LogGroup.Log.Builder setSourceMethodBytes(com.google.protobuf.ByteString value)
Optional. Fully qualified method name. Example: "com.stackify.error.test.StackifyErrorAppenderTest.main"
string source_method = 7;public int getSourceLine()
Optional. Line number. Example: 57
int32 source_line = 8;getSourceLine in interface StackifyProto.LogGroup.LogOrBuilderpublic StackifyProto.LogGroup.Log.Builder setSourceLine(int value)
Optional. Line number. Example: 57
int32 source_line = 8;public StackifyProto.LogGroup.Log.Builder clearSourceLine()
Optional. Line number. Example: 57
int32 source_line = 8;public String getId()
Optional. Used for linking traces w/ log messages.
string id = 9;getId in interface StackifyProto.LogGroup.LogOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
Optional. Used for linking traces w/ log messages.
string id = 9;getIdBytes in interface StackifyProto.LogGroup.LogOrBuilderpublic StackifyProto.LogGroup.Log.Builder setId(String value)
Optional. Used for linking traces w/ log messages.
string id = 9;public StackifyProto.LogGroup.Log.Builder clearId()
Optional. Used for linking traces w/ log messages.
string id = 9;public StackifyProto.LogGroup.Log.Builder setIdBytes(com.google.protobuf.ByteString value)
Optional. Used for linking traces w/ log messages.
string id = 9;public com.google.protobuf.ProtocolStringList getTagsList()
Optional.
repeated string tags = 10;getTagsList in interface StackifyProto.LogGroup.LogOrBuilderpublic int getTagsCount()
Optional.
repeated string tags = 10;getTagsCount in interface StackifyProto.LogGroup.LogOrBuilderpublic String getTags(int index)
Optional.
repeated string tags = 10;getTags in interface StackifyProto.LogGroup.LogOrBuilderpublic com.google.protobuf.ByteString getTagsBytes(int index)
Optional.
repeated string tags = 10;getTagsBytes in interface StackifyProto.LogGroup.LogOrBuilderpublic StackifyProto.LogGroup.Log.Builder setTags(int index, String value)
Optional.
repeated string tags = 10;public StackifyProto.LogGroup.Log.Builder addTags(String value)
Optional.
repeated string tags = 10;public StackifyProto.LogGroup.Log.Builder addAllTags(Iterable<String> values)
Optional.
repeated string tags = 10;public StackifyProto.LogGroup.Log.Builder clearTags()
Optional.
repeated string tags = 10;public StackifyProto.LogGroup.Log.Builder addTagsBytes(com.google.protobuf.ByteString value)
Optional.
repeated string tags = 10;public boolean hasError()
Optional. Exception details.
.stackify.LogGroup.Log.Error error = 11;hasError in interface StackifyProto.LogGroup.LogOrBuilderpublic StackifyProto.LogGroup.Log.Error getError()
Optional. Exception details.
.stackify.LogGroup.Log.Error error = 11;getError in interface StackifyProto.LogGroup.LogOrBuilderpublic StackifyProto.LogGroup.Log.Builder setError(StackifyProto.LogGroup.Log.Error value)
Optional. Exception details.
.stackify.LogGroup.Log.Error error = 11;public StackifyProto.LogGroup.Log.Builder setError(StackifyProto.LogGroup.Log.Error.Builder builderForValue)
Optional. Exception details.
.stackify.LogGroup.Log.Error error = 11;public StackifyProto.LogGroup.Log.Builder mergeError(StackifyProto.LogGroup.Log.Error value)
Optional. Exception details.
.stackify.LogGroup.Log.Error error = 11;public StackifyProto.LogGroup.Log.Builder clearError()
Optional. Exception details.
.stackify.LogGroup.Log.Error error = 11;public StackifyProto.LogGroup.Log.Error.Builder getErrorBuilder()
Optional. Exception details.
.stackify.LogGroup.Log.Error error = 11;public StackifyProto.LogGroup.Log.ErrorOrBuilder getErrorOrBuilder()
Optional. Exception details.
.stackify.LogGroup.Log.Error error = 11;getErrorOrBuilder in interface StackifyProto.LogGroup.LogOrBuilderpublic final StackifyProto.LogGroup.Log.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<StackifyProto.LogGroup.Log.Builder>public final StackifyProto.LogGroup.Log.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<StackifyProto.LogGroup.Log.Builder>Copyright © 2019 Stackify, LLC. All rights reserved.