public final class LogEntry extends com.google.protobuf.GeneratedMessageV3 implements LogEntryOrBuilder
An individual entry in a log.Protobuf type
google.logging.v2.LogEntry| Modifier and Type | Class and Description |
|---|---|
static class |
LogEntry.Builder
An individual entry in a log.
|
static class |
LogEntry.PayloadCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
HTTP_REQUEST_FIELD_NUMBER |
static int |
INSERT_ID_FIELD_NUMBER |
static int |
JSON_PAYLOAD_FIELD_NUMBER |
static int |
LABELS_FIELD_NUMBER |
static int |
LOG_NAME_FIELD_NUMBER |
static int |
OPERATION_FIELD_NUMBER |
static int |
PROTO_PAYLOAD_FIELD_NUMBER |
static int |
RECEIVE_TIMESTAMP_FIELD_NUMBER |
static int |
RESOURCE_FIELD_NUMBER |
static int |
SEVERITY_FIELD_NUMBER |
static int |
SOURCE_LOCATION_FIELD_NUMBER |
static int |
TEXT_PAYLOAD_FIELD_NUMBER |
static int |
TIMESTAMP_FIELD_NUMBER |
static int |
TRACE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(java.lang.String key)
Optional.
|
boolean |
equals(java.lang.Object obj) |
static LogEntry |
getDefaultInstance() |
LogEntry |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.logging.type.HttpRequest |
getHttpRequest()
Optional.
|
com.google.logging.type.HttpRequestOrBuilder |
getHttpRequestOrBuilder()
Optional.
|
java.lang.String |
getInsertId()
Optional.
|
com.google.protobuf.ByteString |
getInsertIdBytes()
Optional.
|
com.google.protobuf.Struct |
getJsonPayload()
The log entry payload, represented as a structure that is
expressed as a JSON object.
|
com.google.protobuf.StructOrBuilder |
getJsonPayloadOrBuilder()
The log entry payload, represented as a structure that is
expressed as a JSON object.
|
java.util.Map<java.lang.String,java.lang.String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
Optional.
|
java.util.Map<java.lang.String,java.lang.String> |
getLabelsMap()
Optional.
|
java.lang.String |
getLabelsOrDefault(java.lang.String key,
java.lang.String defaultValue)
Optional.
|
java.lang.String |
getLabelsOrThrow(java.lang.String key)
Optional.
|
java.lang.String |
getLogName()
Required.
|
LogNameOneof |
getLogNameAsLogNameOneof() |
com.google.protobuf.ByteString |
getLogNameBytes()
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.
|
com.google.protobuf.AnyOrBuilder |
getProtoPayloadOrBuilder()
The log entry payload, represented as a protocol buffer.
|
com.google.protobuf.Timestamp |
getReceiveTimestamp()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getReceiveTimestampOrBuilder()
Output only.
|
com.google.api.MonitoredResource |
getResource()
Required.
|
com.google.api.MonitoredResourceOrBuilder |
getResourceOrBuilder()
Required.
|
int |
getSerializedSize() |
com.google.logging.type.LogSeverity |
getSeverity()
Optional.
|
int |
getSeverityValue()
Optional.
|
LogEntrySourceLocation |
getSourceLocation()
Optional.
|
LogEntrySourceLocationOrBuilder |
getSourceLocationOrBuilder()
Optional.
|
java.lang.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()
Optional.
|
com.google.protobuf.TimestampOrBuilder |
getTimestampOrBuilder()
Optional.
|
java.lang.String |
getTrace()
Optional.
|
com.google.protobuf.ByteString |
getTraceBytes()
Optional.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasHttpRequest()
Optional.
|
boolean |
hasOperation()
Optional.
|
boolean |
hasReceiveTimestamp()
Output only.
|
boolean |
hasResource()
Required.
|
boolean |
hasSourceLocation()
Optional.
|
boolean |
hasTimestamp()
Optional.
|
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) |
static LogEntry |
parseDelimitedFrom(java.io.InputStream input) |
static LogEntry |
parseDelimitedFrom(java.io.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(java.nio.ByteBuffer data) |
static LogEntry |
parseFrom(java.nio.ByteBuffer 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(java.io.InputStream input) |
static LogEntry |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<LogEntry> |
parser() |
LogEntry.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int LOG_NAME_FIELD_NUMBER
public static final int RESOURCE_FIELD_NUMBER
public static final int PROTO_PAYLOAD_FIELD_NUMBER
public static final int TEXT_PAYLOAD_FIELD_NUMBER
public static final int JSON_PAYLOAD_FIELD_NUMBER
public static final int TIMESTAMP_FIELD_NUMBER
public static final int RECEIVE_TIMESTAMP_FIELD_NUMBER
public static final int SEVERITY_FIELD_NUMBER
public static final int INSERT_ID_FIELD_NUMBER
public static final int HTTP_REQUEST_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
public static final int OPERATION_FIELD_NUMBER
public static final int TRACE_FIELD_NUMBER
public static final int SOURCE_LOCATION_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public LogEntry.PayloadCase getPayloadCase()
getPayloadCase in interface LogEntryOrBuilderpublic java.lang.String getLogName()
Required. The resource name of the log to which this log entry belongs:
"projects/[PROJECT_ID]/logs/[LOG_ID]"
"organizations/[ORGANIZATION_ID]/logs/[LOG_ID]"
"billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]"
"folders/[FOLDER_ID]/logs/[LOG_ID]"
`[LOG_ID]` must be URL-encoded within `log_name`. Example:
`"organizations/1234567890/logs/cloudresourcemanager.googleapis.com%2Factivity"`.
`[LOG_ID]` must be less than 512 characters long and can only include the
following characters: upper and lower case alphanumeric characters,
forward-slash, underscore, hyphen, and period.
For backward compatibility, if `log_name` begins with a forward-slash, such
as `/projects/...`, then the log entry is ingested as usual but the
forward-slash is removed. Listing the log entry will not show the leading
slash and filtering for a log name with a leading slash will never return
any results.
string log_name = 12;getLogName in interface LogEntryOrBuilderpublic com.google.protobuf.ByteString getLogNameBytes()
Required. The resource name of the log to which this log entry belongs:
"projects/[PROJECT_ID]/logs/[LOG_ID]"
"organizations/[ORGANIZATION_ID]/logs/[LOG_ID]"
"billingAccounts/[BILLING_ACCOUNT_ID]/logs/[LOG_ID]"
"folders/[FOLDER_ID]/logs/[LOG_ID]"
`[LOG_ID]` must be URL-encoded within `log_name`. Example:
`"organizations/1234567890/logs/cloudresourcemanager.googleapis.com%2Factivity"`.
`[LOG_ID]` must be less than 512 characters long and can only include the
following characters: upper and lower case alphanumeric characters,
forward-slash, underscore, hyphen, and period.
For backward compatibility, if `log_name` begins with a forward-slash, such
as `/projects/...`, then the log entry is ingested as usual but the
forward-slash is removed. Listing the log entry will not show the leading
slash and filtering for a log name with a leading slash will never return
any results.
string log_name = 12;getLogNameBytes in interface LogEntryOrBuilderpublic boolean hasResource()
Required. The monitored resource associated with this log entry. Example: a log entry that reports a database error would be associated with the monitored resource designating the particular database that reported the error.
.google.api.MonitoredResource resource = 8;hasResource in interface LogEntryOrBuilderpublic com.google.api.MonitoredResource getResource()
Required. The monitored resource associated with this log entry. Example: a log entry that reports a database error would be associated with the monitored resource designating the particular database that reported the error.
.google.api.MonitoredResource resource = 8;getResource in interface LogEntryOrBuilderpublic com.google.api.MonitoredResourceOrBuilder getResourceOrBuilder()
Required. The monitored resource associated with this log entry. Example: a log entry that reports a database error would be associated with the monitored resource designating the particular database that reported the error.
.google.api.MonitoredResource resource = 8;getResourceOrBuilder in interface LogEntryOrBuilderpublic com.google.protobuf.Any getProtoPayload()
The log entry payload, represented as a protocol buffer. Some Google Cloud Platform services use this field for their log entry payloads.
.google.protobuf.Any proto_payload = 2;getProtoPayload in interface LogEntryOrBuilderpublic com.google.protobuf.AnyOrBuilder getProtoPayloadOrBuilder()
The log entry payload, represented as a protocol buffer. Some Google Cloud Platform services use this field for their log entry payloads.
.google.protobuf.Any proto_payload = 2;getProtoPayloadOrBuilder in interface LogEntryOrBuilderpublic java.lang.String getTextPayload()
The log entry payload, represented as a Unicode string (UTF-8).
string text_payload = 3;getTextPayload in interface LogEntryOrBuilderpublic com.google.protobuf.ByteString getTextPayloadBytes()
The log entry payload, represented as a Unicode string (UTF-8).
string text_payload = 3;getTextPayloadBytes in interface LogEntryOrBuilderpublic com.google.protobuf.Struct getJsonPayload()
The log entry payload, represented as a structure that is expressed as a JSON object.
.google.protobuf.Struct json_payload = 6;getJsonPayload in interface LogEntryOrBuilderpublic com.google.protobuf.StructOrBuilder getJsonPayloadOrBuilder()
The log entry payload, represented as a structure that is expressed as a JSON object.
.google.protobuf.Struct json_payload = 6;getJsonPayloadOrBuilder in interface LogEntryOrBuilderpublic boolean hasTimestamp()
Optional. The time the event described by the log entry occurred. If omitted in a new log entry, Stackdriver Logging will insert the time the log entry is received. Stackdriver Logging might reject log entries whose time stamps are more than a couple of hours in the future. Log entries with time stamps in the past are accepted.
.google.protobuf.Timestamp timestamp = 9;hasTimestamp in interface LogEntryOrBuilderpublic com.google.protobuf.Timestamp getTimestamp()
Optional. The time the event described by the log entry occurred. If omitted in a new log entry, Stackdriver Logging will insert the time the log entry is received. Stackdriver Logging might reject log entries whose time stamps are more than a couple of hours in the future. Log entries with time stamps in the past are accepted.
.google.protobuf.Timestamp timestamp = 9;getTimestamp in interface LogEntryOrBuilderpublic com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
Optional. The time the event described by the log entry occurred. If omitted in a new log entry, Stackdriver Logging will insert the time the log entry is received. Stackdriver Logging might reject log entries whose time stamps are more than a couple of hours in the future. Log entries with time stamps in the past are accepted.
.google.protobuf.Timestamp timestamp = 9;getTimestampOrBuilder in interface LogEntryOrBuilderpublic boolean hasReceiveTimestamp()
Output only. The time the log entry was received by Stackdriver Logging.
.google.protobuf.Timestamp receive_timestamp = 24;hasReceiveTimestamp in interface LogEntryOrBuilderpublic com.google.protobuf.Timestamp getReceiveTimestamp()
Output only. The time the log entry was received by Stackdriver Logging.
.google.protobuf.Timestamp receive_timestamp = 24;getReceiveTimestamp in interface LogEntryOrBuilderpublic com.google.protobuf.TimestampOrBuilder getReceiveTimestampOrBuilder()
Output only. The time the log entry was received by Stackdriver Logging.
.google.protobuf.Timestamp receive_timestamp = 24;getReceiveTimestampOrBuilder in interface LogEntryOrBuilderpublic int getSeverityValue()
Optional. The severity of the log entry. The default value is `LogSeverity.DEFAULT`.
.google.logging.type.LogSeverity severity = 10;getSeverityValue in interface LogEntryOrBuilderpublic com.google.logging.type.LogSeverity getSeverity()
Optional. The severity of the log entry. The default value is `LogSeverity.DEFAULT`.
.google.logging.type.LogSeverity severity = 10;getSeverity in interface LogEntryOrBuilderpublic java.lang.String getInsertId()
Optional. A unique identifier for the log entry. If you provide a value, then Stackdriver Logging considers other log entries in the same project, with the same `timestamp`, and with the same `insert_id` to be duplicates which can be removed. If omitted in new log entries, then Stackdriver Logging will insert its own unique identifier. The `insert_id` is used to order log entries that have the same `timestamp` value.
string insert_id = 4;getInsertId in interface LogEntryOrBuilderpublic com.google.protobuf.ByteString getInsertIdBytes()
Optional. A unique identifier for the log entry. If you provide a value, then Stackdriver Logging considers other log entries in the same project, with the same `timestamp`, and with the same `insert_id` to be duplicates which can be removed. If omitted in new log entries, then Stackdriver Logging will insert its own unique identifier. The `insert_id` is used to order log entries that have the same `timestamp` value.
string insert_id = 4;getInsertIdBytes in interface LogEntryOrBuilderpublic boolean hasHttpRequest()
Optional. Information about the HTTP request associated with this log entry, if applicable.
.google.logging.type.HttpRequest http_request = 7;hasHttpRequest in interface LogEntryOrBuilderpublic com.google.logging.type.HttpRequest getHttpRequest()
Optional. Information about the HTTP request associated with this log entry, if applicable.
.google.logging.type.HttpRequest http_request = 7;getHttpRequest in interface LogEntryOrBuilderpublic com.google.logging.type.HttpRequestOrBuilder getHttpRequestOrBuilder()
Optional. Information about the HTTP request associated with this log entry, if applicable.
.google.logging.type.HttpRequest http_request = 7;getHttpRequestOrBuilder in interface LogEntryOrBuilderpublic int getLabelsCount()
LogEntryOrBuilderOptional. A set of user-defined (key, value) data that provides additional information about the log entry.
map<string, string> labels = 11;getLabelsCount in interface LogEntryOrBuilderpublic boolean containsLabels(java.lang.String key)
Optional. A set of user-defined (key, value) data that provides additional information about the log entry.
map<string, string> labels = 11;containsLabels in interface LogEntryOrBuilder@Deprecated public java.util.Map<java.lang.String,java.lang.String> getLabels()
getLabelsMap() instead.getLabels in interface LogEntryOrBuilderpublic java.util.Map<java.lang.String,java.lang.String> getLabelsMap()
Optional. A set of user-defined (key, value) data that provides additional information about the log entry.
map<string, string> labels = 11;getLabelsMap in interface LogEntryOrBuilderpublic java.lang.String getLabelsOrDefault(java.lang.String key,
java.lang.String defaultValue)
Optional. A set of user-defined (key, value) data that provides additional information about the log entry.
map<string, string> labels = 11;getLabelsOrDefault in interface LogEntryOrBuilderpublic java.lang.String getLabelsOrThrow(java.lang.String key)
Optional. A set of user-defined (key, value) data that provides additional information about the log entry.
map<string, string> labels = 11;getLabelsOrThrow in interface LogEntryOrBuilderpublic boolean hasOperation()
Optional. Information about an operation associated with the log entry, if applicable.
.google.logging.v2.LogEntryOperation operation = 15;hasOperation in interface LogEntryOrBuilderpublic LogEntryOperation getOperation()
Optional. Information about an operation associated with the log entry, if applicable.
.google.logging.v2.LogEntryOperation operation = 15;getOperation in interface LogEntryOrBuilderpublic LogEntryOperationOrBuilder getOperationOrBuilder()
Optional. Information about an operation associated with the log entry, if applicable.
.google.logging.v2.LogEntryOperation operation = 15;getOperationOrBuilder in interface LogEntryOrBuilderpublic java.lang.String getTrace()
Optional. Resource name of the trace associated with the log entry, if any. If it contains a relative resource name, the name is assumed to be relative to `//tracing.googleapis.com`. Example: `projects/my-projectid/traces/06796866738c859f2f19b7cfb3214824`
string trace = 22;getTrace in interface LogEntryOrBuilderpublic com.google.protobuf.ByteString getTraceBytes()
Optional. Resource name of the trace associated with the log entry, if any. If it contains a relative resource name, the name is assumed to be relative to `//tracing.googleapis.com`. Example: `projects/my-projectid/traces/06796866738c859f2f19b7cfb3214824`
string trace = 22;getTraceBytes in interface LogEntryOrBuilderpublic boolean hasSourceLocation()
Optional. Source code location information associated with the log entry, if any.
.google.logging.v2.LogEntrySourceLocation source_location = 23;hasSourceLocation in interface LogEntryOrBuilderpublic LogEntrySourceLocation getSourceLocation()
Optional. Source code location information associated with the log entry, if any.
.google.logging.v2.LogEntrySourceLocation source_location = 23;getSourceLocation in interface LogEntryOrBuilderpublic LogEntrySourceLocationOrBuilder getSourceLocationOrBuilder()
Optional. Source code location information associated with the log entry, if any.
.google.logging.v2.LogEntrySourceLocation source_location = 23;getSourceLocationOrBuilder in interface LogEntryOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static LogEntry parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LogEntry parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LogEntry parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LogEntry parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LogEntry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LogEntry parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LogEntry parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static LogEntry parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static LogEntry parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static LogEntry parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static LogEntry parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static LogEntry parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic LogEntry.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static LogEntry.Builder newBuilder()
public static LogEntry.Builder newBuilder(LogEntry prototype)
public LogEntry.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected LogEntry.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public final LogNameOneof getLogNameAsLogNameOneof()
public static LogEntry getDefaultInstance()
public static com.google.protobuf.Parser<LogEntry> parser()
public com.google.protobuf.Parser<LogEntry> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public LogEntry getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder