接口 LogDataBodyOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
LogDataBody, LogDataBody.Builder

public interface LogDataBodyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法概要

    修饰符和类型
    方法
    说明
     
    .skywalking.v3.JSONLog json = 3;
    .skywalking.v3.JSONLog json = 3;
    .skywalking.v3.TextLog text = 2;
    .skywalking.v3.TextLog text = 2;
    A type to match analyzer(s) at the OAP server.
    com.google.protobuf.ByteString
    A type to match analyzer(s) at the OAP server.
    .skywalking.v3.YAMLLog yaml = 4;
    .skywalking.v3.YAMLLog yaml = 4;
    boolean
    .skywalking.v3.JSONLog json = 3;
    boolean
    .skywalking.v3.TextLog text = 2;
    boolean
    .skywalking.v3.YAMLLog yaml = 4;

    从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    从接口继承的方法 com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • 方法详细资料

    • getType

      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;
      返回:
      The type.
    • getTypeBytes

      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;
      返回:
      The bytes for type.
    • hasText

      boolean hasText()
      .skywalking.v3.TextLog text = 2;
      返回:
      Whether the text field is set.
    • getText

      TextLog getText()
      .skywalking.v3.TextLog text = 2;
      返回:
      The text.
    • getTextOrBuilder

      TextLogOrBuilder getTextOrBuilder()
      .skywalking.v3.TextLog text = 2;
    • hasJson

      boolean hasJson()
      .skywalking.v3.JSONLog json = 3;
      返回:
      Whether the json field is set.
    • getJson

      JSONLog getJson()
      .skywalking.v3.JSONLog json = 3;
      返回:
      The json.
    • getJsonOrBuilder

      JSONLogOrBuilder getJsonOrBuilder()
      .skywalking.v3.JSONLog json = 3;
    • hasYaml

      boolean hasYaml()
      .skywalking.v3.YAMLLog yaml = 4;
      返回:
      Whether the yaml field is set.
    • getYaml

      YAMLLog getYaml()
      .skywalking.v3.YAMLLog yaml = 4;
      返回:
      The yaml.
    • getYamlOrBuilder

      YAMLLogOrBuilder getYamlOrBuilder()
      .skywalking.v3.YAMLLog yaml = 4;
    • getContentCase

      LogDataBody.ContentCase getContentCase()