public interface LogDataBodyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
LogDataBody.ContentCase |
getContentCase() |
JSONLog |
getJson()
.skywalking.v3.JSONLog json = 3; |
JSONLogOrBuilder |
getJsonOrBuilder()
.skywalking.v3.JSONLog json = 3; |
TextLog |
getText()
.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; |
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;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;boolean hasText()
.skywalking.v3.TextLog text = 2;TextLog getText()
.skywalking.v3.TextLog text = 2;TextLogOrBuilder getTextOrBuilder()
.skywalking.v3.TextLog text = 2;boolean hasJson()
.skywalking.v3.JSONLog json = 3;JSONLog getJson()
.skywalking.v3.JSONLog json = 3;JSONLogOrBuilder getJsonOrBuilder()
.skywalking.v3.JSONLog json = 3;boolean hasYaml()
.skywalking.v3.YAMLLog yaml = 4;YAMLLog getYaml()
.skywalking.v3.YAMLLog yaml = 4;YAMLLogOrBuilder getYamlOrBuilder()
.skywalking.v3.YAMLLog yaml = 4;LogDataBody.ContentCase getContentCase()
Copyright © 2022 The Apache Software Foundation. All rights reserved.