Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

chore: update googleapis commit at Fri Mar 7 02:27:19 UTC 2025#2504

Merged
gcf-merge-on-green[bot] merged 9 commits into
mainfrom
generate-libraries-main
Mar 11, 2025
Merged

chore: update googleapis commit at Fri Mar 7 02:27:19 UTC 2025#2504
gcf-merge-on-green[bot] merged 9 commits into
mainfrom
generate-libraries-main

Conversation

@cloud-java-bot

@cloud-java-bot cloud-java-bot commented Mar 7, 2025

Copy link
Copy Markdown
Collaborator

This pull request is generated with proto changes between googleapis/googleapis@c57048e (exclusive) and googleapis/googleapis@66ab6ce (inclusive).

BEGIN_COMMIT_OVERRIDE
BEGIN_NESTED_COMMIT
feat: add MaterializedViews and LogicalViews APIs

PiperOrigin-RevId: 735407006

Source Link: googleapis/googleapis@b80f49d
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: add MaterializedViewName to ReadRows and SampleRowKeys

PiperOrigin-RevId: 735384675

Source Link: googleapis/googleapis@47d236a
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: Add PrepareQuery api and update ExecuteQuery to support it
docs: Update ExecuteQuery API docs to reflect changes

PiperOrigin-RevId: 734273312

Source Link: googleapis/googleapis@9513189
END_NESTED_COMMIT
END_COMMIT_OVERRIDE

@cloud-java-bot cloud-java-bot requested review from a team March 7, 2025 02:27
@product-auto-label product-auto-label Bot added size: xs Pull request size is extra small. api: bigtable Issues related to the googleapis/java-bigtable API. size: xl Pull request size is extra large. and removed size: xs Pull request size is extra small. labels Mar 7, 2025
@generated-files-bot

generated-files-bot Bot commented Mar 7, 2025

Copy link
Copy Markdown

Warning: This pull request is touching the following templated files:

  • google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/BaseBigtableInstanceAdminClient.java
  • google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/BaseBigtableInstanceAdminSettings.java
  • google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/gapic_metadata.json
  • google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/stub/BigtableInstanceAdminStub.java
  • google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/stub/BigtableInstanceAdminStubSettings.java
  • google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/admin/v2/stub/GrpcBigtableInstanceAdminStub.java
  • google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/gapic_metadata.json
  • google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/stub/BigtableStub.java
  • google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/stub/BigtableStubSettings.java
  • google-cloud-bigtable/src/main/java/com/google/cloud/bigtable/data/v2/stub/GrpcBigtableStub.java
  • google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/admin/v2/BaseBigtableInstanceAdminClientTest.java
  • google-cloud-bigtable/src/test/java/com/google/cloud/bigtable/admin/v2/MockBigtableInstanceAdminImpl.java
  • grpc-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/BigtableInstanceAdminGrpc.java
  • grpc-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/BigtableGrpc.java
  • proto-google-cloud-bigtable-admin-v2/src/main/java/com/google/bigtable/admin/v2/BigtableInstanceAdminProto.java
  • proto-google-cloud-bigtable-admin-v2/src/main/proto/google/bigtable/admin/v2/bigtable_instance_admin.proto
  • proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/BigtableProto.java
  • proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/DataProto.java
  • proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/ReadRowsRequest.java
  • proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/ReadRowsRequestOrBuilder.java
  • proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/SampleRowKeysRequest.java
  • proto-google-cloud-bigtable-v2/src/main/java/com/google/bigtable/v2/SampleRowKeysRequestOrBuilder.java
  • proto-google-cloud-bigtable-v2/src/main/proto/google/bigtable/v2/bigtable.proto
  • proto-google-cloud-bigtable-v2/src/main/proto/google/bigtable/v2/data.proto

@andre-sampaio andre-sampaio force-pushed the generate-libraries-main branch from 15f73e5 to 01ff9ee Compare March 10, 2025 20:42
@andre-sampaio andre-sampaio added kokoro:force-run Add this label to force Kokoro to re-run the tests. automerge Merge the pull request once unit tests and other checks pass. labels Mar 10, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 10, 2025
@andre-sampaio andre-sampaio added the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 11, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 11, 2025
@andre-sampaio andre-sampaio added kokoro:force-run Add this label to force Kokoro to re-run the tests. automerge Merge the pull request once unit tests and other checks pass. and removed automerge Merge the pull request once unit tests and other checks pass. labels Mar 11, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 11, 2025
@andre-sampaio andre-sampaio added the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 11, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 11, 2025
@andre-sampaio andre-sampaio force-pushed the generate-libraries-main branch from 2189044 to 957d441 Compare March 11, 2025 17:38
@andre-sampaio andre-sampaio added the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 11, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 11, 2025
@andre-sampaio andre-sampaio added the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 11, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 11, 2025
@gcf-merge-on-green gcf-merge-on-green Bot merged commit 1763c6e into main Mar 11, 2025
@gcf-merge-on-green gcf-merge-on-green Bot removed the automerge Merge the pull request once unit tests and other checks pass. label Mar 11, 2025
@gcf-merge-on-green gcf-merge-on-green Bot deleted the generate-libraries-main branch March 11, 2025 18:18
andre-sampaio pushed a commit that referenced this pull request Mar 19, 2025
This pull request is generated with proto changes between [googleapis/googleapis@c57048e](https://togithub.com/googleapis/googleapis/commit/c57048e5e01822cbac85d8d16660cd096454d00f) (exclusive) and [googleapis/googleapis@66ab6ce](https://togithub.com/googleapis/googleapis/commit/66ab6ceb69178f5368b130949eaf518b7c28352f) (inclusive).

BEGIN_COMMIT_OVERRIDE
BEGIN_NESTED_COMMIT
feat: add MaterializedViews and LogicalViews APIs

PiperOrigin-RevId: 735407006

Source Link: [googleapis/googleapis@b80f49d](https://togithub.com/googleapis/googleapis/commit/b80f49d1bcb3b0f1de695d2d093ad3a43ac59f3b)
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: add MaterializedViewName to ReadRows and SampleRowKeys

PiperOrigin-RevId: 735384675

Source Link: [googleapis/googleapis@47d236a](https://togithub.com/googleapis/googleapis/commit/47d236a058fee1cf4cab357c852dc935d095bb69)
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: Add PrepareQuery api and update ExecuteQuery to support it
docs: Update ExecuteQuery API docs to reflect changes

PiperOrigin-RevId: 734273312

Source Link: [googleapis/googleapis@9513189](https://togithub.com/googleapis/googleapis/commit/9513189365a4cd150cbd62024ea23b0a4d3265c4)
END_NESTED_COMMIT
END_COMMIT_OVERRIDE
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigtable Issues related to the googleapis/java-bigtable API. size: xl Pull request size is extra large.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants