public static final class LogDataBody.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<LogDataBody.Builder> implements LogDataBodyOrBuilder
The content of the log dataProtobuf type
skywalking.v3.LogDataBody| Modifier and Type | Method and Description |
|---|---|
LogDataBody.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
LogDataBody |
build() |
LogDataBody |
buildPartial() |
LogDataBody.Builder |
clear() |
LogDataBody.Builder |
clearContent() |
LogDataBody.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
LogDataBody.Builder |
clearJson()
.skywalking.v3.JSONLog json = 3; |
LogDataBody.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
LogDataBody.Builder |
clearText()
.skywalking.v3.TextLog text = 2; |
LogDataBody.Builder |
clearType()
A type to match analyzer(s) at the OAP server.
|
LogDataBody.Builder |
clearYaml()
.skywalking.v3.YAMLLog yaml = 4; |
LogDataBody.Builder |
clone() |
LogDataBody.ContentCase |
getContentCase() |
LogDataBody |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
JSONLog |
getJson()
.skywalking.v3.JSONLog json = 3; |
JSONLog.Builder |
getJsonBuilder()
.skywalking.v3.JSONLog json = 3; |
JSONLogOrBuilder |
getJsonOrBuilder()
.skywalking.v3.JSONLog json = 3; |
TextLog |
getText()
.skywalking.v3.TextLog text = 2; |
TextLog.Builder |
getTextBuilder()
.skywalking.v3.TextLog text = 2; |
TextLogOrBuilder |
getTextOrBuilder()
.skywalking.v3.TextLog text = 2; |
String |
getType()
A type to match analyzer(s) at the OAP server.
|
com.google.protobuf.ByteString |
getTypeBytes()
A type to match analyzer(s) at the OAP server.
|
YAMLLog |
getYaml()
.skywalking.v3.YAMLLog yaml = 4; |
YAMLLog.Builder |
getYamlBuilder()
.skywalking.v3.YAMLLog yaml = 4; |
YAMLLogOrBuilder |
getYamlOrBuilder()
.skywalking.v3.YAMLLog yaml = 4; |
boolean |
hasJson()
.skywalking.v3.JSONLog json = 3; |
boolean |
hasText()
.skywalking.v3.TextLog text = 2; |
boolean |
hasYaml()
.skywalking.v3.YAMLLog yaml = 4; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
LogDataBody.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
LogDataBody.Builder |
mergeFrom(LogDataBody other) |
LogDataBody.Builder |
mergeFrom(com.google.protobuf.Message other) |
LogDataBody.Builder |
mergeJson(JSONLog value)
.skywalking.v3.JSONLog json = 3; |
LogDataBody.Builder |
mergeText(TextLog value)
.skywalking.v3.TextLog text = 2; |
LogDataBody.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
LogDataBody.Builder |
mergeYaml(YAMLLog value)
.skywalking.v3.YAMLLog yaml = 4; |
LogDataBody.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
LogDataBody.Builder |
setJson(JSONLog.Builder builderForValue)
.skywalking.v3.JSONLog json = 3; |
LogDataBody.Builder |
setJson(JSONLog value)
.skywalking.v3.JSONLog json = 3; |
LogDataBody.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
LogDataBody.Builder |
setText(TextLog.Builder builderForValue)
.skywalking.v3.TextLog text = 2; |
LogDataBody.Builder |
setText(TextLog value)
.skywalking.v3.TextLog text = 2; |
LogDataBody.Builder |
setType(String value)
A type to match analyzer(s) at the OAP server.
|
LogDataBody.Builder |
setTypeBytes(com.google.protobuf.ByteString value)
A type to match analyzer(s) at the OAP server.
|
LogDataBody.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
LogDataBody.Builder |
setYaml(YAMLLog.Builder builderForValue)
.skywalking.v3.YAMLLog yaml = 4; |
LogDataBody.Builder |
setYaml(YAMLLog value)
.skywalking.v3.YAMLLog yaml = 4; |
getAllFields, 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<LogDataBody.Builder>public LogDataBody.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<LogDataBody.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<LogDataBody.Builder>public LogDataBody getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic LogDataBody build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic LogDataBody buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic LogDataBody.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<LogDataBody.Builder>public LogDataBody.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<LogDataBody.Builder>public LogDataBody.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<LogDataBody.Builder>public LogDataBody.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<LogDataBody.Builder>public LogDataBody.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<LogDataBody.Builder>public LogDataBody.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<LogDataBody.Builder>public LogDataBody.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<LogDataBody.Builder>public LogDataBody.Builder mergeFrom(LogDataBody other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<LogDataBody.Builder>public LogDataBody.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<LogDataBody.Builder>IOExceptionpublic LogDataBody.ContentCase getContentCase()
getContentCase in interface LogDataBodyOrBuilderpublic LogDataBody.Builder clearContent()
public String getType()
A type to match analyzer(s) at the OAP server. The data could be analyzed at the client side, but could be partial
string type = 1;getType in interface LogDataBodyOrBuilderpublic com.google.protobuf.ByteString getTypeBytes()
A type to match analyzer(s) at the OAP server. The data could be analyzed at the client side, but could be partial
string type = 1;getTypeBytes in interface LogDataBodyOrBuilderpublic LogDataBody.Builder setType(String value)
A type to match analyzer(s) at the OAP server. The data could be analyzed at the client side, but could be partial
string type = 1;value - The type to set.public LogDataBody.Builder clearType()
A type to match analyzer(s) at the OAP server. The data could be analyzed at the client side, but could be partial
string type = 1;public LogDataBody.Builder setTypeBytes(com.google.protobuf.ByteString value)
A type to match analyzer(s) at the OAP server. The data could be analyzed at the client side, but could be partial
string type = 1;value - The bytes for type to set.public boolean hasText()
.skywalking.v3.TextLog text = 2;hasText in interface LogDataBodyOrBuilderpublic TextLog getText()
.skywalking.v3.TextLog text = 2;getText in interface LogDataBodyOrBuilderpublic LogDataBody.Builder setText(TextLog value)
.skywalking.v3.TextLog text = 2;public LogDataBody.Builder setText(TextLog.Builder builderForValue)
.skywalking.v3.TextLog text = 2;public LogDataBody.Builder mergeText(TextLog value)
.skywalking.v3.TextLog text = 2;public LogDataBody.Builder clearText()
.skywalking.v3.TextLog text = 2;public TextLog.Builder getTextBuilder()
.skywalking.v3.TextLog text = 2;public TextLogOrBuilder getTextOrBuilder()
.skywalking.v3.TextLog text = 2;getTextOrBuilder in interface LogDataBodyOrBuilderpublic boolean hasJson()
.skywalking.v3.JSONLog json = 3;hasJson in interface LogDataBodyOrBuilderpublic JSONLog getJson()
.skywalking.v3.JSONLog json = 3;getJson in interface LogDataBodyOrBuilderpublic LogDataBody.Builder setJson(JSONLog value)
.skywalking.v3.JSONLog json = 3;public LogDataBody.Builder setJson(JSONLog.Builder builderForValue)
.skywalking.v3.JSONLog json = 3;public LogDataBody.Builder mergeJson(JSONLog value)
.skywalking.v3.JSONLog json = 3;public LogDataBody.Builder clearJson()
.skywalking.v3.JSONLog json = 3;public JSONLog.Builder getJsonBuilder()
.skywalking.v3.JSONLog json = 3;public JSONLogOrBuilder getJsonOrBuilder()
.skywalking.v3.JSONLog json = 3;getJsonOrBuilder in interface LogDataBodyOrBuilderpublic boolean hasYaml()
.skywalking.v3.YAMLLog yaml = 4;hasYaml in interface LogDataBodyOrBuilderpublic YAMLLog getYaml()
.skywalking.v3.YAMLLog yaml = 4;getYaml in interface LogDataBodyOrBuilderpublic LogDataBody.Builder setYaml(YAMLLog value)
.skywalking.v3.YAMLLog yaml = 4;public LogDataBody.Builder setYaml(YAMLLog.Builder builderForValue)
.skywalking.v3.YAMLLog yaml = 4;public LogDataBody.Builder mergeYaml(YAMLLog value)
.skywalking.v3.YAMLLog yaml = 4;public LogDataBody.Builder clearYaml()
.skywalking.v3.YAMLLog yaml = 4;public YAMLLog.Builder getYamlBuilder()
.skywalking.v3.YAMLLog yaml = 4;public YAMLLogOrBuilder getYamlOrBuilder()
.skywalking.v3.YAMLLog yaml = 4;getYamlOrBuilder in interface LogDataBodyOrBuilderpublic final LogDataBody.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<LogDataBody.Builder>public final LogDataBody.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<LogDataBody.Builder>Copyright © 2022 The Apache Software Foundation. All rights reserved.