Uses of Class
com.google.cloud.logging.Payload
Packages that use Payload
Package
Description
A client for Cloud Logging - Real-time log management and analysis.
-
Uses of Payload in com.google.cloud.logging
Subclasses of Payload in com.google.cloud.loggingModifier and TypeClassDescriptionstatic final classA log entry's JSON payload.static final classA log entry payload as a protobuf object.static final classA log entry payload as an UTF-8 string.Methods in com.google.cloud.logging with type parameters of type PayloadModifier and TypeMethodDescription<T extends Payload<?>>
TLogEntry.getPayload()Returns the payload for this log entry.Methods in com.google.cloud.logging with parameters of type PayloadModifier and TypeMethodDescriptionstatic LogEntry.BuilderLogEntry.newBuilder(Payload<?> payload) Returns a builder forLogEntryobjects given the entry payload.static LogEntryCreates aLogEntryobject given the entry payload.static LogEntryCreates aLogEntryobject given the log name, the monitored resource and the entry payload.LogEntry.Builder.setPayload(Payload<?> payload) Sets the payload for this log entry.