public final class CloudLoggingEntry extends com.google.protobuf.GeneratedMessageV3 implements CloudLoggingEntryOrBuilder
Metadata taken from a [Cloud Logging LogEntry](https://cloud.google.com/logging/docs/reference/v2/rest/v2/LogEntry)Protobuf type
google.cloud.securitycenter.v1.CloudLoggingEntry| Modifier and Type | Class and Description |
|---|---|
static class |
CloudLoggingEntry.Builder
Metadata taken from a [Cloud Logging
LogEntry](https://cloud.google.com/logging/docs/reference/v2/rest/v2/LogEntry)
|
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| Modifier and Type | Field and Description |
|---|---|
static int |
INSERT_ID_FIELD_NUMBER |
static int |
LOG_ID_FIELD_NUMBER |
static int |
RESOURCE_CONTAINER_FIELD_NUMBER |
static int |
TIMESTAMP_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static CloudLoggingEntry |
getDefaultInstance() |
CloudLoggingEntry |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getInsertId()
A unique identifier for the log entry.
|
com.google.protobuf.ByteString |
getInsertIdBytes()
A unique identifier for the log entry.
|
String |
getLogId()
The type of the log (part of `log_name`.
|
com.google.protobuf.ByteString |
getLogIdBytes()
The type of the log (part of `log_name`.
|
com.google.protobuf.Parser<CloudLoggingEntry> |
getParserForType() |
String |
getResourceContainer()
The organization, folder, or project of the monitored resource that
produced this log entry.
|
com.google.protobuf.ByteString |
getResourceContainerBytes()
The organization, folder, or project of the monitored resource that
produced this log entry.
|
int |
getSerializedSize() |
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.
|
int |
hashCode() |
boolean |
hasTimestamp()
The time the event described by the log entry occurred.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static CloudLoggingEntry.Builder |
newBuilder() |
static CloudLoggingEntry.Builder |
newBuilder(CloudLoggingEntry prototype) |
CloudLoggingEntry.Builder |
newBuilderForType() |
protected CloudLoggingEntry.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static CloudLoggingEntry |
parseDelimitedFrom(InputStream input) |
static CloudLoggingEntry |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CloudLoggingEntry |
parseFrom(byte[] data) |
static CloudLoggingEntry |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CloudLoggingEntry |
parseFrom(ByteBuffer data) |
static CloudLoggingEntry |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CloudLoggingEntry |
parseFrom(com.google.protobuf.ByteString data) |
static CloudLoggingEntry |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CloudLoggingEntry |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CloudLoggingEntry |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CloudLoggingEntry |
parseFrom(InputStream input) |
static CloudLoggingEntry |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<CloudLoggingEntry> |
parser() |
CloudLoggingEntry.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, 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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int INSERT_ID_FIELD_NUMBER
public static final int LOG_ID_FIELD_NUMBER
public static final int RESOURCE_CONTAINER_FIELD_NUMBER
public static final int TIMESTAMP_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getInsertId()
A unique identifier for the log entry.
string insert_id = 1;getInsertId in interface CloudLoggingEntryOrBuilderpublic com.google.protobuf.ByteString getInsertIdBytes()
A unique identifier for the log entry.
string insert_id = 1;getInsertIdBytes in interface CloudLoggingEntryOrBuilderpublic String getLogId()
The type of the log (part of `log_name`. `log_name` is the resource name of the log to which this log entry belongs). For example: `cloudresourcemanager.googleapis.com/activity`. Note that this field is not URL-encoded, unlike the `LOG_ID` field in `LogEntry`.
string log_id = 2;getLogId in interface CloudLoggingEntryOrBuilderpublic com.google.protobuf.ByteString getLogIdBytes()
The type of the log (part of `log_name`. `log_name` is the resource name of the log to which this log entry belongs). For example: `cloudresourcemanager.googleapis.com/activity`. Note that this field is not URL-encoded, unlike the `LOG_ID` field in `LogEntry`.
string log_id = 2;getLogIdBytes in interface CloudLoggingEntryOrBuilderpublic String getResourceContainer()
The organization, folder, or project of the monitored resource that produced this log entry.
string resource_container = 3;getResourceContainer in interface CloudLoggingEntryOrBuilderpublic com.google.protobuf.ByteString getResourceContainerBytes()
The organization, folder, or project of the monitored resource that produced this log entry.
string resource_container = 3;getResourceContainerBytes in interface CloudLoggingEntryOrBuilderpublic boolean hasTimestamp()
The time the event described by the log entry occurred.
.google.protobuf.Timestamp timestamp = 4;hasTimestamp in interface CloudLoggingEntryOrBuilderpublic com.google.protobuf.Timestamp getTimestamp()
The time the event described by the log entry occurred.
.google.protobuf.Timestamp timestamp = 4;getTimestamp in interface CloudLoggingEntryOrBuilderpublic com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
The time the event described by the log entry occurred.
.google.protobuf.Timestamp timestamp = 4;getTimestampOrBuilder in interface CloudLoggingEntryOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(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 CloudLoggingEntry parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CloudLoggingEntry parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CloudLoggingEntry parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CloudLoggingEntry parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CloudLoggingEntry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CloudLoggingEntry parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static CloudLoggingEntry parseFrom(InputStream input) throws IOException
IOExceptionpublic static CloudLoggingEntry parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CloudLoggingEntry parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static CloudLoggingEntry parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static CloudLoggingEntry parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static CloudLoggingEntry parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic CloudLoggingEntry.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static CloudLoggingEntry.Builder newBuilder()
public static CloudLoggingEntry.Builder newBuilder(CloudLoggingEntry prototype)
public CloudLoggingEntry.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected CloudLoggingEntry.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static CloudLoggingEntry getDefaultInstance()
public static com.google.protobuf.Parser<CloudLoggingEntry> parser()
public com.google.protobuf.Parser<CloudLoggingEntry> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public CloudLoggingEntry getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.