Uses of Class
com.google.api.servicecontrol.v1.LogEntry.PayloadCase
-
Packages that use LogEntry.PayloadCase Package Description com.google.api.servicecontrol.v1 A client to Service Control API -
-
Uses of LogEntry.PayloadCase in com.google.api.servicecontrol.v1
Methods in com.google.api.servicecontrol.v1 that return LogEntry.PayloadCase Modifier and Type Method Description static LogEntry.PayloadCase
LogEntry.PayloadCase. forNumber(int value)
LogEntry.PayloadCase
LogEntry.Builder. getPayloadCase()
LogEntry.PayloadCase
LogEntry. getPayloadCase()
LogEntry.PayloadCase
LogEntryOrBuilder. getPayloadCase()
static LogEntry.PayloadCase
LogEntry.PayloadCase. valueOf(int value)
Deprecated.static LogEntry.PayloadCase
LogEntry.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.
-