State
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
枚举 |
STATE_UNSPECIFIED |
未指定。 |
ESTIMATE |
价格只是估算值。 |
ACTUAL |
将向用户收取费用的实际价格。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eRepresents the different states a price can be in, like estimated or actual.\u003c/p\u003e\n"],["\u003cp\u003eUses specific enums like \u003ccode\u003eESTIMATE\u003c/code\u003e and \u003ccode\u003eACTUAL\u003c/code\u003e to clearly define the price state.\u003c/p\u003e\n"],["\u003cp\u003eThe default state is \u003ccode\u003eSTATE_UNSPECIFIED\u003c/code\u003e if no other state is provided.\u003c/p\u003e\n"]]],[],null,["# State\n\nRepresents the price state.\n\n| Enums ||\n|---------------------|---------------------------------------------|\n| `STATE_UNSPECIFIED` | Not specified. |\n| `ESTIMATE` | The price is just an estimate. |\n| `ACTUAL` | Actual price that will be charged for user. |"]]