public interface CloudLoggingEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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`.
|
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.
|
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.
|
boolean |
hasTimestamp()
The time the event described by the log entry occurred.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getInsertId()
A unique identifier for the log entry.
string insert_id = 1;com.google.protobuf.ByteString getInsertIdBytes()
A unique identifier for the log entry.
string insert_id = 1;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;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;String getResourceContainer()
The organization, folder, or project of the monitored resource that produced this log entry.
string resource_container = 3;com.google.protobuf.ByteString getResourceContainerBytes()
The organization, folder, or project of the monitored resource that produced this log entry.
string resource_container = 3;boolean hasTimestamp()
The time the event described by the log entry occurred.
.google.protobuf.Timestamp timestamp = 4;com.google.protobuf.Timestamp getTimestamp()
The time the event described by the log entry occurred.
.google.protobuf.Timestamp timestamp = 4;com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
The time the event described by the log entry occurred.
.google.protobuf.Timestamp timestamp = 4;Copyright © 2024 Google LLC. All rights reserved.