forked from googleapis/google-cloud-go
-
Notifications
You must be signed in to change notification settings - Fork 0
feat(firestore): add sort and offset stages #8
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
Open
bhshkh
wants to merge
32
commits into
test/integration-tests-setup
Choose a base branch
from
feat/fspq-sort-offset
base: test/integration-tests-setup
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…pis#13186) This is used as an emergency escape hatch when generation creates files we don't want. The only known usage at the moment is for storage, where files are generated under internal/generated/snippets/storage/internal and we don't want them. Fixes googleapis/librarian#2620
…3191) This will unblock releases for libraries other than the root module. This is a temporary workaround for googleapis/librarian#2627
Add these emulator tests which had been applied to the 1.56.3 branch previously
…is#13200) The genbot would previously crash if it encountered a commit that deleted a proto file. This was because it was trying to read the file from the current filesystem, where it no longer existed. This change updates the genbot to read the file content from the historical commit directly, making the process resilient to file deletions and renames.i refs: googleapis#13188 refs: googleapis#13189 --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
…12944) This is effectively the skeleton around the real work, which is yet to be implemented. Towards googleapis/librarian#981
…13202) BEGIN_COMMIT_OVERRIDE BEGIN_NESTED_COMMIT feat: add privileged_admission_config field to Autopilot PiperOrigin-RevId: 822311698 Library-IDs: container Source-link: [googleapis/googleapis@94ccdfe4](https://togithub.com/googleapis/googleapis/commit/94ccdfe4) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: add end_time_behavior field to MaintenanceExclusionOptions PiperOrigin-RevId: 822311698 Library-IDs: container Source-link: [googleapis/googleapis@94ccdfe4](https://togithub.com/googleapis/googleapis/commit/94ccdfe4) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: add writable_cgroups field to ContainerdConfig PiperOrigin-RevId: 822311698 Library-IDs: container Source-link: [googleapis/googleapis@94ccdfe4](https://togithub.com/googleapis/googleapis/commit/94ccdfe4) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: deprecate enable_legacy_lustre_port field in LustreCsiDriverConfig PiperOrigin-RevId: 822311698 Library-IDs: container Source-link: [googleapis/googleapis@94ccdfe4](https://togithub.com/googleapis/googleapis/commit/94ccdfe4) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: add autoscaled_rollout_policy field to BlueGreenSettings PiperOrigin-RevId: 822311698 Library-IDs: container Source-link: [googleapis/googleapis@94ccdfe4](https://togithub.com/googleapis/googleapis/commit/94ccdfe4) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: add network_tier_config field to NodeNetworkConfig PiperOrigin-RevId: 822311698 Library-IDs: container Source-link: [googleapis/googleapis@94ccdfe4](https://togithub.com/googleapis/googleapis/commit/94ccdfe4) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: add node_kernel_module_loading field to LinuxNodeConfig PiperOrigin-RevId: 822311698 Library-IDs: container Source-link: [googleapis/googleapis@94ccdfe4](https://togithub.com/googleapis/googleapis/commit/94ccdfe4) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: add membership_type field to Fleet PiperOrigin-RevId: 822311698 Library-IDs: container Source-link: [googleapis/googleapis@94ccdfe4](https://togithub.com/googleapis/googleapis/commit/94ccdfe4) END_NESTED_COMMIT BEGIN_NESTED_COMMIT docs: various documentation fixes PiperOrigin-RevId: 822311698 Library-IDs: container Source-link: [googleapis/googleapis@94ccdfe4](https://togithub.com/googleapis/googleapis/commit/94ccdfe4) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: add network_tier_config field to IPAllocationPolicy PiperOrigin-RevId: 822311698 Library-IDs: container Source-link: [googleapis/googleapis@94ccdfe4](https://togithub.com/googleapis/googleapis/commit/94ccdfe4) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: deprecate desired_enterprise_config field in ClusterUpdate PiperOrigin-RevId: 822311698 Library-IDs: container Source-link: [googleapis/googleapis@94ccdfe4](https://togithub.com/googleapis/googleapis/commit/94ccdfe4) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: deprecate enterprise_config field in Cluster PiperOrigin-RevId: 822311698 Library-IDs: container Source-link: [googleapis/googleapis@94ccdfe4](https://togithub.com/googleapis/googleapis/commit/94ccdfe4) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: add rotation_config field to SecretManagerConfig PiperOrigin-RevId: 822311698 Library-IDs: container Source-link: [googleapis/googleapis@94ccdfe4](https://togithub.com/googleapis/googleapis/commit/94ccdfe4) END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix: upgrade gRPC service registration func An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://togithub.com/googleapis/google-cloud-go/pull/11025. PiperOrigin-RevId: 822286152 Library-IDs: oracledatabase Source-link: [googleapis/googleapis@56cc4bfa](https://togithub.com/googleapis/googleapis/commit/56cc4bfa) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: Add EmbedContent method v1beta1 PiperOrigin-RevId: 822273804 Library-IDs: aiplatform Source-link: [googleapis/googleapis@bb4016fd](https://togithub.com/googleapis/googleapis/commit/bb4016fd) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: Expand Oracle Database v1 API to add support for Exadata Exascale (`ExadbVmCluster`, `ExascaleDbStorageVault`), Base Database (`DbSystem`, `Database`, `PluggableDatabase`), and Networking (`OdbNetwork`, `OdbSubnet`). Adds enhancements for Autonomous Database, including Update, Switchover, and Failover operations, CMEK support, and improved disaster recovery fields. Also includes new helper resources for versions and configurations PiperOrigin-RevId: 821933017 Library-IDs: oracledatabase Source-link: [googleapis/googleapis@55319b05](https://togithub.com/googleapis/googleapis/commit/55319b05) END_NESTED_COMMIT BEGIN_NESTED_COMMIT docs: Change comments in some fields in Places API PiperOrigin-RevId: 821809971 Library-IDs: maps Source-link: [googleapis/googleapis@1b5c4487](https://togithub.com/googleapis/googleapis/commit/1b5c4487) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: Add moved_place and moved_place_id to Place PiperOrigin-RevId: 821809971 Library-IDs: maps Source-link: [googleapis/googleapis@1b5c4487](https://togithub.com/googleapis/googleapis/commit/1b5c4487) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: add FunctionResponsePart and excluded_predefined_functions in ComputerUse PiperOrigin-RevId: 821792067 Library-IDs: aiplatform Source-link: [googleapis/googleapis@c280079e](https://togithub.com/googleapis/googleapis/commit/c280079e) END_NESTED_COMMIT END_COMMIT_OVERRIDE This pull request is generated with proto changes between [googleapis/googleapis@c288189b](https://togithub.com/googleapis/googleapis/commit/c288189b43c016dd3cf1ec73ce3cadee8b732f07) (exclusive) and [googleapis/googleapis@94ccdfe4](https://togithub.com/googleapis/googleapis/commit/94ccdfe4519e0ba817bd33aa22eb9c64f88a6874) (inclusive). Librarian Version: v0.0.0-20251021235046-88c43794185d Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian-go@sha256:a272fe1ca4fba0c579426dd16fdbb0cac7795fae318292696aa59f801598d431
…3208) Librarian Version: v0.4.1-0.20251022154542-dd249212325d Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian-go@sha256:a272fe1ca4fba0c579426dd16fdbb0cac7795fae318292696aa59f801598d431 <details><summary>pubsub/v2: 2.3.0</summary> ## [2.3.0](googleapis/google-cloud-go@pubsub/v2.2.1...pubsub/v2.3.0) (2025-10-22) ### Features * Annotate some resource fields with their corresponding API types (PiperOrigin-RevId: 820071518) ([0241a9c](googleapis@0241a9ca)) * Add tags to Subscription, Topic, and CreateSnapshotRequest messages for use in CreateSubscription, CreateTopic, and CreateSnapshot requests respectively (PiperOrigin-RevId: 820071518) ([0241a9c](googleapis@0241a9ca)) * Add AwsKinesisFailureReason.ApiViolationReason (PiperOrigin-RevId: 820071518) ([0241a9c](googleapis@0241a9ca)) ### Documentation * A comment for field `received_messages` in message `.google.pubsub.v1.StreamingPullResponse` is changed (PiperOrigin-RevId: 820071518) ([0241a9c](googleapis@0241a9ca)) </details>
…3209) Librarian Version: v0.0.0-20251022154542-dd249212325d Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian-go@sha256:a272fe1ca4fba0c579426dd16fdbb0cac7795fae318292696aa59f801598d431 <details><summary>ai: 0.14.0</summary> ## [0.14.0](googleapis/google-cloud-go@ai/v0.13.0...ai/v0.14.0) (2025-10-22) ### Features * add URL_RETRIEVAL_STATUS_UNSAFE and URL_RETRIEVAL_STATUS_PAYWALL statuses for url retrieval (PiperOrigin-RevId: 819823490) ([0241a9c](googleapis@0241a9ca)) * add support for finish_message that contain details the reason why the model stopped generating tokens (PiperOrigin-RevId: 819823490) ([0241a9c](googleapis@0241a9ca)) * add log_probability_sum (PiperOrigin-RevId: 819823490) ([0241a9c](googleapis@0241a9ca)) * add support for additional reasons to stop image generation (PiperOrigin-RevId: 819823490) ([0241a9c](googleapis@0241a9ca)) * add support for image generation features (PiperOrigin-RevId: 819821787) ([0241a9c](googleapis@0241a9ca)) * add support for FunctionResponsePart (PiperOrigin-RevId: 819821787) ([0241a9c](googleapis@0241a9ca)) * add support for raw media bytes for function response (PiperOrigin-RevId: 819821787) ([0241a9c](googleapis@0241a9ca)) * add support for additional reasons to stop image generation (PiperOrigin-RevId: 819821787) ([0241a9c](googleapis@0241a9ca)) * add URL_RETRIEVAL_STATUS_UNSAFE and URL_RETRIEVAL_STATUS_PAYWALL statuses for url retrieval (PiperOrigin-RevId: 819821787) ([0241a9c](googleapis@0241a9ca)) * add log_probability_sum (PiperOrigin-RevId: 819821787) ([0241a9c](googleapis@0241a9ca)) * add Computer Use tool type (PiperOrigin-RevId: 819821787) ([0241a9c](googleapis@0241a9ca)) ### Bug Fixes * replaced GenerateVideoResponse by PredictLongRunningGeneratedVideoResponse field (PiperOrigin-RevId: 819821787) ([0241a9c](googleapis@0241a9ca)) ### Documentation * deprecation notice for HarmCategory.HARM_CATEGORY_CIVIC_INTEGRITY (PiperOrigin-RevId: 819823490) ([0241a9c](googleapis@0241a9ca)) </details> <details><summary>aiplatform: 1.108.0</summary> ## [1.108.0](googleapis/google-cloud-go@aiplatform/v1.107.0...aiplatform/v1.108.0) (2025-10-22) ### Features * Add EmbedContent method v1beta1 (PiperOrigin-RevId: 822273804) ([f46efe4](googleapis@f46efe45)) * add FunctionResponsePart and excluded_predefined_functions in ComputerUse (PiperOrigin-RevId: 821792067) ([f46efe4](googleapis@f46efe45)) * add FunctionResponsePart and excluded_predefined_functions in ComputerUse (PiperOrigin-RevId: 820916199) ([eb5bfcb](googleapis@eb5bfcb1)) * Continuous Tuning (PiperOrigin-RevId: 820872021) ([eb5bfcb](googleapis@eb5bfcb1)) ### Documentation * Updated docs for related fields (PiperOrigin-RevId: 820872021) ([eb5bfcb](googleapis@eb5bfcb1)) </details> <details><summary>container: 1.45.0</summary> ## [1.45.0](googleapis/google-cloud-go@container/v1.44.1...container/v1.45.0) (2025-10-22) ### Features * add privileged_admission_config field to Autopilot (PiperOrigin-RevId: 822311698) ([f46efe4](googleapis@f46efe45)) * add end_time_behavior field to MaintenanceExclusionOptions (PiperOrigin-RevId: 822311698) ([f46efe4](googleapis@f46efe45)) * add writable_cgroups field to ContainerdConfig (PiperOrigin-RevId: 822311698) ([f46efe4](googleapis@f46efe45)) * deprecate enable_legacy_lustre_port field in LustreCsiDriverConfig (PiperOrigin-RevId: 822311698) ([f46efe4](googleapis@f46efe45)) * add autoscaled_rollout_policy field to BlueGreenSettings (PiperOrigin-RevId: 822311698) ([f46efe4](googleapis@f46efe45)) * add network_tier_config field to NodeNetworkConfig (PiperOrigin-RevId: 822311698) ([f46efe4](googleapis@f46efe45)) * add node_kernel_module_loading field to LinuxNodeConfig (PiperOrigin-RevId: 822311698) ([f46efe4](googleapis@f46efe45)) * add membership_type field to Fleet (PiperOrigin-RevId: 822311698) ([f46efe4](googleapis@f46efe45)) * add network_tier_config field to IPAllocationPolicy (PiperOrigin-RevId: 822311698) ([f46efe4](googleapis@f46efe45)) * deprecate desired_enterprise_config field in ClusterUpdate (PiperOrigin-RevId: 822311698) ([f46efe4](googleapis@f46efe45)) * deprecate enterprise_config field in Cluster (PiperOrigin-RevId: 822311698) ([f46efe4](googleapis@f46efe45)) * add rotation_config field to SecretManagerConfig (PiperOrigin-RevId: 822311698) ([f46efe4](googleapis@f46efe45)) ### Documentation * various documentation fixes (PiperOrigin-RevId: 822311698) ([f46efe4](googleapis@f46efe45)) </details> <details><summary>discoveryengine: 1.22.0</summary> ## [1.22.0](googleapis/google-cloud-go@discoveryengine/v1.21.1...discoveryengine/v1.22.0) (2025-10-22) ### Bug Fixes * Include AssistAnswer as a part of the Session (PiperOrigin-RevId: 820710306) ([eb5bfcb](googleapis@eb5bfcb1)) * Add labels for additional Sessions identification (PiperOrigin-RevId: 820710306) ([eb5bfcb](googleapis@eb5bfcb1)) </details> <details><summary>maps: 1.25.0</summary> ## [1.25.0](googleapis/google-cloud-go@maps/v1.24.0...maps/v1.25.0) (2025-10-22) ### Features * Add moved_place and moved_place_id to Place (PiperOrigin-RevId: 821809971) ([f46efe4](googleapis@f46efe45)) * add experimental Load Costs feature (PiperOrigin-RevId: 819788002) ([0241a9c](googleapis@0241a9ca)) * add OptimizeToursLongRunning method (PiperOrigin-RevId: 819788002) ([0241a9c](googleapis@0241a9ca)) * add experimental U-turn Avoidance feature (PiperOrigin-RevId: 819788002) ([0241a9c](googleapis@0241a9ca)) * add OptimizeToursUri method (PiperOrigin-RevId: 819788002) ([0241a9c](googleapis@0241a9ca)) ### Documentation * Change comments in some fields in Places API (PiperOrigin-RevId: 821809971) ([f46efe4](googleapis@f46efe45)) * A comment for field `place_id` in message `.google.maps.routeoptimization.v1.Waypoint` is changed (PiperOrigin-RevId: 819788002) ([0241a9c](googleapis@0241a9ca)) * A comment for field `precedence_rules` in message `.google.maps.routeoptimization.v1.ShipmentModel` is changed (PiperOrigin-RevId: 819788002) ([0241a9c](googleapis@0241a9ca)) * A comment for field `duration_distance_matrices` in message `.google.maps.routeoptimization.v1.ShipmentModel` is changed (PiperOrigin-RevId: 819788002) ([0241a9c](googleapis@0241a9ca)) * A comment for enum `TravelMode` is changed (PiperOrigin-RevId: 819788002) ([0241a9c](googleapis@0241a9ca)) </details> <details><summary>oracledatabase: 0.6.0</summary> ## [0.6.0](googleapis/google-cloud-go@oracledatabase/v0.5.1...oracledatabase/v0.6.0) (2025-10-22) ### Features * Expand Oracle Database v1 API to add support for Exadata Exascale (`ExadbVmCluster`, `ExascaleDbStorageVault`), Base Database (`DbSystem`, `Database`, `PluggableDatabase`), and Networking (`OdbNetwork`, `OdbSubnet`). Adds enhancements for Autonomous Database, including Update, Switchover, and Failover operations, CMEK support, and improved disaster recovery fields. Also includes new helper resources for versions and configurations (PiperOrigin-RevId: 821933017) ([f46efe4](googleapis@f46efe45)) ### Bug Fixes * upgrade gRPC service registration func An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://togithub.com/googleapis/google-cloud-go/pull/11025. (PiperOrigin-RevId: 822286152) ([f46efe4](googleapis@f46efe45)) </details> <details><summary>texttospeech: 1.16.0</summary> ## [1.16.0](googleapis/google-cloud-go@texttospeech/v1.15.1...texttospeech/v1.16.0) (2025-10-22) ### Features * add `relax_safety_filters` proto field for Gemini TTS (PiperOrigin-RevId: 820700239) ([eb5bfcb](googleapis@eb5bfcb1)) </details>
…gleapis#13199) b/364927702 1. Fixes test ```go --- FAIL: TestPipelineResult_NoResults (0.00s) panic: runtime error: invalid memory address or nil pointer dereference [recovered, repanicked] [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x10d40b6] goroutine 4633 [running]: testing.tRunner.func1.2({0x13c5240, 0x1ec2150}) /usr/local/go/src/testing/testing.go:1872 +0x419 testing.tRunner.func1() /usr/local/go/src/testing/testing.go:1875 +0x683 panic({0x13c5240?, 0x1ec2150?}) /usr/local/go/src/runtime/panic.go:783 +0x132 cloud.google.com/go/firestore.(*PipelineResult).Data(0xc00046f380) /tmpfs/src/google-cloud-go/firestore/pipeline_result.go:95 +0x96 cloud.google.com/go/firestore.TestPipelineResult_NoResults(0xc000455500) /tmpfs/src/google-cloud-go/firestore/pipeline_result_test.go:359 +0x312 testing.tRunner(0xc000455500, 0x157dca0) /usr/local/go/src/testing/testing.go:1934 +0x21d created by testing.(*T).Run in goroutine 1 /usr/local/go/src/testing/testing.go:1997 +0x9d3 FAIL cloud.google.com/go/firestore 2.337s ``` ```go === RUN TestPipelineResultIterator_GetAll pipeline_result_test.go:249: second result id: got 1, want: 2 --- FAIL: TestPipelineResultIterator_GetAll (0.00s) ``` 2. Add enterprise database env variable Previous pull requests: - googleapis#12217 - googleapis#12425 - googleapis#12538 - googleapis#13147
🤖 I have created a release *beep* *boop* --- ## [1.86.1](googleapis/google-cloud-go@spanner/v1.86.0...spanner/v1.86.1) (2025-10-22) ### Bug Fixes * **spanner:** Upgrade gRPC service registration func ([8fffca2](googleapis@8fffca2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
…13212) BEGIN_COMMIT_OVERRIDE BEGIN_NESTED_COMMIT feat: Add Review.visitDate field to indicate when the review author visited PiperOrigin-RevId: 822750099 Library-IDs: maps Source-link: [googleapis/googleapis@b61fb21b](googleapis/googleapis@b61fb21b) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: Add Place.consumerAlert field for suspicious review activity PiperOrigin-RevId: 822750099 Library-IDs: maps Source-link: [googleapis/googleapis@b61fb21b](googleapis/googleapis@b61fb21b) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: Expose skip_empty_event_based_suggestion in ConversationProfile PiperOrigin-RevId: 822692160 Library-IDs: dialogflow Source-link: [googleapis/googleapis@80a20813](googleapis/googleapis@80a20813) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: Added Vertex extension tool support to v2/v2beta1 PiperOrigin-RevId: 822692160 Library-IDs: dialogflow Source-link: [googleapis/googleapis@80a20813](googleapis/googleapis@80a20813) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: Context references added to conversation for dynamic data ingestion PiperOrigin-RevId: 822692160 Library-IDs: dialogflow Source-link: [googleapis/googleapis@80a20813](googleapis/googleapis@80a20813) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: Expose debug info field in ConversationProfile PiperOrigin-RevId: 822692160 Library-IDs: dialogflow Source-link: [googleapis/googleapis@80a20813](googleapis/googleapis@80a20813) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: Added support for AI Coach feature PiperOrigin-RevId: 822692160 Library-IDs: dialogflow Source-link: [googleapis/googleapis@80a20813](googleapis/googleapis@80a20813) END_NESTED_COMMIT BEGIN_NESTED_COMMIT docs: Updated comments for the `SuggestionInput` message, documenting how it is used with tools PiperOrigin-RevId: 822692160 Library-IDs: dialogflow Source-link: [googleapis/googleapis@80a20813](googleapis/googleapis@80a20813) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: Improved generator quota management PiperOrigin-RevId: 822692160 Library-IDs: dialogflow Source-link: [googleapis/googleapis@80a20813](googleapis/googleapis@80a20813) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: add Agent Assist Generator Evaluation feature PiperOrigin-RevId: 822692160 Library-IDs: dialogflow Source-link: [googleapis/googleapis@80a20813](googleapis/googleapis@80a20813) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: A new field &googleapis#39;security_settings&googleapis#39; is added to GenerateStatelessSuggestionRequest PiperOrigin-RevId: 822692160 Library-IDs: dialogflow Source-link: [googleapis/googleapis@80a20813](googleapis/googleapis@80a20813) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: add a turn complete signal to BidiStreamingAnalyzeContent PiperOrigin-RevId: 822692160 Library-IDs: dialogflow Source-link: [googleapis/googleapis@80a20813](googleapis/googleapis@80a20813) END_NESTED_COMMIT BEGIN_NESTED_COMMIT docs: update documentation for transcription language code configuration PiperOrigin-RevId: 822692160 Library-IDs: dialogflow Source-link: [googleapis/googleapis@80a20813](googleapis/googleapis@80a20813) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: Added support for Build Your Own Assist feature PiperOrigin-RevId: 822692160 Library-IDs: dialogflow Source-link: [googleapis/googleapis@80a20813](googleapis/googleapis@80a20813) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: Expose flexible safety filter change, rai_settings in ConversationProfile PiperOrigin-RevId: 822692160 Library-IDs: dialogflow Source-link: [googleapis/googleapis@80a20813](googleapis/googleapis@80a20813) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: Added tool support for AI Coach feature PiperOrigin-RevId: 822692160 Library-IDs: dialogflow Source-link: [googleapis/googleapis@80a20813](googleapis/googleapis@80a20813) END_NESTED_COMMIT END_COMMIT_OVERRIDE This pull request is generated with proto changes between [googleapis/googleapis@94ccdfe4](googleapis/googleapis@94ccdfe) (exclusive) and [googleapis/googleapis@b61fb21b](googleapis/googleapis@b61fb21) (inclusive). Librarian Version: v0.0.0-20251022181450-0ee9437f0ec3 Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian-go@sha256:a272fe1ca4fba0c579426dd16fdbb0cac7795fae318292696aa59f801598d431
Update to us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian-go@sha256:9d769b80b95bb0ff51c282def392bd57ac10ed05f0987a60d6cb5d2e8e2c3aa2 Note: the snippet file changes are just the result of the previous release being from release-please (without the follow-up OwlBot PR that would have updated the snippets).
…is#13217) The comment is deliberately *within* the global_files_allowlist as I expect us to have different (logical) sections within the allowlist, each with its own comment.
…cess (googleapis#13153) The same thing has been introduced to Cloud Spanner and GCS.
Fixes googleapis/librarian#2422 - see that issue for more details. From this merge point: - Generation of API changes will still be automatic, via Librarian instead of OwlBot - Releases will be manually initiated: @quartzmo and I will be happy to pair with the Spanner team for the first release or two
b18397b to
8861ac2
Compare
…leapis#13216) Default keep alive time is 120 seconds. If customer wants to override they can override it by passing the keepAlive configuration in the opts.
…d (and run go mod tidy) (googleapis#13221) The implementation will currently require a playbook along the lines of: 1. Run `librarian generate -api=google/cloud/abc/v1 -library=abc` 1. Run `go work use ./abc` 1. Commit changes and push Notes: * Step 2 is only needed for whole new libraries (as opposed to new APIs within existing libraries). * Step 2 is only needed as long as google-cloud-go uses Go Workspaces. * Step 2 may possibly be eliminated by directly updating `go.work` in configure.
…ian generated PRs (googleapis#12871) As part of onboarding libraries to Librarian, the cloud sdk platform team will be taking over approving and merging the automatically generated PRs.
…13228) BEGIN_COMMIT_OVERRIDE BEGIN_NESTED_COMMIT feat: Add EmbedContent method v1 PiperOrigin-RevId: 823219007 Library-IDs: aiplatform Source-link: [googleapis/googleapis@0830bd94](googleapis/googleapis@0830bd94) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: add ROLE_ASSISTANT_MANAGER to the MembershipRole enum in the Membership proto and assistant_managers_allowed to the PermissionSetting PiperOrigin-RevId: 823185429 Library-IDs: chat Source-link: [googleapis/googleapis@98fef441](googleapis/googleapis@98fef441) END_NESTED_COMMIT BEGIN_NESTED_COMMIT docs: Update field documentations for space.proto and membership.proto PiperOrigin-RevId: 823185429 Library-IDs: chat Source-link: [googleapis/googleapis@98fef441](googleapis/googleapis@98fef441) END_NESTED_COMMIT BEGIN_NESTED_COMMIT docs: minor formatting PiperOrigin-RevId: 823067257 Library-IDs: dialogflow Source-link: [googleapis/googleapis@fc2a56a1](googleapis/googleapis@fc2a56a1) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: A new message `DataDocumentationSpec` is added representing Data Documentation Spec PiperOrigin-RevId: 822921010 Library-IDs: dataplex Source-link: [googleapis/googleapis@5ad924f1](googleapis/googleapis@5ad924f1) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: A new field `data_documentation_result` is added for Data Documentation Result to message `.google.cloud.dataplex.v1.DataScan` PiperOrigin-RevId: 822921010 Library-IDs: dataplex Source-link: [googleapis/googleapis@5ad924f1](googleapis/googleapis@5ad924f1) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: A new field `data_documentation_result` is added for Data Documentation Result in `.google.cloud.dataplex.v1.DataScanJob` PiperOrigin-RevId: 822921010 Library-IDs: dataplex Source-link: [googleapis/googleapis@5ad924f1](googleapis/googleapis@5ad924f1) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: A new data scan type Data documentation added. PiperOrigin-RevId: 822921010 Library-IDs: dataplex Source-link: [googleapis/googleapis@5ad924f1](googleapis/googleapis@5ad924f1) END_NESTED_COMMIT BEGIN_NESTED_COMMIT docs: A comment for field `resource` in message `.google.cloud.dataplex.v1.DataSource` is changed PiperOrigin-RevId: 822921010 Library-IDs: dataplex Source-link: [googleapis/googleapis@5ad924f1](googleapis/googleapis@5ad924f1) END_NESTED_COMMIT BEGIN_NESTED_COMMIT docs: A comment for message `DataScan` is changed PiperOrigin-RevId: 822921010 Library-IDs: dataplex Source-link: [googleapis/googleapis@5ad924f1](googleapis/googleapis@5ad924f1) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: A new message `DataDocumentationResult` is added representing Data Documentation Result PiperOrigin-RevId: 822921010 Library-IDs: dataplex Source-link: [googleapis/googleapis@5ad924f1](googleapis/googleapis@5ad924f1) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: A new field `data_documentation_spec` is added for Data Documentation Spec to message `.google.cloud.dataplex.v1.DataScan` PiperOrigin-RevId: 822921010 Library-IDs: dataplex Source-link: [googleapis/googleapis@5ad924f1](googleapis/googleapis@5ad924f1) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: A new field `data_documentation_spec` is added for Data Documentation Spec to message `.google.cloud.dataplex.v1.DataScanJob` PiperOrigin-RevId: 822921010 Library-IDs: dataplex Source-link: [googleapis/googleapis@5ad924f1](googleapis/googleapis@5ad924f1) END_NESTED_COMMIT END_COMMIT_OVERRIDE This pull request is generated with proto changes between [googleapis/googleapis@b61fb21b](googleapis/googleapis@b61fb21) (exclusive) and [googleapis/googleapis@0830bd94](googleapis/googleapis@0830bd9) (inclusive). Librarian Version: v0.0.0-20251022181450-0ee9437f0ec3 Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian-go@sha256:9d769b80b95bb0ff51c282def392bd57ac10ed05f0987a60d6cb5d2e8e2c3aa2
176319f to
f045b7d
Compare
d46767e to
b96e23d
Compare
…ogleapis#13194) b/364927702 1. add all the remaining private preview aggregate functions. Merging this PR completes the implementation of all the **type: "Function" subType : "Accumulators (Aggregation)"** private preview features. See "Firestore Features (Pipeline)" sheet in [go/firestore-query-tracker](http://go/firestore-query-tracker) for the list of features. Java reference: - https://github.com/googleapis/java-firestore/blob/ccaf9d4fac5bd87a4da3d37493ca66fdc7681bc3/google-cloud-firestore/src/main/java/com/google/cloud/firestore/pipeline/expressions/AggregateFunction.java#L43-L71 - https://github.com/googleapis/java-firestore/blob/ccaf9d4fac5bd87a4da3d37493ca66fdc7681bc3/google-cloud-firestore/src/main/java/com/google/cloud/firestore/pipeline/expressions/AggregateFunction.java#L93-L111 2. add all the remaining private preview timestamp functions. Merging this PR completes the implementation of all the **type: "Function" subType: "Date / Timestamp"** private preview features. (except timestamp_trunc function which is not yet inmplemented in any of the SDKs. Requires additonal approvals from Firestore team and will be added to separate PR). See "Firestore Features (Pipeline)" sheet in [go/firestore-query-tracker](http://go/firestore-query-tracker) for the list of functions. Java reference: - https://github.com/googleapis/java-firestore/blob/ccaf9d4fac5bd87a4da3d37493ca66fdc7681bc3/google-cloud-firestore/src/main/java/com/google/cloud/firestore/pipeline/expressions/Expression.java#L2262-L2517 3. Add integration tests for all functions. 4. Remove Rand function since it is not targeted for private preview. 5. Renamed numericExprOrField to numericExprOrFieldPath since field is a separate type/expression. https://github.com/googleapis/google-cloud-go/blob/a3ee1f19068c6d3fb77ad797e29884a90d6402a2/firestore/pipeline_field.go#L21-L41 Previous pull requests - googleapis#12217 - googleapis#12425 - googleapis#12538 - googleapis#13147 - googleapis#13199 - googleapis#13218
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
b/364927702
Add sort stage similar to Java
https://github.com/googleapis/java-firestore/blob/ccaf9d4fac5bd87a4da3d37493ca66fdc7681bc3/google-cloud-firestore/src/main/java/com/google/cloud/firestore/Pipeline.java#L644-L670
Add offset stage similar to Java
https://github.com/googleapis/java-firestore/blob/ccaf9d4fac5bd87a4da3d37493ca66fdc7681bc3/google-cloud-firestore/src/main/java/com/google/cloud/firestore/Pipeline.java#L391-L414
Rename Avg to Average
Previous pull requests:
Merging this PR completes the implementation of all the type "Stage" subType "General" private preview features.
See "Firestore Features (Pipeline)" sheet in go/firestore-query-tracker