Package | Description |
---|---|
com.google.api.services.servicecontrol.v2.model |
Modifier and Type | Method and Description |
---|---|
V2LogEntry |
V2LogEntry.clone() |
V2LogEntry |
V2LogEntry.set(String fieldName,
Object value) |
V2LogEntry |
V2LogEntry.setHttpRequest(V2HttpRequest httpRequest)
Optional.
|
V2LogEntry |
V2LogEntry.setInsertId(String insertId)
A unique ID for the log entry used for deduplication.
|
V2LogEntry |
V2LogEntry.setLabels(Map<String,String> labels)
A set of user-defined (key, value) data that provides additional information about the log
entry.
|
V2LogEntry |
V2LogEntry.setMonitoredResourceLabels(Map<String,String> monitoredResourceLabels)
A set of user-defined (key, value) data that provides additional information about the
moniotored resource that the log entry belongs to.
|
V2LogEntry |
V2LogEntry.setName(String name)
Required.
|
V2LogEntry |
V2LogEntry.setOperation(V2LogEntryOperation operation)
Optional.
|
V2LogEntry |
V2LogEntry.setProtoPayload(Map<String,Object> protoPayload)
The log entry payload, represented as a protocol buffer that is expressed as a JSON object.
|
V2LogEntry |
V2LogEntry.setSeverity(String severity)
The severity of the log entry.
|
V2LogEntry |
V2LogEntry.setSourceLocation(V2LogEntrySourceLocation sourceLocation)
Optional.
|
V2LogEntry |
V2LogEntry.setStructPayload(Map<String,Object> structPayload)
The log entry payload, represented as a structure that is expressed as a JSON object.
|
V2LogEntry |
V2LogEntry.setTextPayload(String textPayload)
The log entry payload, represented as a Unicode string (UTF-8).
|
V2LogEntry |
V2LogEntry.setTimestamp(String timestamp)
The time the event described by the log entry occurred.
|
V2LogEntry |
V2LogEntry.setTrace(String trace)
Optional.
|
Copyright © 2011–2024 Google. All rights reserved.