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 timestamp = 3;abstract TimestampgetTimestamp().google.protobuf.Timestamp timestamp = 3;abstract TimestampOrBuildergetTimestampOrBuilder().google.protobuf.Timestamp timestamp = 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;abstract booleanhasChangesetKey()optional string changeset_key = 9;abstract StringgetChangesetKey()optional string changeset_key = 9;abstract ByteStringgetChangesetKeyBytes()optional string changeset_key = 9;-
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 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;
-
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.
-
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.
-
-
-
-