Uses of Class
io.grpc.binarylog.v1.GrpcLogEntry.PayloadCase
-
Packages that use GrpcLogEntry.PayloadCase Package Description io.grpc.binarylog.v1 -
-
Uses of GrpcLogEntry.PayloadCase in io.grpc.binarylog.v1
Methods in io.grpc.binarylog.v1 that return GrpcLogEntry.PayloadCase Modifier and Type Method Description static GrpcLogEntry.PayloadCase
GrpcLogEntry.PayloadCase. forNumber(int value)
GrpcLogEntry.PayloadCase
GrpcLogEntry.Builder. getPayloadCase()
GrpcLogEntry.PayloadCase
GrpcLogEntry. getPayloadCase()
GrpcLogEntry.PayloadCase
GrpcLogEntryOrBuilder. getPayloadCase()
static GrpcLogEntry.PayloadCase
GrpcLogEntry.PayloadCase. valueOf(int value)
Deprecated.static GrpcLogEntry.PayloadCase
GrpcLogEntry.PayloadCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static GrpcLogEntry.PayloadCase[]
GrpcLogEntry.PayloadCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-