| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Fixes #2476. The list of packages created with command: ```shell find -name '*.java' | xargs grep -hr 'package.*\.stub' | cut -c 9- | sort -u | tr ';' ':' | tr -d '\n'; echo ```
| </group> | ||
| <group> | ||
| <title>Stub packages</title> | ||
| <packages>com.google.cloud.dlp.v2beta1.stub:com.google.cloud.errorreporting.v1beta1.stub:com.google.cloud.firestore.v1beta1.stub:com.google.cloud.language.v1beta2.stub:com.google.cloud.language.v1.stub:com.google.cloud.logging.v2.stub:com.google.cloud.monitoring.v3.stub:com.google.cloud.pubsub.v1.stub:com.google.cloud.speech.v1beta1.stub:com.google.cloud.speech.v1.stub:com.google.cloud.trace.v1.stub:com.google.cloud.videointelligence.v1beta1.stub:com.google.cloud.videointelligence.v1beta2.stub:com.google.cloud.vision.v1.stub</packages> |
Fixes googleapis#2476. The list of packages created with command: ```shell find -name '*.java' | xargs grep -hr 'package.*\.stub' | cut -c 9- | sort -u | tr ';' ':' | tr -d '\n'; echo ```
…#2511) * chore: Update generation configuration at Tue Aug 5 02:48:03 UTC 2025 * chore: generate libraries at Tue Aug 5 02:48:35 UTC 2025
…#2511) * chore: Update generation configuration at Tue Aug 5 02:48:03 UTC 2025 * chore: generate libraries at Tue Aug 5 02:48:35 UTC 2025
🤖 I have created a release *beep* *boop* --- ## [2.56.0](https://togithub.com/googleapis/java-bigtable/compare/v2.55.0...v2.56.0) (2025-03-18) ### Features * **bigtable:** Add support for Logical Views in Admin API ([googleapis#2519](https://togithub.com/googleapis/java-bigtable/issues/2519)) ([cc0b5d3](https://togithub.com/googleapis/java-bigtable/commit/cc0b5d368ce521485ee200071f3ccc259a3bdfb8)) * **bigtable:** Add support for Materialized Views in Admin API ([googleapis#2511](https://togithub.com/googleapis/java-bigtable/issues/2511)) ([65c5a06](https://togithub.com/googleapis/java-bigtable/commit/65c5a0641aca516da46bd10b226af369bb490b49)) ### Bug Fixes * **deps:** Update the Java code generator (gapic-generator-java) to 2.55.1 ([b3bbd6a](https://togithub.com/googleapis/java-bigtable/commit/b3bbd6aa6f2a78f4265df0e8d0fdaa95c7e63ccd)) ### Dependencies * Sdk-platform-java-config 3.45.1 ([googleapis#2517](https://togithub.com/googleapis/java-bigtable/issues/2517)) ([d5ea9c1](https://togithub.com/googleapis/java-bigtable/commit/d5ea9c15f641b12d60f8d28872117a4ed7fb5d1c)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
…leapis#2511) Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [x] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/java-bigtable/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [x] Ensure the tests and linter pass - [x] Code coverage does not decrease (if any source code was changed) - [x] Appropriate docs were updated (if necessary) - [x] Rollback plan is reviewed and LGTMed - [x] All new data plane features have a completed end to end testing plan Fixes #<issue_number_goes_here> ☕️ If you write sample code, please follow the [samples format]( https://togithub.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).
| Back | FazBrowse Home | New Git URL |
Fixes #2476.
The list of packages created with command: