Interface PollAirflowCommandResponse.LineOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getContent()
      Text content of the log line.
      com.google.protobuf.ByteString getContentBytes()
      Text content of the log line.
      int getLineNumber()
      Number of the line.
      • 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 Detail

      • getLineNumber

        int getLineNumber()
         Number of the line.
         
        int32 line_number = 1;
        Returns:
        The lineNumber.
      • getContent

        String getContent()
         Text content of the log line.
         
        string content = 2;
        Returns:
        The content.
      • getContentBytes

        com.google.protobuf.ByteString getContentBytes()
         Text content of the log line.
         
        string content = 2;
        Returns:
        The bytes for content.