| Interface | Description |
|---|---|
| Type |
Shared type implementations.
|
| Class | Description |
|---|---|
| Status |
The `Status` type defines a logical error model.
|
| Type.Array<Elem> | |
| Type.Bool | |
| Type.Bytes | |
| Type.Date | |
| Type.DefaultInstances | |
| Type.Enum<T extends com.google.protobuf.ProtocolMessageEnum> | |
| Type.Float32 | |
| Type.Float64 | |
| Type.Int64 | |
| Type.Map<K,V> | |
| Type.Proto<T extends com.google.protobuf.AbstractMessage> | |
| Type.SchemalessEnum |
This is a special version of enum that is intended to only be used internally, to facilitate
enum schema parsing, which does not have the full information required to parse the protobuf
enum messages.
|
| Type.SchemalessProto |
This is a special version of proto that is intended to only be used internally, to facilitate
proto schema parsing, which does not have the full information required to parse the protobuf
messages.
|
| Type.SchemalessStruct |
This is a special version of struct that is intended to only be used in the
StructReader getters that require types. |
| Type.String | |
| Type.StructWithSchema |
Struct implementation that contains a schema that users can access.
|
| Type.StructWithSchema.Field | |
| Type.Timestamp |
| Enum | Description |
|---|---|
| Status.Code |
Copyright © 2026 Google LLC. All rights reserved.