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.PayloadCaseGrpcLogEntry.PayloadCase. forNumber(int value)GrpcLogEntry.PayloadCaseGrpcLogEntry.Builder. getPayloadCase()GrpcLogEntry.PayloadCaseGrpcLogEntry. getPayloadCase()GrpcLogEntry.PayloadCaseGrpcLogEntryOrBuilder. getPayloadCase()static GrpcLogEntry.PayloadCaseGrpcLogEntry.PayloadCase. valueOf(int value)Deprecated.static GrpcLogEntry.PayloadCaseGrpcLogEntry.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.
-