Interface LogEventOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface LogEventOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetDeploymentKey()string deployment_key = 1;abstract ByteStringgetDeploymentKeyBytes()string deployment_key = 1;abstract booleanhasRequestKey()optional string request_key = 2;abstract StringgetRequestKey()optional string request_key = 2;abstract ByteStringgetRequestKeyBytes()optional string request_key = 2;abstract booleanhasTimeStamp().google.protobuf.Timestamp time_stamp = 3;abstract TimestampgetTimeStamp().google.protobuf.Timestamp time_stamp = 3;abstract TimestampOrBuildergetTimeStampOrBuilder().google.protobuf.Timestamp time_stamp = 3;abstract intgetLogLevel()int32 log_level = 4;abstract intgetAttributesCount()map<string, string> attributes = 5;abstract booleancontainsAttributes(String key)map<string, string> attributes = 5;abstract Map<String, String>getAttributes()Use getAttributesMap instead. abstract Map<String, String>getAttributesMap()map<string, string> attributes = 5;abstract StringgetAttributesOrDefault(String key, String defaultValue)map<string, string> attributes = 5;abstract StringgetAttributesOrThrow(String key)map<string, string> attributes = 5;abstract StringgetMessage()string message = 6;abstract ByteStringgetMessageBytes()string message = 6;abstract booleanhasError()optional string error = 7;abstract StringgetError()optional string error = 7;abstract ByteStringgetErrorBytes()optional string error = 7;abstract booleanhasStack()optional string stack = 8;abstract StringgetStack()optional string stack = 8;abstract ByteStringgetStackBytes()optional string stack = 8;-
Methods inherited from class com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDeploymentKey
abstract String getDeploymentKey()
string deployment_key = 1;- Returns:
The deploymentKey.
-
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;
-
containsAttributes
abstract boolean containsAttributes(String key)
map<string, string> attributes = 5;
-
getAttributes
@Deprecated() abstract Map<String, String> getAttributes()
Use getAttributesMap instead.
-
getAttributesMap
abstract Map<String, String> getAttributesMap()
map<string, string> attributes = 5;
-
getAttributesOrDefault
abstract String getAttributesOrDefault(String key, String defaultValue)
map<string, string> attributes = 5;
-
getAttributesOrThrow
abstract String getAttributesOrThrow(String key)
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.
-
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.
-
getStackBytes
abstract ByteString getStackBytes()
optional string stack = 8;- Returns:
The bytes for stack.
-
-
-
-