Darren Bolduc
Darren Bolduc
These are user guide chapters / examples we want to show for using a Subscriber client. ```rs #[non_exhaustive] // TODO : include the necessary Dev/Rel snippets. // @suzmue compiled a...
`bigtable::RowKeyType` is a `std::string` in OSS-land, and an `absl::Cord` in Google-land. `absl::Cord::clear()` is deprecated, in favor of `absl::Cord::Clear()`. `std::string::Clear()` is not a thing. We need to add a new `Clear(RowKeyType&)`...
Google Cloud expects query parameters of type `bytes` to be base64-encoded. If you do not believe me, see below. gapic-showcase does an extra base64-encoding of these fields when returning the...