Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

secure workflow #11

Open
wants to merge 34 commits into
base: main
Choose a base branch
from
Open

secure workflow #11

wants to merge 34 commits into from

Commits on Jul 18, 2024

  1. feat: Tracing using OpenTelemetry (googleapis#1728)

    * feat: Add FirestoreOpenTelemetryOptions to FirestoreOptions. (googleapis#1531)
    
    * feat: Add FirestoreOpenTelemetryOptions to FirestoreOptions.
    
    * Address code review feedback.
    
    * feat: Add com.google.cloud.firestore.telemetry package. (googleapis#1533)
    
    * feat: Add FirestoreOpenTelemetryOptions to FirestoreOptions.
    
    * feat: Add com.google.cloud.firestore.telemetry package.
    
    * Address code review feedback.
    
    * Factor out the otel version in pom.xml.
    
    * fix: Remove OpenCensus tracing code. (googleapis#1589)
    
    * feat: Add FirestoreOpenTelemetryOptions to FirestoreOptions.
    
    * feat: Add com.google.cloud.firestore.telemetry package.
    
    * fix: Remove OpenCensus tracing code.
    
    * feat: tracing for aggregate queries, bulkwriter, partition queries, a… (googleapis#1590)
    
    * feat: Add FirestoreOpenTelemetryOptions to FirestoreOptions.
    
    * feat: Add com.google.cloud.firestore.telemetry package.
    
    * fix: Remove OpenCensus tracing code.
    
    * feat: tracing for aggregate queries, bulkwriter, partition queries, and listDocuments.
    
    * Address code review feedback.
    
    * Address feedback.
    
    * don't use wildcard imports.
    
    * feat: trace instrumentation for DocumentReference methods. (googleapis#1591)
    
    * feat: Add FirestoreOpenTelemetryOptions to FirestoreOptions.
    
    * feat: Add com.google.cloud.firestore.telemetry package.
    
    * fix: Remove OpenCensus tracing code.
    
    * feat: tracing for aggregate queries, bulkwriter, partition queries, and listDocuments.
    
    * feat: trace instrumentation for DocumentReference methods.
    
    * feat: trace instrumentation for queries and transactions. (googleapis#1592)
    
    * feat: Add FirestoreOpenTelemetryOptions to FirestoreOptions.
    
    * feat: Add com.google.cloud.firestore.telemetry package.
    
    * fix: Remove OpenCensus tracing code.
    
    * feat: tracing for aggregate queries, bulkwriter, partition queries, and listDocuments.
    
    * feat: trace instrumentation for DocumentReference methods.
    
    * feat: trace instrumentation for queries and transactions.
    
    * test: Adding first e2e client-tracing test w/ Custom Root Span (googleapis#1621)
    
    * test: Adding first e2e client-tracing test w/ Custom Root Span
    
    * Roll back E2E tests commit.
    
    * Address feedback.
    
    * Address feedback (better event log message).
    
    * Address feedback.
    
    ---------
    
    Co-authored-by: Jimit J Shah <[email protected]>
    
    * test: End-to-End Integration Test for Client-side Tracing in Firestore Java Server SDK using OpenTelemetry SDK and Cloud Trace Exporter against Cloud Trace. (googleapis#1635)
    
    * Adding first e2e client-tracing test w/ Custom Root Span
    
    * test: Adding first e2e client-tracing test w/ Custom Root Span
    
    * Fixing test dependencies and use default GCP testing project.
    
    Fixing
    
    * Fixing test dependencies and use default GCP testing project.
    
    * Fixing formatting
    
    * Add aggregationQueryGet Test
    
    * Add bulkWriterCommitTrace Test
    
    * Fixing running multiple-tests
    
    * Add partitionQuery Test
    
    * Add collectionListDocumentsTrace Test
    
    * Add docRef*Trace Tests
    
    * Add docRefUpdate*Trace and docRefDelete*Trace Tests
    
    * Fixing Trace fetching using retries for missing or incomplete traces due to eventual consistency of Cloud Trace
    
    * Add get/query Trace Tests
    
    * Add Transaction test
    
    * Added TraceContainer to be able to test transaction test-cases
    
    * test: Adding Transaction tests
    
    * test: Adding Transaction tests
    
    * test: Adding TestParameterInjector to run the test for global and non-global opentelemetry SDK instances
    
    * test: formatting and cleanup
    
    * test: Adding first e2e client-tracing test w/ Custom Root Span
    
    * test: Add aggregationQueryGet Test
    
    * test: Add bulkWriterCommitTrace Test and fixed running multiple-tests
    
    * test: Add partitionQuery Test
    
    * test: Add collectionListDocumentsTrace Test
    
    * test: Add docRefUpdate*Trace and docRefDelete*Trace Tests and fixed Trace fetching using retries for missing or incomplete traces due to eventual consistency of Cloud Trace
    
    * test: Add get/query Trace Tests
    
    * test: Added Transaction tests using TraceContainer to verify traces for Transaction ops (BeginTransaction, Rollback etc)
    
    * test: Adding TestParameterInjector to run the test for global and non-global opentelemetry SDK instances
    
    * test: Formatting and cleanup
    
    * test: review comments
    
    * test: fixing dfs to handle case where the compareTo callstack may be shorter than the trace callstack - don't need to throw an exception in that case
    
    * test: Consolidating verification methods
    
    * test: review comments
    
    * fix: Make telemetry-related fields transient. (googleapis#1638)
    
    * fix: Rename 'enabled' to 'tracingEnabled'. (googleapis#1639)
    
    * fix: Rename 'enabled' to 'tracingEnabled'.
    
    In the future, FirestoreOpenTelemetryOptions will support enabling/disabling
    Logging and Metrics as well. So we should use a better name for this field.
    
    * address feedback.
    
    * fix: Minor improvement to the ITE2ETracingTest. (googleapis#1637)
    
    * fix: Minor improvement to the ITE2ETracingTest.
    
    * revert the numExpectedSpans change.
    
    * feat: Add 'isTransactional' attribute. (googleapis#1657)
    
    * fix: Necessary test improvements for CI environments. (googleapis#1673)
    
    * fix: Necessary test improvements for CI environments.
    
    * Address feedback.
    
    * feat: Disable the tracing feature and remove public APIs.
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Add the Firestore SDK version to the attributes.
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Update the "test" dependency versions.
    
    * Address feedback related to attributes.
    
    * Add 'project_id' attribute.
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * Revert a736fcc ("Disable the tracing feature and remove public APIs").
    
    * GlobalOtel reset for test must happen in `before`, not `after`.
    
    * Address feedback.
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Jimit J Shah <[email protected]>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    3 people authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    00dc240 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 3.24.0 (googleapis#1746)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    a08b778 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b20371a View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. deps: update dependency com.google.api.grpc:proto-google-cloud-trace-…

    …v1 to v2 (googleapis#1755)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.api.grpc:proto-google-cloud-trace-v1](https://togithub.com/googleapis/google-cloud-java) | `1.4.2` -> `2.46.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.api.grpc:proto-google-cloud-trace-v1/2.46.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.api.grpc:proto-google-cloud-trace-v1/2.46.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.api.grpc:proto-google-cloud-trace-v1/1.4.2/2.46.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.api.grpc:proto-google-cloud-trace-v1/1.4.2/2.46.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/java-firestore).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
    renovate-bot authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    fb71213 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency com.google.cloud:google-cloud-firestor…

    …e to v3.24.0 (googleapis#1754)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud:google-cloud-firestore](https://togithub.com/googleapis/java-firestore) | `3.23.1` -> `3.24.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.cloud:google-cloud-firestore/3.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.cloud:google-cloud-firestore/3.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.cloud:google-cloud-firestore/3.23.1/3.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.cloud:google-cloud-firestore/3.23.1/3.24.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/java-firestore (com.google.cloud:google-cloud-firestore)</summary>
    
    ### [`v3.24.0`](https://togithub.com/googleapis/java-firestore/blob/HEAD/CHANGELOG.md#3240-2024-07-18)
    
    [Compare Source](https://togithub.com/googleapis/java-firestore/compare/v3.23.1...v3.24.0)
    
    ##### Features
    
    -   Tracing using OpenTelemetry ([#&#8203;1728](https://togithub.com/googleapis/java-firestore/issues/1728)) ([00dc240](https://togithub.com/googleapis/java-firestore/commit/00dc2403d2a5a5b6809762010a716f17541204e0))
    
    ##### Dependencies
    
    -   Update dependency org.apache.commons:commons-lang3 to v3.15.0 ([#&#8203;1745](https://togithub.com/googleapis/java-firestore/issues/1745)) ([05a6f73](https://togithub.com/googleapis/java-firestore/commit/05a6f73f259050520880d670e5ab997d12e8cafb))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/java-firestore).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
    renovate-bot authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    089ddb6 View commit details
    Browse the repository at this point in the history
  3. deps: update dependency com.google.cloud:google-cloud-trace to v2 (go…

    …ogleapis#1756)
    
    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [com.google.cloud:google-cloud-trace](https://togithub.com/googleapis/google-cloud-java) | `1.3.0` -> `2.46.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.cloud:google-cloud-trace/2.46.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.cloud:google-cloud-trace/2.46.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.cloud:google-cloud-trace/1.3.0/2.46.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.cloud:google-cloud-trace/1.3.0/2.46.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/google-cloud-java (com.google.cloud:google-cloud-trace)</summary>
    
    ### [`v1.4.0`](https://togithub.com/googleapis/google-cloud-java/blob/HEAD/CHANGELOG.md#140-2023-02-03)
    
    ##### ⚠ BREAKING CHANGES
    
    -   \[networkconnectivity] remove policy based routing API ([#&#8203;9036](https://togithub.com/googleapis/google-cloud-java/issues/9036))
    -   \[vmwareengine] resource proto messages moved to new file ([#&#8203;9044](https://togithub.com/googleapis/google-cloud-java/issues/9044))
    
    ##### Features
    
    -   \[aiplatform] add service_networking.proto to aiplatform v1 ([#&#8203;9073](https://togithub.com/googleapis/google-cloud-java/issues/9073)) ([3cebec3](https://togithub.com/googleapis/google-cloud-java/commit/3cebec3f6958dbf611473df55947b3d33d2ea6db))
    -   \[dialogflow-cx] added JSON_PACKAGE field to ExportAgentRequest ([#&#8203;9025](https://togithub.com/googleapis/google-cloud-java/issues/9025)) ([10bb0cb](https://togithub.com/googleapis/google-cloud-java/commit/10bb0cb494f64b864408ede46834e1046351370c))
    -   \[documentai] added advanced_ocr_options field in OcrConfig ([#&#8203;9042](https://togithub.com/googleapis/google-cloud-java/issues/9042)) ([f845147](https://togithub.com/googleapis/google-cloud-java/commit/f8451473516eb45bdd7251d3533c28da4a31e652))
    -   \[gke-multi-cloud] Added support for Azure workload identity federation ([#&#8203;9055](https://togithub.com/googleapis/google-cloud-java/issues/9055)) ([374fd84](https://togithub.com/googleapis/google-cloud-java/commit/374fd84892fa30c77bb61c0eb50d02358c5cbcc1))
    
    ##### Bug Fixes
    
    -   \[certificatemanager] workaround crashes in gRPC for C++ ([#&#8203;9033](https://togithub.com/googleapis/google-cloud-java/issues/9033)) ([2bf4ad6](https://togithub.com/googleapis/google-cloud-java/commit/2bf4ad6a6f59eec0b6944617721aa94352b25b0b))
    -   \[networkconnectivity] remove policy based routing API ([#&#8203;9036](https://togithub.com/googleapis/google-cloud-java/issues/9036)) ([20c36b2](https://togithub.com/googleapis/google-cloud-java/commit/20c36b2df369868f5a07db98a40e8d2a7432f6e7))
    -   \[tpu] proper http bindings for v2 API ([#&#8203;9035](https://togithub.com/googleapis/google-cloud-java/issues/9035)) ([ec05dad](https://togithub.com/googleapis/google-cloud-java/commit/ec05dad77119cf97adcfe1a7d067d2591e234b51))
    -   **deps:** update dependency com.fasterxml.jackson:jackson-bom to v2.14.2 ([#&#8203;9057](https://togithub.com/googleapis/google-cloud-java/issues/9057)) ([05c4183](https://togithub.com/googleapis/google-cloud-java/commit/05c4183a4151d82a472a5f1c289d8006e5deb999))
    -   **deps:** update dependency com.google.api-client:google-api-client-bom to v2.2.0 ([#&#8203;9058](https://togithub.com/googleapis/google-cloud-java/issues/9058)) ([6f02472](https://togithub.com/googleapis/google-cloud-java/commit/6f024724263bda464947ba1e377c157f5e88d1e9))
    -   **deps:** update dependency com.google.api:gapic-generator-java-bom to v2.15.0 ([#&#8203;9060](https://togithub.com/googleapis/google-cloud-java/issues/9060)) ([77d7442](https://togithub.com/googleapis/google-cloud-java/commit/77d7442a8d315c7826bbca2a0da8a8dce379a929))
    -   **deps:** update dependency com.google.apis:google-api-services-cloudresourcemanager to v1-rev20230129-2.0.0 ([#&#8203;9049](https://togithub.com/googleapis/google-cloud-java/issues/9049)) ([c56075c](https://togithub.com/googleapis/google-cloud-java/commit/c56075c32040b95b90508d8fcf09a44161255dd0))
    -   **deps:** update dependency com.google.apis:google-api-services-dns to v1-rev20230126-2.0.0 ([#&#8203;9047](https://togithub.com/googleapis/google-cloud-java/issues/9047)) ([1500a14](https://togithub.com/googleapis/google-cloud-java/commit/1500a144c3ee1f62701eb12ef8831fc07add06df))
    -   **deps:** update dependency com.google.cloud:google-cloud-storage to v2.17.2 ([#&#8203;9023](https://togithub.com/googleapis/google-cloud-java/issues/9023)) ([c82e099](https://togithub.com/googleapis/google-cloud-java/commit/c82e0999d622ca4a536a94b2d9bd1bb014f54abc))
    -   **deps:** update dependency org.checkerframework:checker-qual to v3.30.0 ([#&#8203;9063](https://togithub.com/googleapis/google-cloud-java/issues/9063)) ([30ebd0d](https://togithub.com/googleapis/google-cloud-java/commit/30ebd0dd699dc5499d2990a3935a97aff84ce171))
    -   Outdated versioning info in README.md ([#&#8203;979](https://togithub.com/googleapis/google-cloud-java/issues/979)) ([b92c43b](https://togithub.com/googleapis/google-cloud-java/commit/b92c43b0124f05431f547aeebdc7860a45accae3))
    
    ##### Documentation
    
    -   \[cloudoptimization] clarification for deprecated fields ([#&#8203;9062](https://togithub.com/googleapis/google-cloud-java/issues/9062)) ([8816cde](https://togithub.com/googleapis/google-cloud-java/commit/8816cde0b23ef5e64adfbf75796ca0f17e537703))
    -   \[cloudtrace] Remove html formatting (cleanup) ([#&#8203;9027](https://togithub.com/googleapis/google-cloud-java/issues/9027)) ([9591b89](https://togithub.com/googleapis/google-cloud-java/commit/9591b891f6fe7ad47f3a94e45da1b7823539d86a))
    -   \[container] Add clarification on whether `NodePool.version` is a required field ([#&#8203;9074](https://togithub.com/googleapis/google-cloud-java/issues/9074)) ([2bccdf3](https://togithub.com/googleapis/google-cloud-java/commit/2bccdf3a5f68f27cf5ba914e6b5b0c00202cd6af))
    -   \[container] clarified wording around the NodePoolUpdateStrategy default behavior ([#&#8203;9046](https://togithub.com/googleapis/google-cloud-java/issues/9046)) ([55e4de1](https://togithub.com/googleapis/google-cloud-java/commit/55e4de106b8f6fc41a706248ad3817d564367777))
    -   \[container] Improve `version` documentation for `NodePool` ([#&#8203;9061](https://togithub.com/googleapis/google-cloud-java/issues/9061)) ([dd109d8](https://togithub.com/googleapis/google-cloud-java/commit/dd109d865193bfeb809cdcdd9a5043edac253e91))
    -   \[dataplex] Improvements to DataScan API documentation ([#&#8203;9054](https://togithub.com/googleapis/google-cloud-java/issues/9054)) ([2396d77](https://togithub.com/googleapis/google-cloud-java/commit/2396d77e8d2f93169f9e04b8235f20c7560e3c04))
    -   \[dialogflow] Reformat some comments and documentation ([#&#8203;9024](https://togithub.com/googleapis/google-cloud-java/issues/9024)) ([2c1bd38](https://togithub.com/googleapis/google-cloud-java/commit/2c1bd383046e895f30a4c720ebbef7a7c78c9e0c))
    -   \[speech] Clarified boost usage ([#&#8203;9032](https://togithub.com/googleapis/google-cloud-java/issues/9032)) ([fd273d6](https://togithub.com/googleapis/google-cloud-java/commit/fd273d671446aedbb7662c48222f2b573cbf837a))
    -   \[vmwareengine] resource proto messages moved to new file ([#&#8203;9044](https://togithub.com/googleapis/google-cloud-java/issues/9044)) ([32bd679](https://togithub.com/googleapis/google-cloud-java/commit/32bd679cb746824c37a8c9c408f430e3728fd0d0))
    -   README.md to point to Cloud site ([#&#8203;9034](https://togithub.com/googleapis/google-cloud-java/issues/9034)) ([67a0c22](https://togithub.com/googleapis/google-cloud-java/commit/67a0c22e4c00c1dec0f26ab170fa070898d52708))
    -   **ruby:** \[datalineage] fixed formatting for several literal expressions ([#&#8203;9026](https://togithub.com/googleapis/google-cloud-java/issues/9026)) ([7d96c4e](https://togithub.com/googleapis/google-cloud-java/commit/7d96c4ed28ed2b34d61f0503dae4cea3b13bbd82))
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/googleapis/java-firestore).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzEuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQzMS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
    renovate-bot authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    f6989d8 View commit details
    Browse the repository at this point in the history
  4. chore: remove native image sample in favor of sample hosted in google…

    …-cloud-java (googleapis#1733)
    
    * chore: remove native image sample in favor of sample hosted in google-cloud-java
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    mpeddada1 and gcf-owl-bot[bot] authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    df1be56 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. chore(main): release 3.24.1-SNAPSHOT (googleapis#1751)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    fb027a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23ce20b View commit details
    Browse the repository at this point in the history
  3. deps: update dependency com.google.cloud.opentelemetry:exporter-trace…

    … to v0.31.0 (googleapis#1750)
    
    * deps: update dependency com.google.cloud.opentelemetry:exporter-trace to v0.31.0
    
    * Rename TraceExporter to SpanExporter.
    
    ---------
    
    Co-authored-by: Ehsan Nasiri <[email protected]>
    renovate-bot and ehsannas authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    7219bb3 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. chore(main): release 3.24.1 (googleapis#1757)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c791f17 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 3.24.2-SNAPSHOT (googleapis#1758)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jul 23, 2024
    Configuration menu
    Copy the full SHA
    2ef1258 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb3faf1 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. chore: Update generation configuration at Wed Jul 24 02:16:50 UTC 2024 (

    googleapis#1761)
    
    * chore: Update generation configuration at Wed Jul 24 02:16:50 UTC 2024
    
    * chore: generate libraries at Wed Jul 24 02:17:16 UTC 2024
    
    * chore: Update generation configuration at Thu Jul 25 02:16:55 UTC 2024
    cloud-java-bot authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    1bbd521 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    76090ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2d9883 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. chore: Update generation configuration at Sat Jul 27 02:15:55 UTC 2024 (

    googleapis#1766)
    
    * chore: Update generation configuration at Sat Jul 27 02:15:55 UTC 2024
    
    * chore: generate libraries at Sat Jul 27 02:16:18 UTC 2024
    cloud-java-bot authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    edcb578 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. chore(main): release 3.24.2 (googleapis#1765)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    f070146 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c45f835 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1de579 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    ff43016 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 3.24.3-SNAPSHOT (googleapis#1768)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    a25046c View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. chore: Update generation configuration at Thu Aug 1 02:20:51 UTC 2024 (

    …googleapis#1773)
    
    chore: Update generation configuration at Thu Aug  1 02:20:51 UTC 2024
    cloud-java-bot authored Aug 1, 2024
    Configuration menu
    Copy the full SHA
    91d290a View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    076ed8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    222629a View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Configuration menu
    Copy the full SHA
    d3c2744 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. chore: Update generation configuration at Tue Aug 6 02:17:07 UTC 2024 (

    …googleapis#1779)
    
    * chore: Update generation configuration at Sat Aug  3 02:16:04 UTC 2024
    
    * chore: Update generation configuration at Tue Aug  6 02:17:07 UTC 2024
    cloud-java-bot authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    1fc85b4 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 3.24.3 (googleapis#1777)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    585d518 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 3.24.4-SNAPSHOT (googleapis#1781)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    4384970 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. feat: add support for the VectorValue type (googleapis#1716)

    Implement VectorValue type support.
    MarkDuckworth authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    81bfa0d View commit details
    Browse the repository at this point in the history
  2. chore: Update generation configuration at Sat Aug 10 02:17:32 UTC 2024 (

    googleapis#1782)
    
    This pull request is generated with proto changes between [googleapis/googleapis@7314e20](https://togithub.com/googleapis/googleapis/commit/7314e20f5e3b2550b2e10a8c53f58ae57c511773) (exclusive) and [googleapis/googleapis@5b517c2](https://togithub.com/googleapis/googleapis/commit/5b517c2637fa5b4cb8f5323af33e19f31c31b4da) (inclusive).
    
    BEGIN_COMMIT_OVERRIDE
    BEGIN_NESTED_COMMIT
    chore: update the libraries_bom version to 26.44.0
    END_NESTED_COMMIT
    BEGIN_NESTED_COMMIT
    feat: Expose the `FindNearest.distance_result_field` parameter
    feat: Expose the `FindNearest.distance_threshold` parameter
    
    PiperOrigin-RevId: 660557033
    
    Source Link: [googleapis/googleapis@28685f7](https://togithub.com/googleapis/googleapis/commit/28685f723d37bea3115876d423e7dbf70819e3ed)
    END_NESTED_COMMIT
    END_COMMIT_OVERRIDE
    cloud-java-bot authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    6456d85 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 3.25.0 (googleapis#1784)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    040fd1c View commit details
    Browse the repository at this point in the history
  4. chore(main): release 3.25.1-SNAPSHOT (googleapis#1785)

    🤖 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).
    release-please[bot] authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    90f53f9 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    f10d399 View commit details
    Browse the repository at this point in the history