Package com.google.api.servicecontrol.v1
Class LogEntry
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.api.servicecontrol.v1.LogEntry
-
- All Implemented Interfaces:
LogEntryOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class LogEntry extends com.google.protobuf.GeneratedMessageV3 implements LogEntryOrBuilder
An individual log entry.
Protobuf typegoogle.api.servicecontrol.v1.LogEntry
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LogEntry.Builder
An individual log entry.static class
LogEntry.PayloadCase
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
HTTP_REQUEST_FIELD_NUMBER
static int
INSERT_ID_FIELD_NUMBER
static int
LABELS_FIELD_NUMBER
static int
NAME_FIELD_NUMBER
static int
OPERATION_FIELD_NUMBER
static int
PROTO_PAYLOAD_FIELD_NUMBER
static int
SEVERITY_FIELD_NUMBER
static int
SOURCE_LOCATION_FIELD_NUMBER
static int
STRUCT_PAYLOAD_FIELD_NUMBER
static int
TEXT_PAYLOAD_FIELD_NUMBER
static int
TIMESTAMP_FIELD_NUMBER
static int
TRACE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
containsLabels(String key)
A set of user-defined (key, value) data that provides additional information about the log entry.boolean
equals(Object obj)
static LogEntry
getDefaultInstance()
LogEntry
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
HttpRequest
getHttpRequest()
Optional.HttpRequestOrBuilder
getHttpRequestOrBuilder()
Optional.String
getInsertId()
A unique ID for the log entry used for deduplication.com.google.protobuf.ByteString
getInsertIdBytes()
A unique ID for the log entry used for deduplication.Map<String,String>
getLabels()
Deprecated.int
getLabelsCount()
A set of user-defined (key, value) data that provides additional information about the log entry.Map<String,String>
getLabelsMap()
A set of user-defined (key, value) data that provides additional information about the log entry.String
getLabelsOrDefault(String key, String defaultValue)
A set of user-defined (key, value) data that provides additional information about the log entry.String
getLabelsOrThrow(String key)
A set of user-defined (key, value) data that provides additional information about the log entry.String
getName()
Required.com.google.protobuf.ByteString
getNameBytes()
Required.LogEntryOperation
getOperation()
Optional.LogEntryOperationOrBuilder
getOperationOrBuilder()
Optional.com.google.protobuf.Parser<LogEntry>
getParserForType()
LogEntry.PayloadCase
getPayloadCase()
com.google.protobuf.Any
getProtoPayload()
The log entry payload, represented as a protocol buffer that is expressed as a JSON object.com.google.protobuf.AnyOrBuilder
getProtoPayloadOrBuilder()
The log entry payload, represented as a protocol buffer that is expressed as a JSON object.int
getSerializedSize()
com.google.logging.type.LogSeverity
getSeverity()
The severity of the log entry.int
getSeverityValue()
The severity of the log entry.LogEntrySourceLocation
getSourceLocation()
Optional.LogEntrySourceLocationOrBuilder
getSourceLocationOrBuilder()
Optional.com.google.protobuf.Struct
getStructPayload()
The log entry payload, represented as a structure that is expressed as a JSON object.com.google.protobuf.StructOrBuilder
getStructPayloadOrBuilder()
The log entry payload, represented as a structure that is expressed as a JSON object.String
getTextPayload()
The log entry payload, represented as a Unicode string (UTF-8).com.google.protobuf.ByteString
getTextPayloadBytes()
The log entry payload, represented as a Unicode string (UTF-8).com.google.protobuf.Timestamp
getTimestamp()
The time the event described by the log entry occurred.com.google.protobuf.TimestampOrBuilder
getTimestampOrBuilder()
The time the event described by the log entry occurred.String
getTrace()
Optional.com.google.protobuf.ByteString
getTraceBytes()
Optional.int
hashCode()
boolean
hasHttpRequest()
Optional.boolean
hasOperation()
Optional.boolean
hasProtoPayload()
The log entry payload, represented as a protocol buffer that is expressed as a JSON object.boolean
hasSourceLocation()
Optional.boolean
hasStructPayload()
The log entry payload, represented as a structure that is expressed as a JSON object.boolean
hasTextPayload()
The log entry payload, represented as a Unicode string (UTF-8).boolean
hasTimestamp()
The time the event described by the log entry occurred.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
protected com.google.protobuf.MapField
internalGetMapField(int number)
boolean
isInitialized()
static LogEntry.Builder
newBuilder()
static LogEntry.Builder
newBuilder(LogEntry prototype)
LogEntry.Builder
newBuilderForType()
protected LogEntry.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static LogEntry
parseDelimitedFrom(InputStream input)
static LogEntry
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogEntry
parseFrom(byte[] data)
static LogEntry
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogEntry
parseFrom(com.google.protobuf.ByteString data)
static LogEntry
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogEntry
parseFrom(com.google.protobuf.CodedInputStream input)
static LogEntry
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogEntry
parseFrom(InputStream input)
static LogEntry
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static LogEntry
parseFrom(ByteBuffer data)
static LogEntry
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<LogEntry>
parser()
LogEntry.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TIMESTAMP_FIELD_NUMBER
public static final int TIMESTAMP_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SEVERITY_FIELD_NUMBER
public static final int SEVERITY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
HTTP_REQUEST_FIELD_NUMBER
public static final int HTTP_REQUEST_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TRACE_FIELD_NUMBER
public static final int TRACE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INSERT_ID_FIELD_NUMBER
public static final int INSERT_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LABELS_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PROTO_PAYLOAD_FIELD_NUMBER
public static final int PROTO_PAYLOAD_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TEXT_PAYLOAD_FIELD_NUMBER
public static final int TEXT_PAYLOAD_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STRUCT_PAYLOAD_FIELD_NUMBER
public static final int STRUCT_PAYLOAD_FIELD_NUMBER
- See Also:
- Constant Field Values
-
OPERATION_FIELD_NUMBER
public static final int OPERATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SOURCE_LOCATION_FIELD_NUMBER
public static final int SOURCE_LOCATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapField
in classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getPayloadCase
public LogEntry.PayloadCase getPayloadCase()
- Specified by:
getPayloadCase
in interfaceLogEntryOrBuilder
-
getName
public String getName()
Required. The log to which this log entry belongs. Examples: `"syslog"`, `"book_log"`.
string name = 10;
- Specified by:
getName
in interfaceLogEntryOrBuilder
- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Required. The log to which this log entry belongs. Examples: `"syslog"`, `"book_log"`.
string name = 10;
- Specified by:
getNameBytes
in interfaceLogEntryOrBuilder
- Returns:
- The bytes for name.
-
hasTimestamp
public boolean hasTimestamp()
The time the event described by the log entry occurred. If omitted, defaults to operation start time.
.google.protobuf.Timestamp timestamp = 11;
- Specified by:
hasTimestamp
in interfaceLogEntryOrBuilder
- Returns:
- Whether the timestamp field is set.
-
getTimestamp
public com.google.protobuf.Timestamp getTimestamp()
The time the event described by the log entry occurred. If omitted, defaults to operation start time.
.google.protobuf.Timestamp timestamp = 11;
- Specified by:
getTimestamp
in interfaceLogEntryOrBuilder
- Returns:
- The timestamp.
-
getTimestampOrBuilder
public com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
The time the event described by the log entry occurred. If omitted, defaults to operation start time.
.google.protobuf.Timestamp timestamp = 11;
- Specified by:
getTimestampOrBuilder
in interfaceLogEntryOrBuilder
-
getSeverityValue
public int getSeverityValue()
The severity of the log entry. The default value is `LogSeverity.DEFAULT`.
.google.logging.type.LogSeverity severity = 12;
- Specified by:
getSeverityValue
in interfaceLogEntryOrBuilder
- Returns:
- The enum numeric value on the wire for severity.
-
getSeverity
public com.google.logging.type.LogSeverity getSeverity()
The severity of the log entry. The default value is `LogSeverity.DEFAULT`.
.google.logging.type.LogSeverity severity = 12;
- Specified by:
getSeverity
in interfaceLogEntryOrBuilder
- Returns:
- The severity.
-
hasHttpRequest
public boolean hasHttpRequest()
Optional. Information about the HTTP request associated with this log entry, if applicable.
.google.api.servicecontrol.v1.HttpRequest http_request = 14;
- Specified by:
hasHttpRequest
in interfaceLogEntryOrBuilder
- Returns:
- Whether the httpRequest field is set.
-
getHttpRequest
public HttpRequest getHttpRequest()
Optional. Information about the HTTP request associated with this log entry, if applicable.
.google.api.servicecontrol.v1.HttpRequest http_request = 14;
- Specified by:
getHttpRequest
in interfaceLogEntryOrBuilder
- Returns:
- The httpRequest.
-
getHttpRequestOrBuilder
public HttpRequestOrBuilder getHttpRequestOrBuilder()
Optional. Information about the HTTP request associated with this log entry, if applicable.
.google.api.servicecontrol.v1.HttpRequest http_request = 14;
- Specified by:
getHttpRequestOrBuilder
in interfaceLogEntryOrBuilder
-
getTrace
public String getTrace()
Optional. Resource name of the trace associated with the log entry, if any. If this field contains a relative resource name, you can assume the name is relative to `//tracing.googleapis.com`. Example: `projects/my-projectid/traces/06796866738c859f2f19b7cfb3214824`
string trace = 15;
- Specified by:
getTrace
in interfaceLogEntryOrBuilder
- Returns:
- The trace.
-
getTraceBytes
public com.google.protobuf.ByteString getTraceBytes()
Optional. Resource name of the trace associated with the log entry, if any. If this field contains a relative resource name, you can assume the name is relative to `//tracing.googleapis.com`. Example: `projects/my-projectid/traces/06796866738c859f2f19b7cfb3214824`
string trace = 15;
- Specified by:
getTraceBytes
in interfaceLogEntryOrBuilder
- Returns:
- The bytes for trace.
-
getInsertId
public String getInsertId()
A unique ID for the log entry used for deduplication. If omitted, the implementation will generate one based on operation_id.
string insert_id = 4;
- Specified by:
getInsertId
in interfaceLogEntryOrBuilder
- Returns:
- The insertId.
-
getInsertIdBytes
public com.google.protobuf.ByteString getInsertIdBytes()
A unique ID for the log entry used for deduplication. If omitted, the implementation will generate one based on operation_id.
string insert_id = 4;
- Specified by:
getInsertIdBytes
in interfaceLogEntryOrBuilder
- Returns:
- The bytes for insertId.
-
getLabelsCount
public int getLabelsCount()
Description copied from interface:LogEntryOrBuilder
A set of user-defined (key, value) data that provides additional information about the log entry.
map<string, string> labels = 13;
- Specified by:
getLabelsCount
in interfaceLogEntryOrBuilder
-
containsLabels
public boolean containsLabels(String key)
A set of user-defined (key, value) data that provides additional information about the log entry.
map<string, string> labels = 13;
- Specified by:
containsLabels
in interfaceLogEntryOrBuilder
-
getLabels
@Deprecated public Map<String,String> getLabels()
Deprecated.UsegetLabelsMap()
instead.- Specified by:
getLabels
in interfaceLogEntryOrBuilder
-
getLabelsMap
public Map<String,String> getLabelsMap()
A set of user-defined (key, value) data that provides additional information about the log entry.
map<string, string> labels = 13;
- Specified by:
getLabelsMap
in interfaceLogEntryOrBuilder
-
getLabelsOrDefault
public String getLabelsOrDefault(String key, String defaultValue)
A set of user-defined (key, value) data that provides additional information about the log entry.
map<string, string> labels = 13;
- Specified by:
getLabelsOrDefault
in interfaceLogEntryOrBuilder
-
getLabelsOrThrow
public String getLabelsOrThrow(String key)
A set of user-defined (key, value) data that provides additional information about the log entry.
map<string, string> labels = 13;
- Specified by:
getLabelsOrThrow
in interfaceLogEntryOrBuilder
-
hasProtoPayload
public boolean hasProtoPayload()
The log entry payload, represented as a protocol buffer that is expressed as a JSON object. The only accepted type currently is [AuditLog][google.cloud.audit.AuditLog].
.google.protobuf.Any proto_payload = 2;
- Specified by:
hasProtoPayload
in interfaceLogEntryOrBuilder
- Returns:
- Whether the protoPayload field is set.
-
getProtoPayload
public com.google.protobuf.Any getProtoPayload()
The log entry payload, represented as a protocol buffer that is expressed as a JSON object. The only accepted type currently is [AuditLog][google.cloud.audit.AuditLog].
.google.protobuf.Any proto_payload = 2;
- Specified by:
getProtoPayload
in interfaceLogEntryOrBuilder
- Returns:
- The protoPayload.
-
getProtoPayloadOrBuilder
public com.google.protobuf.AnyOrBuilder getProtoPayloadOrBuilder()
The log entry payload, represented as a protocol buffer that is expressed as a JSON object. The only accepted type currently is [AuditLog][google.cloud.audit.AuditLog].
.google.protobuf.Any proto_payload = 2;
- Specified by:
getProtoPayloadOrBuilder
in interfaceLogEntryOrBuilder
-
hasTextPayload
public boolean hasTextPayload()
The log entry payload, represented as a Unicode string (UTF-8).
string text_payload = 3;
- Specified by:
hasTextPayload
in interfaceLogEntryOrBuilder
- Returns:
- Whether the textPayload field is set.
-
getTextPayload
public String getTextPayload()
The log entry payload, represented as a Unicode string (UTF-8).
string text_payload = 3;
- Specified by:
getTextPayload
in interfaceLogEntryOrBuilder
- Returns:
- The textPayload.
-
getTextPayloadBytes
public com.google.protobuf.ByteString getTextPayloadBytes()
The log entry payload, represented as a Unicode string (UTF-8).
string text_payload = 3;
- Specified by:
getTextPayloadBytes
in interfaceLogEntryOrBuilder
- Returns:
- The bytes for textPayload.
-
hasStructPayload
public boolean hasStructPayload()
The log entry payload, represented as a structure that is expressed as a JSON object.
.google.protobuf.Struct struct_payload = 6;
- Specified by:
hasStructPayload
in interfaceLogEntryOrBuilder
- Returns:
- Whether the structPayload field is set.
-
getStructPayload
public com.google.protobuf.Struct getStructPayload()
The log entry payload, represented as a structure that is expressed as a JSON object.
.google.protobuf.Struct struct_payload = 6;
- Specified by:
getStructPayload
in interfaceLogEntryOrBuilder
- Returns:
- The structPayload.
-
getStructPayloadOrBuilder
public com.google.protobuf.StructOrBuilder getStructPayloadOrBuilder()
The log entry payload, represented as a structure that is expressed as a JSON object.
.google.protobuf.Struct struct_payload = 6;
- Specified by:
getStructPayloadOrBuilder
in interfaceLogEntryOrBuilder
-
hasOperation
public boolean hasOperation()
Optional. Information about an operation associated with the log entry, if applicable.
.google.api.servicecontrol.v1.LogEntryOperation operation = 16;
- Specified by:
hasOperation
in interfaceLogEntryOrBuilder
- Returns:
- Whether the operation field is set.
-
getOperation
public LogEntryOperation getOperation()
Optional. Information about an operation associated with the log entry, if applicable.
.google.api.servicecontrol.v1.LogEntryOperation operation = 16;
- Specified by:
getOperation
in interfaceLogEntryOrBuilder
- Returns:
- The operation.
-
getOperationOrBuilder
public LogEntryOperationOrBuilder getOperationOrBuilder()
Optional. Information about an operation associated with the log entry, if applicable.
.google.api.servicecontrol.v1.LogEntryOperation operation = 16;
- Specified by:
getOperationOrBuilder
in interfaceLogEntryOrBuilder
-
hasSourceLocation
public boolean hasSourceLocation()
Optional. Source code location information associated with the log entry, if any.
.google.api.servicecontrol.v1.LogEntrySourceLocation source_location = 17;
- Specified by:
hasSourceLocation
in interfaceLogEntryOrBuilder
- Returns:
- Whether the sourceLocation field is set.
-
getSourceLocation
public LogEntrySourceLocation getSourceLocation()
Optional. Source code location information associated with the log entry, if any.
.google.api.servicecontrol.v1.LogEntrySourceLocation source_location = 17;
- Specified by:
getSourceLocation
in interfaceLogEntryOrBuilder
- Returns:
- The sourceLocation.
-
getSourceLocationOrBuilder
public LogEntrySourceLocationOrBuilder getSourceLocationOrBuilder()
Optional. Source code location information associated with the log entry, if any.
.google.api.servicecontrol.v1.LogEntrySourceLocation source_location = 17;
- Specified by:
getSourceLocationOrBuilder
in interfaceLogEntryOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static LogEntry parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static LogEntry parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static LogEntry parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static LogEntry parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static LogEntry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static LogEntry parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static LogEntry parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static LogEntry parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static LogEntry parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static LogEntry parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static LogEntry parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static LogEntry parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public LogEntry.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static LogEntry.Builder newBuilder()
-
newBuilder
public static LogEntry.Builder newBuilder(LogEntry prototype)
-
toBuilder
public LogEntry.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected LogEntry.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static LogEntry getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<LogEntry> parser()
-
getParserForType
public com.google.protobuf.Parser<LogEntry> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public LogEntry getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-