| Package | Description |
|---|---|
| io.grpc.binarylog.v1 |
| Modifier and Type | Method and Description |
|---|---|
static GrpcLogEntry.PayloadCase |
GrpcLogEntry.PayloadCase.forNumber(int value) |
GrpcLogEntry.PayloadCase |
GrpcLogEntry.getPayloadCase() |
GrpcLogEntry.PayloadCase |
GrpcLogEntry.Builder.getPayloadCase() |
GrpcLogEntry.PayloadCase |
GrpcLogEntryOrBuilder.getPayloadCase() |
static GrpcLogEntry.PayloadCase |
GrpcLogEntry.PayloadCase.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|