Interface LogResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    A single log entry that matches the subscription scope.
    A single log entry that matches the subscription scope.
    boolean
    A single log entry that matches the subscription scope.

    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

    • hasMessage

      boolean hasMessage()
      A single log entry that matches the subscription scope.
      
      .soulfire.v1.LogString message = 1;
      Returns:
      Whether the message field is set.
    • getMessage

      LogString getMessage()
      A single log entry that matches the subscription scope.
      
      .soulfire.v1.LogString message = 1;
      Returns:
      The message.
    • getMessageOrBuilder

      LogStringOrBuilder getMessageOrBuilder()
      A single log entry that matches the subscription scope.
      
      .soulfire.v1.LogString message = 1;