| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Showing a raw base64 string isn't great. Instead, show a way to encode the bytes to a base64 string using Guava's BaseEncoding class. Also, it wasn't clear how to insert values of type record, so show that, too.
|
Using Guava in snippets is generally a bad idea. We shouldn't assume that users are familiar with it nor we should show code that depends on it to work |
Sorry, something went wrong.
|
Okay. I wasn't sure about that. I wish we could show imports in snippets. What about using classes that are Java 8, only? http://docs.oracle.com/javase/8/docs/api/java/util/Base64.html There wasn't a built-in way to encode Base64 until then. |
Sorry, something went wrong.
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
🤖 I have created a release *beep* *boop* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
) * feat: [java] allow passing libraries_bom_version from env * reformat Source-Link: googleapis/synthtool@e36d2f1 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:31aa2ef27b071c2e7844b0eb1d5a24254daff06615b1b138b994dd6345c0b0ea Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Diego Marquez <diegomarquezp@google.com>
) * feat: [java] allow passing libraries_bom_version from env * reformat Source-Link: googleapis/synthtool@e36d2f1 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:31aa2ef27b071c2e7844b0eb1d5a24254daff06615b1b138b994dd6345c0b0ea Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Diego Marquez <diegomarquezp@google.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
🤖 I have created a release *beep* *boop* --- ## [2.13.0](googleapis/java-bigtable@v2.12.0...v2.13.0) (2022-09-27) ### Features * Add gRPC RLS dependency ([googleapis#1248](googleapis/java-bigtable#1248)) ([06ea26d](googleapis/java-bigtable@06ea26d)) ### Bug Fixes * Add a UUID in the task value ([googleapis#1430](googleapis/java-bigtable#1430)) ([337b24f](googleapis/java-bigtable@337b24f)) ### Dependencies * Update dependency com.google.cloud:google-cloud-monitoring-bom to v3.4.5 ([googleapis#1406](googleapis/java-bigtable#1406)) ([59cb914](googleapis/java-bigtable@59cb914)) * Update dependency org.graalvm.buildtools:junit-platform-native to v0.9.14 ([googleapis#1411](googleapis/java-bigtable#1411)) ([5d6aeb2](googleapis/java-bigtable@5d6aeb2)) * Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.14 ([googleapis#1412](googleapis/java-bigtable#1412)) ([10c3114](googleapis/java-bigtable@10c3114)) * Update dependency org.junit.vintage:junit-vintage-engine to v5.9.1 ([googleapis#1409](googleapis/java-bigtable#1409)) ([53dccd8](googleapis/java-bigtable@53dccd8)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
| Back | FazBrowse Home | New Git URL |
Showing a raw base64 string isn't great. Instead, show a way to encode
the bytes to a base64 string using Guava's BaseEncoding class.
Also, it wasn't clear how to insert values of type record, so show that,
too.
@lesv @mziccard PTAL