public interface CloudLoggingEntryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInsertId()
public abstract String getInsertId()A unique identifier for the log entry.
string insert_id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The insertId. |
getInsertIdBytes()
public abstract ByteString getInsertIdBytes()A unique identifier for the log entry.
string insert_id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for insertId. |
getLogId()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
String |
The logId. |
getLogIdBytes()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for logId. |
getResourceContainer()
public abstract String getResourceContainer()The organization, folder, or project of the monitored resource that produced this log entry.
string resource_container = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The resourceContainer. |
getResourceContainerBytes()
public abstract ByteString getResourceContainerBytes()The organization, folder, or project of the monitored resource that produced this log entry.
string resource_container = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for resourceContainer. |
getTimestamp()
public abstract Timestamp getTimestamp()The time the event described by the log entry occurred.
.google.protobuf.Timestamp timestamp = 4;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The timestamp. |
getTimestampOrBuilder()
public abstract TimestampOrBuilder getTimestampOrBuilder()The time the event described by the log entry occurred.
.google.protobuf.Timestamp timestamp = 4;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasTimestamp()
public abstract boolean hasTimestamp()The time the event described by the log entry occurred.
.google.protobuf.Timestamp timestamp = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the timestamp field is set. |