Interface LogSubscriptionDataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogSubscriptionData,LogSubscriptionData.Builder
public interface LogSubscriptionDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring log_level = 2;com.google.protobuf.ByteStringstring log_level = 2;string message = 3;com.google.protobuf.ByteStringstring message = 3;longint64 micros = 1 [jstype = JS_STRING];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getMicros
long getMicros()int64 micros = 1 [jstype = JS_STRING];- Returns:
- The micros.
-
getLogLevel
String getLogLevel()string log_level = 2;- Returns:
- The logLevel.
-
getLogLevelBytes
com.google.protobuf.ByteString getLogLevelBytes()string log_level = 2;- Returns:
- The bytes for logLevel.
-
getMessage
String getMessage()string message = 3;- Returns:
- The message.
-
getMessageBytes
com.google.protobuf.ByteString getMessageBytes()string message = 3;- Returns:
- The bytes for message.
-