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