| Package | Description |
|---|---|
| io.grpc.observabilitylog.v1 |
| Modifier and Type | Method and Description |
|---|---|
static GrpcLogRecord.EventType |
GrpcLogRecord.EventType.forNumber(int value) |
GrpcLogRecord.EventType |
GrpcLogRecord.getType()
one of the above EventType enum
|
GrpcLogRecord.EventType |
GrpcLogRecord.Builder.getType()
one of the above EventType enum
|
GrpcLogRecord.EventType |
GrpcLogRecordOrBuilder.getType()
one of the above EventType enum
|
static GrpcLogRecord.EventType |
GrpcLogRecord.EventType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static GrpcLogRecord.EventType |
GrpcLogRecord.EventType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static GrpcLogRecord.EventType |
GrpcLogRecord.EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrpcLogRecord.EventType[] |
GrpcLogRecord.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 com.google.protobuf.Internal.EnumLiteMap<GrpcLogRecord.EventType> |
GrpcLogRecord.EventType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
GrpcLogRecord.Builder |
GrpcLogRecord.Builder.setType(GrpcLogRecord.EventType value)
one of the above EventType enum
|