Protobuf - 构造
现在让我们看看 Google Protobuf 提供的一些基本数据结构和数据类型。我们将使用电影院的示例来查看这些数据结构。
请注意,对于此结构,虽然我们将使用 Java 代码,但在 Python 代码中使用它们也应该同样简单且可行。
在接下来的几章中,我们将逐一讨论以下 Protobuf 数据类型 −
- Protobuf 类/成员
- Protobuf 字符串
- Protobuf 数字
- Protobuf 布尔值
- Protobuf 枚举
- Protobuf 列表/重复
- Protobuf 映射
- Protobuf 嵌套类