| Package | Description |
|---|---|
| io.grpc.binarylog.v1 |
| Modifier and Type | Method and Description |
|---|---|
static GrpcLogEntry.EventType |
GrpcLogEntry.EventType.forNumber(int value) |
GrpcLogEntry.EventType |
GrpcLogEntry.getType()
.grpc.binarylog.v1.GrpcLogEntry.EventType type = 4; |
GrpcLogEntry.EventType |
GrpcLogEntry.Builder.getType()
.grpc.binarylog.v1.GrpcLogEntry.EventType type = 4; |
GrpcLogEntry.EventType |
GrpcLogEntryOrBuilder.getType()
.grpc.binarylog.v1.GrpcLogEntry.EventType type = 4; |
static GrpcLogEntry.EventType |
GrpcLogEntry.EventType.valueOf(Descriptors.EnumValueDescriptor desc) |
static GrpcLogEntry.EventType |
GrpcLogEntry.EventType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static GrpcLogEntry.EventType |
GrpcLogEntry.EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrpcLogEntry.EventType[] |
GrpcLogEntry.EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Internal.EnumLiteMap<GrpcLogEntry.EventType> |
GrpcLogEntry.EventType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
GrpcLogEntry.Builder |
GrpcLogEntry.Builder.setType(GrpcLogEntry.EventType value)
.grpc.binarylog.v1.GrpcLogEntry.EventType type = 4; |