Interface ConnectLogEntryOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ConnectLogEntry, ConnectLogEntry.Builder

@Generated public interface ConnectLogEntryOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .logs.Context context = 2;
    .logs.Context context = 2;
    string level = 1;
    com.google.protobuf.ByteString
    string level = 1;
    .logs.Summary summary = 3;
    .logs.Summary summary = 3;
    boolean
    .logs.Context context = 2;
    boolean
    .logs.Summary summary = 3;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getLevel

      String getLevel()
      string level = 1;
      Returns:
      The level.
    • getLevelBytes

      com.google.protobuf.ByteString getLevelBytes()
      string level = 1;
      Returns:
      The bytes for level.
    • hasContext

      boolean hasContext()
      .logs.Context context = 2;
      Returns:
      Whether the context field is set.
    • getContext

      Context getContext()
      .logs.Context context = 2;
      Returns:
      The context.
    • getContextOrBuilder

      ContextOrBuilder getContextOrBuilder()
      .logs.Context context = 2;
    • hasSummary

      boolean hasSummary()
      .logs.Summary summary = 3;
      Returns:
      Whether the summary field is set.
    • getSummary

      Summary getSummary()
      .logs.Summary summary = 3;
      Returns:
      The summary.
    • getSummaryOrBuilder

      SummaryOrBuilder getSummaryOrBuilder()
      .logs.Summary summary = 3;