Checks that the instance of `google.protobuf.Value` has a descriptor which is well formed.
| 75 | // Checks that the instance of `google.protobuf.Value` has a descriptor which is |
| 76 | // well formed. |
| 77 | inline absl::Status CheckJson(const google::protobuf::Value&) { |
| 78 | return absl::OkStatus(); |
| 79 | } |
| 80 | absl::Status CheckJson(const google::protobuf::MessageLite& message); |
| 81 | |
| 82 | // Checks that the instance of `google.protobuf.ListValue` has a descriptor |