Uses of Class
com.google.logging.v2.LogEntry.PayloadCase
-
Packages that use LogEntry.PayloadCase Package Description com.google.logging.v2 -
-
Uses of LogEntry.PayloadCase in com.google.logging.v2
Methods in com.google.logging.v2 that return LogEntry.PayloadCase Modifier and Type Method Description static LogEntry.PayloadCaseLogEntry.PayloadCase. forNumber(int value)LogEntry.PayloadCaseLogEntry.Builder. getPayloadCase()LogEntry.PayloadCaseLogEntry. getPayloadCase()LogEntry.PayloadCaseLogEntryOrBuilder. getPayloadCase()static LogEntry.PayloadCaseLogEntry.PayloadCase. valueOf(int value)Deprecated.static LogEntry.PayloadCaseLogEntry.PayloadCase. valueOf(String name)Returns the enum constant of this type with the specified name.static LogEntry.PayloadCase[]LogEntry.PayloadCase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-