| 1751 | const BytesValue& GetBytes() const& ABSL_ATTRIBUTE_LIFETIME_BOUND; |
| 1752 | BytesValue GetBytes() &&; |
| 1753 | BytesValue GetBytes() const&& { return GetBytes(); } |
| 1754 | |
| 1755 | // Performs an unchecked cast from a value to a double value. In |
| 1756 | // debug builds a best effort is made to crash. If `IsDouble()` would return |