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 timestamp = 3;

        Returns:

        Whether the timestamp field is set.

      • getTimestamp

         abstract Timestamp getTimestamp()

        .google.protobuf.Timestamp timestamp = 3;

        Returns:

        The timestamp.

      • getTimestampOrBuilder

         abstract TimestampOrBuilder getTimestampOrBuilder()

        .google.protobuf.Timestamp timestamp = 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.

      • hasChangesetKey

         abstract boolean hasChangesetKey()

        optional string changeset_key = 9;

        Returns:

        Whether the changesetKey field is set.

      • getChangesetKey

         abstract String getChangesetKey()

        optional string changeset_key = 9;

        Returns:

        The changesetKey.

      • getChangesetKeyBytes

         abstract ByteString getChangesetKeyBytes()

        optional string changeset_key = 9;

        Returns:

        The bytes for changesetKey.