Interface LogEventOrBuilder

  • All Implemented Interfaces:
    com.google.protobuf.MessageLiteOrBuilder , com.google.protobuf.MessageOrBuilder

    
    public interface LogEventOrBuilder
     implements MessageOrBuilder
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • getDeploymentKeyBytes

         abstract ByteString getDeploymentKeyBytes()

        string deployment_key = 1;

        Returns:

        The bytes for deploymentKey.

      • hasRequestKey

         abstract boolean hasRequestKey()

        optional string request_key = 2;

        Returns:

        Whether the requestKey field is set.

      • getRequestKey

         abstract String getRequestKey()

        optional string request_key = 2;

        Returns:

        The requestKey.

      • getRequestKeyBytes

         abstract ByteString getRequestKeyBytes()

        optional string request_key = 2;

        Returns:

        The bytes for requestKey.

      • hasTimeStamp

         abstract boolean hasTimeStamp()

        .google.protobuf.Timestamp time_stamp = 3;

        Returns:

        Whether the timeStamp field is set.

      • getTimeStamp

         abstract Timestamp getTimeStamp()

        .google.protobuf.Timestamp time_stamp = 3;

        Returns:

        The timeStamp.

      • getTimeStampOrBuilder

         abstract TimestampOrBuilder getTimeStampOrBuilder()

        .google.protobuf.Timestamp time_stamp = 3;

      • getLogLevel

         abstract int getLogLevel()

        int32 log_level = 4;

        Returns:

        The logLevel.

      • getAttributesCount

         abstract int getAttributesCount()

        map<string, string> attributes = 5;

      • getMessage

         abstract String getMessage()

        string message = 6;

        Returns:

        The message.

      • getMessageBytes

         abstract ByteString getMessageBytes()

        string message = 6;

        Returns:

        The bytes for message.

      • hasError

         abstract boolean hasError()

        optional string error = 7;

        Returns:

        Whether the error field is set.

      • getError

         abstract String getError()

        optional string error = 7;

        Returns:

        The error.

      • getErrorBytes

         abstract ByteString getErrorBytes()

        optional string error = 7;

        Returns:

        The bytes for error.

      • hasStack

         abstract boolean hasStack()

        optional string stack = 8;

        Returns:

        Whether the stack field is set.

      • getStack

         abstract String getStack()

        optional string stack = 8;

        Returns:

        The stack.

      • getStackBytes

         abstract ByteString getStackBytes()

        optional string stack = 8;

        Returns:

        The bytes for stack.