Variant 类
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
protobuf
有线格式使用 Variant 类来确定如何传输单段数据。该类还可用于其他格式;如需了解详情,请参阅 Protocol Buffer 编码。
Variant
由 protorpc.messages
模块提供。
Variant 具有以下值:
BOOL
- 布尔值(True 或 False)。
BYTES
- 8 位字节的字符串。
DOUBLE
- 64 位浮点数。
ENUM
- 枚举值(整数)。
FLOAT
- 32 位浮点数。
INT32
- 32 位有符号整数。
INT64
- 64 位有符号整数。
MESSAGE
- 字节串形式的嵌入式消息。
SINT32
- 32 位有符号整数。使用 ZigZag 编码。
SINT64
- 64 位有符号整数。使用 ZigZag 编码。
STRING
- UTF-8 编码文本字符串。
UINT32
- 32 位无符号整数。
UINT64
- 64 位无符号整数。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-21。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-11-21。"],[],[]]