-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Comparing changes
Open a pull request
base repository: googleapis/google-cloud-go
base: dialogflow/v1.66.0
head repository: googleapis/google-cloud-go
compare: dialogflow/v1.67.0
- 12 commits
- 2,124 files changed
- 7 contributors
Commits on Mar 3, 2025
-
feat(spanner): add option for LastStatement in transaction (#11638)
Adds an option to indicate that a statement is the last statement in a transaction. This allows Spanner to skip some validations during the execution of the statement, and instead rely on the validations during the Commit. This option will also be used by the database/sql driver for statements that are executed directly on a connection instead of in a transaction. This change also fixes a number of test cases so that the test time is reduced from 2 minutes to approx 5 seconds.
Configuration menu - View commit details
-
Copy full SHA for d662a45 - Browse repository at this point
Copy the full SHA d662a45View commit details -
chore: remove resourcesettings (#11678)
This API has been shutdown since Oct 1, 2024. See: https://cloud.google.com/resource-manager/docs/deprecations
Configuration menu - View commit details
-
Copy full SHA for e87cedc - Browse repository at this point
Copy the full SHA e87cedcView commit details -
fix(aiplatform): An existing google.api.http annotation
http_uri
is…… changed for method `DeployPublisherModel` in service `ModelGardenService` (#11670) - [ ] Regenerate this pull request now. docs(aiplatform): A comment for field `model` in message `.google.cloud.aiplatform.v1beta1.DeployPublisherModelRequest` is changed feat(aiplatform): A new field `include_equivalent_model_garden_model_deployment_configs` is added to message `.google.cloud.aiplatform.v1beta1.GetPublisherModelRequest` PiperOrigin-RevId: 732302115 Source-Link: https://togithub.com/googleapis/googleapis/commit/abfda69aa3b8dbd8e419fbbeab9efadfc774e284 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/1b6a813f1f30dfd1913f221330ac4d996329f106 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMWI2YTgxM2YxZjMwZGZkMTkxM2YyMjEzMzBhYzRkOTk2MzI5ZjEwNiJ9 BEGIN_NESTED_COMMIT feat(aiplatform): add VertexAISearch.engine option PiperOrigin-RevId: 732246835 Source-Link: https://togithub.com/googleapis/googleapis/commit/56d4e625429fe7c66ab563bd0f7afb1c3299f619 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/c03cc4451ba7015727f75456829c343ddd304faf Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzAzY2M0NDUxYmE3MDE1NzI3Zjc1NDU2ODI5YzM0M2RkZDMwNGZhZiJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat(bigtable/admin): publish row_key_schema fields in table proto and relevant admin APIs to setup a table with a row_key_schema PiperOrigin-RevId: 732197624 Source-Link: https://togithub.com/googleapis/googleapis/commit/33b23a795cf6fa480df56074540fc2f9a7936012 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/cfb78ae9b01c9f6bb091d84678bcd0dc9907e734 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2ZiNzhhZTliMDFjOWY2YmIwOTFkODQ2NzhiY2QwZGM5OTA3ZTczNCJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT chore: update copyright year for auto-generated protos PiperOrigin-RevId: 732130682 Source-Link: https://togithub.com/googleapis/googleapis/commit/9415ba048aa587b1b2df2b96fc00aa009c831597 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/2905f833756c2b20b3282be84b511e040fe54f33 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjkwNWY4MzM3NTZjMmIyMGIzMjgyYmU4NGI1MTFlMDQwZmU1NGYzMyJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat(dataform): Added new field `internal_metadata` to all resources to export all the metadata information that is used internally to serve the resource feat(dataform): Returning `commit_sha` in the response of method `CommitRepositoryChanges` feat(dataform): Moving existing field `bigquery_action` to oneof in message `.google.cloud.dataform.v1beta1.WorkflowInvocationAction` to allow adding more actions types such as `notebook_action` docs(dataform): Explained the effect of field `page_token` on the pagination in several messages fix(dataform): Response type of method `CommitRepositoryChanges` is changed from `.google.protobuf.Empty` to `.google.cloud.dataform.v1beta1.CommitRepositoryChangesResponse` in service `Dataform` fix(dataform): Response type of method `PullGitCommits` is changed from `.google.protobuf.Empty` to `.google.cloud.dataform.v1beta1.PullGitCommitsResponse` in service `Dataform` fix(dataform): Response type of method `PushGitCommits` is changed from `.google.protobuf.Empty` to `.google.cloud.dataform.v1beta1.PushGitCommitsResponse` in service `Dataform` fix(dataform): Response type of method `CommitWorkspaceChanges` is changed from `.google.protobuf.Empty` to `.google.cloud.dataform.v1beta1.CommitWorkspaceChangesResponse` in service `Dataform` fix(dataform): Response type of method `ResetWorkspaceChanges` is changed from `.google.protobuf.Empty` to `.google.cloud.dataform.v1beta1.ResetWorkspaceChangesResponse` in service `Dataform` fix(dataform): Response type of method `RemoveDirectory` is changed from `.google.protobuf.Empty` to `.google.cloud.dataform.v1beta1.RemoveDirectoryResponse` in service `Dataform` fix(dataform): Response type of method `RemoveFileRequest` is changed from `.google.protobuf.Empty` to `.google.cloud.dataform.v1beta1.RemoveFileResponse` in service `Dataform` fix(dataform): Response type of method `CancelWorkflowInvocation` is changed from `.google.protobuf.Empty` to `.google.cloud.dataform.v1beta1.CancelWorkflowInvocationResponse` in service `Dataform` fix(dataform): An existing field `bigquery_action` is moved in to oneof in message `.google.cloud.dataform.v1beta1.WorkflowInvocationAction` docs(dataform): Adds known limitations on several methods such as `UpdateRepository`, `UpdateReleaseConfig` and `UpdateWorkflowConfig` docs(dataform): several comments reformatted PiperOrigin-RevId: 732065943 Source-Link: https://togithub.com/googleapis/googleapis/commit/e7e526513dc435f0386358bd5354f3de6ced6380 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/77369e5673b1f90a96173f7462352a1458e02f60 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzczNjllNTY3M2IxZjkwYTk2MTczZjc0NjIzNTJhMTQ1OGUwMmY2MCJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: Removed Google Cloud CLI `gcloud resource-settings` PiperOrigin-RevId: 731848519 Source-Link: https://togithub.com/googleapis/googleapis/commit/68b6376ca75f03094a65ec5bbbc868bd9f058ee3 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/f66c8da9dc16c9fd875ad4dbe5da7e76756b92f1 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjY2YzhkYTlkYzE2YzlmZDg3NWFkNGRiZTVkYTdlNzY3NTZiOTJmMSJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: Added Fleet Engine Delete APIs PiperOrigin-RevId: 731779200 Source-Link: https://togithub.com/googleapis/googleapis/commit/fc5c0bd8845ea19a288580e246f8a2786f4416cc Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/776721a0a7ab2ca8f06a2e80e4f146e835ebbe4c Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzc2NzIxYTBhN2FiMmNhOGYwNmEyZTgwZTRmMTQ2ZTgzNWViYmU0YyJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT docs(dialogflow): clarified wording around document_correctness docs(dialogflow): clarified wording around use_timeout_based_endpointing docs(dialogflow): clarified wording around BoostSpec and filter_specs docs(dialogflow): clarified wording around send_time PiperOrigin-RevId: 731775764 Source-Link: https://togithub.com/googleapis/googleapis/commit/8dc944f48aaa16ef9e6795fd9b9c90d634b1f7f4 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/3fbcb01bd5ed1e84e939f50a11511a417c33e6f4 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiM2ZiY2IwMWJkNWVkMWU4NGU5MzlmNTBhMTE1MTFhNDE3YzMzZTZmNCJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT chore(deploy): update copyright year for auto-generated protos PiperOrigin-RevId: 731743899 Source-Link: https://togithub.com/googleapis/googleapis/commit/d9b049376b49f7ccf0dc0564c83357dd862f9b01 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/e0e73c8ecb75ec453e231d3d357821fc49002306 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTBlNzNjOGVjYjc1ZWM0NTNlMjMxZDNkMzU3ODIxZmM0OTAwMjMwNiJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT chore: update copyright year for auto-generated protos PiperOrigin-RevId: 731738802 Source-Link: https://togithub.com/googleapis/googleapis/commit/d72ca0d2ef7a786e2ffd59fa04e1c9241e09a7a9 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/27349920dae6cd4c2a51c1c5b4b43e2c00f02966 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjczNDk5MjBkYWU2Y2Q0YzJhNTFjMWM1YjRiNDNlMmMwMGYwMjk2NiJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT chore: update copyright year for auto-generated protos PiperOrigin-RevId: 731731741 Source-Link: https://togithub.com/googleapis/googleapis/commit/b151ec2ae29c2c955c56784c0ce388b2d8c4a84c Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/3b1aae86b82864de0ec52096cc11c00558d9791f Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiM2IxYWFlODZiODI4NjRkZTBlYzUyMDk2Y2MxMWMwMDU1OGQ5NzkxZiJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT chore: update copyright year for auto-generated protos PiperOrigin-RevId: 731731294 Source-Link: https://togithub.com/googleapis/googleapis/commit/a2dbd2daf634a4841d98ce2ef77aea8e673e71e5 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/c28cf034e138ea0987062a338500211b7b4f4362 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzI4Y2YwMzRlMTM4ZWEwOTg3MDYyYTMzODUwMDIxMWI3YjRmNDM2MiJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT chore(datacatalog): update copyright year for auto-generated protos PiperOrigin-RevId: 731716020 Source-Link: https://togithub.com/googleapis/googleapis/commit/51cf3d9a28b0a55e72eaf205af79394774ee741d Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/8e876724958563b88d1d1d586301235add2756e1 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOGU4NzY3MjQ5NTg1NjNiODhkMWQxZDU4NjMwMTIzNWFkZDI3NTZlMSJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT chore: update copyright year for auto-generated protos PiperOrigin-RevId: 731706440 Source-Link: https://togithub.com/googleapis/googleapis/commit/35af68f36aeb2c79978680fdc4549740d425dc2a Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/90c97dbb98a3da6bae8cf152b3c765a3afe5f7a6 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTBjOTdkYmI5OGEzZGE2YmFlOGNmMTUyYjNjNzY1YTNhZmU1ZjdhNiJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT chore: update copyright year for auto-generated protos PiperOrigin-RevId: 731704647 Source-Link: https://togithub.com/googleapis/googleapis/commit/c15e2b199067905e2c9372da116a0d83ac003c1b Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/249ed8e0b42cd499906b24775fdb13a5e3030f78 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjQ5ZWQ4ZTBiNDJjZDQ5OTkwNmIyNDc3NWZkYjEzYTVlMzAzMGY3OCJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT chore: update copyright year for auto-generated protos PiperOrigin-RevId: 731694023 Source-Link: https://togithub.com/googleapis/googleapis/commit/12fc2f929e39688aa24ae6fc5e18db3315975a6e Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/ec9b0414aac5ce611ff57655a4da655bddfff0fe Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZWM5YjA0MTRhYWM1Y2U2MTFmZjU3NjU1YTRkYTY1NWJkZGZmZjBmZSJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT chore: update copyright year for auto-generated protos PiperOrigin-RevId: 731693666 Source-Link: https://togithub.com/googleapis/googleapis/commit/fd510f8e0f12ef5e2f77be2dd4b6316d39952a37 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/42097f7cc76ee7bdfecaeaea115af235716fddb1 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDIwOTdmN2NjNzZlZTdiZGZlY2FlYWVhMTE1YWYyMzU3MTZmZGRiMSJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT chore: update copyright year for auto-generated protos PiperOrigin-RevId: 731692099 Source-Link: https://togithub.com/googleapis/googleapis/commit/696d1c237cabe450c4369e867d68c98e45aec4bf Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/c159831649ad50e7551c03ef855788bce4c7bea3 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzE1OTgzMTY0OWFkNTBlNzU1MWMwM2VmODU1Nzg4YmNlNGM3YmVhMyJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT chore(maps/fleetengine/delivery): update copyright year for auto-generated protos PiperOrigin-RevId: 731691059 Source-Link: https://togithub.com/googleapis/googleapis/commit/7e5dd6bb12d1ba329e55e5d5a1589fc3e9697f4f Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/2b78e07cd2a1eb37fb0107c20c1b6dcc3f4cb74b Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMmI3OGUwN2NkMmExZWIzN2ZiMDEwN2MyMGMxYjZkY2MzZjRjYjc0YiJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT chore(discoveryengine): update copyright year for auto-generated protos PiperOrigin-RevId: 731678319 Source-Link: https://togithub.com/googleapis/googleapis/commit/588b7c25259a86720d072607a51f41151d9832e6 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/92ff51c2e24ac3354c605ae8f9846f735fa51fa6 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTJmZjUxYzJlMjRhYzMzNTRjNjA1YWU4Zjk4NDZmNzM1ZmE1MWZhNiJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT chore(maps/routing): update copyright year for auto-generated protos PiperOrigin-RevId: 731676771 Source-Link: https://togithub.com/googleapis/googleapis/commit/c163d9caf0ab927a9ff072cf5adafc57a9e34330 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/568b1e4f74a62bc2efa63643503c73e90912b600 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTY4YjFlNGY3NGE2MmJjMmVmYTYzNjQzNTAzYzczZTkwOTEyYjYwMCJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT chore(retail): update copyright year for auto-generated protos PiperOrigin-RevId: 731662818 Source-Link: https://togithub.com/googleapis/googleapis/commit/3bb047a19d03f94176f733954b148c81839904ab Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/2e4ed9f4c65aff375b9a71247c5ac0e93a74144d Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMmU0ZWQ5ZjRjNjVhZmYzNzViOWE3MTI0N2M1YWMwZTkzYTc0MTQ0ZCJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT chore(baremetalsolution): update copyright year for auto-generated protos PiperOrigin-RevId: 731661348 Source-Link: https://togithub.com/googleapis/googleapis/commit/6caf69b6f1d3f80255fa46e504acf96e38ef34c0 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/a2340277b65328e7af55735b62b4be42e41c7bee Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTIzNDAyNzdiNjUzMjhlN2FmNTU3MzViNjJiNGJlNDJlNDFjN2JlZSJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT chore(retail): update copyright year for auto-generated protos PiperOrigin-RevId: 731660836 Source-Link: https://togithub.com/googleapis/googleapis/commit/6086c37a122b26fc353056917581c9e48d19be36 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/929ed062b297ef6222dd864d57226e005afbe5b8 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTI5ZWQwNjJiMjk3ZWY2MjIyZGQ4NjRkNTcyMjZlMDA1YWZiZTViOCJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT chore(run): update copyright year for auto-generated protos PiperOrigin-RevId: 731532281 Source-Link: https://togithub.com/googleapis/googleapis/commit/b4f2cb5295c6cd7b4f0366514508f70304c48a21 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/a401b0ca200ac77c2b1fc589cc18856abfbece92 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTQwMWIwY2EyMDBhYzc3YzJiMWZjNTg5Y2MxODg1NmFiZmJlY2U5MiJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT chore: update copyright year for auto-generated protos PiperOrigin-RevId: 731529537 Source-Link: https://togithub.com/googleapis/googleapis/commit/d41317895717b9ebc3b04d42cafbb0eaef080329 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/95240db5b56a2d6357a8c6680541b3c4071f7568 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTUyNDBkYjViNTZhMmQ2MzU3YThjNjY4MDU0MWIzYzQwNzFmNzU2OCJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT chore(monitoring/dashboard): update copyright year for auto-generated protos PiperOrigin-RevId: 731529258 Source-Link: https://togithub.com/googleapis/googleapis/commit/d19f75d68122752b81832521e40bd8980dce4b52 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/918502846d613f254e32f2829317063e204d8351 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTE4NTAyODQ2ZDYxM2YyNTRlMzJmMjgyOTMxNzA2M2UyMDRkODM1MSJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT chore(cloudcontrolspartner): update copyright year for auto-generated protos PiperOrigin-RevId: 731527627 Source-Link: https://togithub.com/googleapis/googleapis/commit/554575ee8d01d277344ec704e0561e9abc7f57f3 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/192e2d6a2de7f724f6dec5e8dba4c308e8db72bf Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTkyZTJkNmEyZGU3ZjcyNGY2ZGVjNWU4ZGJhNGMzMDhlOGRiNzJiZiJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT chore: update copyright year for auto-generated protos PiperOrigin-RevId: 731525551 Source-Link: https://togithub.com/googleapis/googleapis/commit/2dc21fecf8709ee1e7937e8be3a9a136a1fdb613 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/b490a2ade4fa0fed8ff3bfb7333ab20266e5d797 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjQ5MGEyYWRlNGZhMGZlZDhmZjNiZmI3MzMzYWIyMDI2NmU1ZDc5NyJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT chore(dataplex): update copyright year for auto-generated protos PiperOrigin-RevId: 731512875 Source-Link: https://togithub.com/googleapis/googleapis/commit/f51eb45381d514da3921839c0e759d03fc92ab99 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/28fc2affb81d07743b9076d1c7d1c3c0f4f2b327 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjhmYzJhZmZiODFkMDc3NDNiOTA3NmQxYzdkMWMzYzBmNGYyYjMyNyJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT chore(talent): update copyright year for auto-generated protos PiperOrigin-RevId: 731509722 Source-Link: https://togithub.com/googleapis/googleapis/commit/acfcb5c24465dd88dd18767a9baa496a2c47fdb1 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/72e6ef3bcee7ca5ff75b9f02037f175ca16ba444 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzJlNmVmM2JjZWU3Y2E1ZmY3NWI5ZjAyMDM3ZjE3NWNhMTZiYTQ0NCJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT chore(securitycenter): update copyright year for auto-generated protos PiperOrigin-RevId: 731506977 Source-Link: https://togithub.com/googleapis/googleapis/commit/44245d16a7eeac52c7700705dba591ede3a13180 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/a54f30e315c99fb175e2905e344856883467a80d Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTU0ZjMwZTMxNWM5OWZiMTc1ZTI5MDVlMzQ0ODU2ODgzNDY3YTgwZCJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT chore(monitoring/apiv3): update copyright year for auto-generated protos PiperOrigin-RevId: 731499758 Source-Link: https://togithub.com/googleapis/googleapis/commit/af33708d72bb5f41d12110d89305e43f9460969d Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/4d16ebfdc63f02e974246676e844ab189d589a93 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGQxNmViZmRjNjNmMDJlOTc0MjQ2Njc2ZTg0NGFiMTg5ZDU4OWE5MyJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat(aiplatform): add EnterpriseWebSearch tool option PiperOrigin-RevId: 731486257 Source-Link: https://togithub.com/googleapis/googleapis/commit/2862c1e2d80e392423b87bad6203fe41482e4937 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/1cf5c64d0d9b60d77e51f74fa2d6bc9f1709c6df Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMWNmNWM2NGQwZDliNjBkNzdlNTFmNzRmYTJkNmJjOWYxNzA5YzZkZiJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: A new field `past_locations` is added to message `.maps.fleetengine.delivery.v1.DeliveryVehicle` feat: A new field `past_locations` is added to message `.maps.fleetengine.v1.Vehicle` docs: Updated documentation for field `task` in message `.maps.fleetengine.delivery.v1.CreateTaskRequest` to clarify certain fields can be optionally set. PiperOrigin-RevId: 731478697 Source-Link: https://togithub.com/googleapis/googleapis/commit/cdb9d3bb3418e9b8714826262fb1663abd8cc6be Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/f22d67a24f5f7d56c3d089ca79727c3ba4eab06f Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjIyZDY3YTI0ZjVmN2Q1NmMzZDA4OWNhNzk3MjdjM2JhNGVhYjA2ZiJ9 END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat(dialogflow/cx): exposed Zone Separation & Zone Isolation status of an agent feat(dialogflow/cx): added support for document_processing_mode docs(dialogflow/cx): clarified wording around use_timeout_based_endpointing docs(dialogflow/cx): clarified wording around StreamingDetectIntentRequest PiperOrigin-RevId: 731475610 Source-Link: https://togithub.com/googleapis/googleapis/commit/b7c1119f8e5b7f2c54714923549755117a3a614c Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/2aa8fb4eb92672a913934e6a562a6eeedf79f640 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMmFhOGZiNGViOTI2NzJhOTEzOTM0ZTZhNTYyYTZlZWVkZjc5ZjY0MCJ9 END_NESTED_COMMIT
Configuration menu - View commit details
-
Copy full SHA for 3f23a91 - Browse repository at this point
Copy the full SHA 3f23a91View commit details
Commits on Mar 4, 2025
-
fix(aiplatform): remove VertexAISearch.engine option (#11681)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 733027838 Source-Link: https://togithub.com/googleapis/googleapis/commit/73bb1ed1e76c5b80816144f6ed9a1b7a3dfcf87c Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/b3950578f45d25ec41446ad33cee30242b212679 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjM5NTA1NzhmNDVkMjVlYzQxNDQ2YWQzM2NlZTMwMjQyYjIxMjY3OSJ9
Configuration menu - View commit details
-
Copy full SHA for 60dc167 - Browse repository at this point
Copy the full SHA 60dc167View commit details
Commits on Mar 5, 2025
-
feat(spanner): Support REPEATABLE_READ for RW transaction (#11654)
* feat: Support REPEATABLE_READ for RW transaction * Addressed comments
Configuration menu - View commit details
-
Copy full SHA for 655de36 - Browse repository at this point
Copy the full SHA 655de36View commit details -
chore(all): fix out-of-sync version.go files (#11684)
BEGIN_NESTED_COMMIT fix(accessapproval): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(accesscontextmanager): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(apigateway): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(apigeeconnect): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(apigeeregistry): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(apikeys): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(appengine): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(area120): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(artifactregistry): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(assuredworkloads): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(automl): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(baremetalsolution): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(beyondcorp): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(billing): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(channel): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(clouddms): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(cloudtasks): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(dataflow): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(datafusion): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(datalabeling): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(dataqna): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(datastream): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(domains): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(essentialcontacts): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(eventarc): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(gkeconnect): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(gkehub): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(grafeas): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(gsuiteaddons): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(iam): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(iap): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(ids): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(iot): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(lifesciences): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(longrunning): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(managedidentities): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(mediatranslation): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(memcache): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(metastore): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(networkconnectivity): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(networksecurity): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(notebooks): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(optimization): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(phishingprotection): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(policysimulator): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(policytroubleshooter): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(privatecatalog): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(rapidmigrationassessment): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(recommendationengine): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(resourcemanager): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(run): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(scheduler): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(servicedirectory): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(servicemanagement): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(serviceusage): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(shell): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(storageinsights): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(storagetransfer): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(support): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(talent): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(texttospeech): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(tpu): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(trace): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(videointelligence): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(vmmigration): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(vpcaccess): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(webrisk): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(websecurityscanner): fix out-of-sync version.go END_NESTED_COMMIT BEGIN_NESTED_COMMIT fix(workflows): fix out-of-sync version.go END_NESTED_COMMIT
Configuration menu - View commit details
-
Copy full SHA for 28f0030 - Browse repository at this point
Copy the full SHA 28f0030View commit details
Commits on Mar 6, 2025
-
chore(main): release spanner 1.77.0 (#11634)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7cd2512 - Browse repository at this point
Copy the full SHA 7cd2512View commit details -
feat(spanner/spansql): Add support for tokenlist and create search in…
…dex (#11522) Adds support for parsing `tokenlist` and `create search index` in spanner/spansql. Fixes https://togithub.com/googleapis/google-cloud-go/issues/11466
Configuration menu - View commit details
-
Copy full SHA for cd894f8 - Browse repository at this point
Copy the full SHA cd894f8View commit details -
chore: fix failing vet checks (#11758)
Followup from #11522
Configuration menu - View commit details
-
Copy full SHA for 86f428a - Browse repository at this point
Copy the full SHA 86f428aView commit details -
chore: skip aliasshim for all env (#11755)
Previously this was only being applied to earliest builds. This is a followup to #11635.
Configuration menu - View commit details
-
Copy full SHA for 6835f31 - Browse repository at this point
Copy the full SHA 6835f31View commit details -
Configuration menu - View commit details
-
Copy full SHA for c85bdd9 - Browse repository at this point
Copy the full SHA c85bdd9View commit details -
🤖 I have created a release *beep* *boop* --- <details><summary>accessapproval: 1.8.4</summary> ## [1.8.4](https://togithub.com/googleapis/google-cloud-go/compare/accessapproval/v1.8.3...accessapproval/v1.8.4) (2025-03-06) ### Bug Fixes * **accessapproval:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>accesscontextmanager: 1.9.4</summary> ## [1.9.4](https://togithub.com/googleapis/google-cloud-go/compare/accesscontextmanager/v1.9.3...accesscontextmanager/v1.9.4) (2025-03-06) ### Bug Fixes * **accesscontextmanager:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>aiplatform: 1.75.0</summary> ## [1.75.0](https://togithub.com/googleapis/google-cloud-go/compare/aiplatform/v1.74.0...aiplatform/v1.75.0) (2025-03-06) ### Features * **aiplatform:** A new field `include_equivalent_model_garden_model_deployment_configs` is added to message `.google.cloud.aiplatform.v1beta1.GetPublisherModelRequest` ([3f23a91](https://togithub.com/googleapis/google-cloud-go/commit/3f23a9176f29a0a69b9d57b16f44b72eb3096d0c)) * **aiplatform:** Add EnterpriseWebSearch tool option ([3f23a91](https://togithub.com/googleapis/google-cloud-go/commit/3f23a9176f29a0a69b9d57b16f44b72eb3096d0c)) * **aiplatform:** Add VertexAISearch.engine option ([3f23a91](https://togithub.com/googleapis/google-cloud-go/commit/3f23a9176f29a0a69b9d57b16f44b72eb3096d0c)) ### Bug Fixes * **aiplatform:** An existing google.api.http annotation `http_uri` is changed for method `DeployPublisherModel` in service `ModelGardenService` ([#11670](https://togithub.com/googleapis/google-cloud-go/issues/11670)) ([3f23a91](https://togithub.com/googleapis/google-cloud-go/commit/3f23a9176f29a0a69b9d57b16f44b72eb3096d0c)) * **aiplatform:** Remove VertexAISearch.engine option ([#11681](https://togithub.com/googleapis/google-cloud-go/issues/11681)) ([60dc167](https://togithub.com/googleapis/google-cloud-go/commit/60dc167a3e9c2876fe55a4f50bd7e0682f953d67)) ### Documentation * **aiplatform:** A comment for field `model` in message `.google.cloud.aiplatform.v1beta1.DeployPublisherModelRequest` is changed ([3f23a91](https://togithub.com/googleapis/google-cloud-go/commit/3f23a9176f29a0a69b9d57b16f44b72eb3096d0c)) </details> <details><summary>apigateway: 1.7.4</summary> ## [1.7.4](https://togithub.com/googleapis/google-cloud-go/compare/apigateway/v1.7.3...apigateway/v1.7.4) (2025-03-06) ### Bug Fixes * **apigateway:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>apigeeconnect: 1.7.4</summary> ## [1.7.4](https://togithub.com/googleapis/google-cloud-go/compare/apigeeconnect/v1.7.3...apigeeconnect/v1.7.4) (2025-03-06) ### Bug Fixes * **apigeeconnect:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>apigeeregistry: 0.9.4</summary> ## [0.9.4](https://togithub.com/googleapis/google-cloud-go/compare/apigeeregistry/v0.9.3...apigeeregistry/v0.9.4) (2025-03-06) ### Bug Fixes * **apigeeregistry:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>apikeys: 1.2.4</summary> ## [1.2.4](https://togithub.com/googleapis/google-cloud-go/compare/apikeys/v1.2.3...apikeys/v1.2.4) (2025-03-06) ### Bug Fixes * **apikeys:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>appengine: 1.9.4</summary> ## [1.9.4](https://togithub.com/googleapis/google-cloud-go/compare/appengine/v1.9.3...appengine/v1.9.4) (2025-03-06) ### Bug Fixes * **appengine:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>area120: 0.9.4</summary> ## [0.9.4](https://togithub.com/googleapis/google-cloud-go/compare/area120/v0.9.3...area120/v0.9.4) (2025-03-06) ### Bug Fixes * **area120:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>artifactregistry: 1.16.2</summary> ## [1.16.2](https://togithub.com/googleapis/google-cloud-go/compare/artifactregistry/v1.16.1...artifactregistry/v1.16.2) (2025-03-06) ### Bug Fixes * **artifactregistry:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>assuredworkloads: 1.12.4</summary> ## [1.12.4](https://togithub.com/googleapis/google-cloud-go/compare/assuredworkloads/v1.12.3...assuredworkloads/v1.12.4) (2025-03-06) ### Bug Fixes * **assuredworkloads:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>automl: 1.14.5</summary> ## [1.14.5](https://togithub.com/googleapis/google-cloud-go/compare/automl/v1.14.4...automl/v1.14.5) (2025-03-06) ### Bug Fixes * **automl:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>baremetalsolution: 1.3.4</summary> ## [1.3.4](https://togithub.com/googleapis/google-cloud-go/compare/baremetalsolution/v1.3.3...baremetalsolution/v1.3.4) (2025-03-06) ### Bug Fixes * **baremetalsolution:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>beyondcorp: 1.1.4</summary> ## [1.1.4](https://togithub.com/googleapis/google-cloud-go/compare/beyondcorp/v1.1.3...beyondcorp/v1.1.4) (2025-03-06) ### Bug Fixes * **beyondcorp:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>billing: 1.20.2</summary> ## [1.20.2](https://togithub.com/googleapis/google-cloud-go/compare/billing/v1.20.1...billing/v1.20.2) (2025-03-06) ### Bug Fixes * **billing:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>channel: 1.19.3</summary> ## [1.19.3](https://togithub.com/googleapis/google-cloud-go/compare/channel/v1.19.2...channel/v1.19.3) (2025-03-06) ### Bug Fixes * **channel:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>clouddms: 1.8.5</summary> ## [1.8.5](https://togithub.com/googleapis/google-cloud-go/compare/clouddms/v1.8.4...clouddms/v1.8.5) (2025-03-06) ### Bug Fixes * **clouddms:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>cloudtasks: 1.13.4</summary> ## [1.13.4](https://togithub.com/googleapis/google-cloud-go/compare/cloudtasks/v1.13.3...cloudtasks/v1.13.4) (2025-03-06) ### Bug Fixes * **cloudtasks:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>dataflow: 0.10.4</summary> ## [0.10.4](https://togithub.com/googleapis/google-cloud-go/compare/dataflow/v0.10.3...dataflow/v0.10.4) (2025-03-06) ### Bug Fixes * **dataflow:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>dataform: 0.11.0</summary> ## [0.11.0](https://togithub.com/googleapis/google-cloud-go/compare/dataform/v0.10.3...dataform/v0.11.0) (2025-03-06) ### Features * **dataform:** Added new field `internal_metadata` to all resources to export all the metadata information that is used internally to serve the resource ([3f23a91](https://togithub.com/googleapis/google-cloud-go/commit/3f23a9176f29a0a69b9d57b16f44b72eb3096d0c)) * **dataform:** Moving existing field `bigquery_action` to oneof in message `.google.cloud.dataform.v1beta1.WorkflowInvocationAction` to allow adding more actions types such as `notebook_action` ([3f23a91](https://togithub.com/googleapis/google-cloud-go/commit/3f23a9176f29a0a69b9d57b16f44b72eb3096d0c)) * **dataform:** Returning `commit_sha` in the response of method `CommitRepositoryChanges` ([3f23a91](https://togithub.com/googleapis/google-cloud-go/commit/3f23a9176f29a0a69b9d57b16f44b72eb3096d0c)) ### Bug Fixes * **dataform:** An existing field `bigquery_action` is moved in to oneof in message `.google.cloud.dataform.v1beta1.WorkflowInvocationAction` ([3f23a91](https://togithub.com/googleapis/google-cloud-go/commit/3f23a9176f29a0a69b9d57b16f44b72eb3096d0c)) * **dataform:** Remove v1alpha2 client ([#11761](https://togithub.com/googleapis/google-cloud-go/issues/11761)) ([c85bdd9](https://togithub.com/googleapis/google-cloud-go/commit/c85bdd9162c75afe426fb8b034179f0e48d00eb3)), refs [#11760](https://togithub.com/googleapis/google-cloud-go/issues/11760) * **dataform:** Response type of method `CancelWorkflowInvocation` is changed from `.google.protobuf.Empty` to `.google.cloud.dataform.v1beta1.CancelWorkflowInvocationResponse` in service `Dataform` ([3f23a91](https://togithub.com/googleapis/google-cloud-go/commit/3f23a9176f29a0a69b9d57b16f44b72eb3096d0c)) * **dataform:** Response type of method `CommitRepositoryChanges` is changed from `.google.protobuf.Empty` to `.google.cloud.dataform.v1beta1.CommitRepositoryChangesResponse` in service `Dataform` ([3f23a91](https://togithub.com/googleapis/google-cloud-go/commit/3f23a9176f29a0a69b9d57b16f44b72eb3096d0c)) * **dataform:** Response type of method `CommitWorkspaceChanges` is changed from `.google.protobuf.Empty` to `.google.cloud.dataform.v1beta1.CommitWorkspaceChangesResponse` in service `Dataform` ([3f23a91](https://togithub.com/googleapis/google-cloud-go/commit/3f23a9176f29a0a69b9d57b16f44b72eb3096d0c)) * **dataform:** Response type of method `PullGitCommits` is changed from `.google.protobuf.Empty` to `.google.cloud.dataform.v1beta1.PullGitCommitsResponse` in service `Dataform` ([3f23a91](https://togithub.com/googleapis/google-cloud-go/commit/3f23a9176f29a0a69b9d57b16f44b72eb3096d0c)) * **dataform:** Response type of method `PushGitCommits` is changed from `.google.protobuf.Empty` to `.google.cloud.dataform.v1beta1.PushGitCommitsResponse` in service `Dataform` ([3f23a91](https://togithub.com/googleapis/google-cloud-go/commit/3f23a9176f29a0a69b9d57b16f44b72eb3096d0c)) * **dataform:** Response type of method `RemoveDirectory` is changed from `.google.protobuf.Empty` to `.google.cloud.dataform.v1beta1.RemoveDirectoryResponse` in service `Dataform` ([3f23a91](https://togithub.com/googleapis/google-cloud-go/commit/3f23a9176f29a0a69b9d57b16f44b72eb3096d0c)) * **dataform:** Response type of method `RemoveFileRequest` is changed from `.google.protobuf.Empty` to `.google.cloud.dataform.v1beta1.RemoveFileResponse` in service `Dataform` ([3f23a91](https://togithub.com/googleapis/google-cloud-go/commit/3f23a9176f29a0a69b9d57b16f44b72eb3096d0c)) * **dataform:** Response type of method `ResetWorkspaceChanges` is changed from `.google.protobuf.Empty` to `.google.cloud.dataform.v1beta1.ResetWorkspaceChangesResponse` in service `Dataform` ([3f23a91](https://togithub.com/googleapis/google-cloud-go/commit/3f23a9176f29a0a69b9d57b16f44b72eb3096d0c)) ### Documentation * **dataform:** Adds known limitations on several methods such as `UpdateRepository`, `UpdateReleaseConfig` and `UpdateWorkflowConfig` ([3f23a91](https://togithub.com/googleapis/google-cloud-go/commit/3f23a9176f29a0a69b9d57b16f44b72eb3096d0c)) * **dataform:** Explained the effect of field `page_token` on the pagination in several messages ([3f23a91](https://togithub.com/googleapis/google-cloud-go/commit/3f23a9176f29a0a69b9d57b16f44b72eb3096d0c)) * **dataform:** Several comments reformatted ([3f23a91](https://togithub.com/googleapis/google-cloud-go/commit/3f23a9176f29a0a69b9d57b16f44b72eb3096d0c)) </details> <details><summary>datafusion: 1.8.4</summary> ## [1.8.4](https://togithub.com/googleapis/google-cloud-go/compare/datafusion/v1.8.3...datafusion/v1.8.4) (2025-03-06) ### Bug Fixes * **datafusion:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>datalabeling: 0.9.4</summary> ## [0.9.4](https://togithub.com/googleapis/google-cloud-go/compare/datalabeling/v0.9.3...datalabeling/v0.9.4) (2025-03-06) ### Bug Fixes * **datalabeling:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>dataqna: 0.9.4</summary> ## [0.9.4](https://togithub.com/googleapis/google-cloud-go/compare/dataqna/v0.9.3...dataqna/v0.9.4) (2025-03-06) ### Bug Fixes * **dataqna:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>datastream: 1.13.1</summary> ## [1.13.1](https://togithub.com/googleapis/google-cloud-go/compare/datastream/v1.13.0...datastream/v1.13.1) (2025-03-06) ### Bug Fixes * **datastream:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>dialogflow: 1.67.0</summary> ## [1.67.0](https://togithub.com/googleapis/google-cloud-go/compare/dialogflow/v1.66.0...dialogflow/v1.67.0) (2025-03-06) ### Features * **dialogflow/cx:** Added support for document_processing_mode ([3f23a91](https://togithub.com/googleapis/google-cloud-go/commit/3f23a9176f29a0a69b9d57b16f44b72eb3096d0c)) * **dialogflow/cx:** Exposed Zone Separation & Zone Isolation status of an agent ([3f23a91](https://togithub.com/googleapis/google-cloud-go/commit/3f23a9176f29a0a69b9d57b16f44b72eb3096d0c)) ### Documentation * **dialogflow/cx:** Clarified wording around StreamingDetectIntentRequest ([3f23a91](https://togithub.com/googleapis/google-cloud-go/commit/3f23a9176f29a0a69b9d57b16f44b72eb3096d0c)) * **dialogflow/cx:** Clarified wording around use_timeout_based_endpointing ([3f23a91](https://togithub.com/googleapis/google-cloud-go/commit/3f23a9176f29a0a69b9d57b16f44b72eb3096d0c)) * **dialogflow:** Clarified wording around BoostSpec and filter_specs ([3f23a91](https://togithub.com/googleapis/google-cloud-go/commit/3f23a9176f29a0a69b9d57b16f44b72eb3096d0c)) * **dialogflow:** Clarified wording around document_correctness ([3f23a91](https://togithub.com/googleapis/google-cloud-go/commit/3f23a9176f29a0a69b9d57b16f44b72eb3096d0c)) * **dialogflow:** Clarified wording around send_time ([3f23a91](https://togithub.com/googleapis/google-cloud-go/commit/3f23a9176f29a0a69b9d57b16f44b72eb3096d0c)) * **dialogflow:** Clarified wording around use_timeout_based_endpointing ([3f23a91](https://togithub.com/googleapis/google-cloud-go/commit/3f23a9176f29a0a69b9d57b16f44b72eb3096d0c)) </details> <details><summary>domains: 0.10.4</summary> ## [0.10.4](https://togithub.com/googleapis/google-cloud-go/compare/domains/v0.10.3...domains/v0.10.4) (2025-03-06) ### Bug Fixes * **domains:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>essentialcontacts: 1.7.4</summary> ## [1.7.4](https://togithub.com/googleapis/google-cloud-go/compare/essentialcontacts/v1.7.3...essentialcontacts/v1.7.4) (2025-03-06) ### Bug Fixes * **essentialcontacts:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>eventarc: 1.15.2</summary> ## [1.15.2](https://togithub.com/googleapis/google-cloud-go/compare/eventarc/v1.15.1...eventarc/v1.15.2) (2025-03-06) ### Bug Fixes * **eventarc:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>gkeconnect: 0.12.2</summary> ## [0.12.2](https://togithub.com/googleapis/google-cloud-go/compare/gkeconnect/v0.12.1...gkeconnect/v0.12.2) (2025-03-06) ### Bug Fixes * **gkeconnect:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>gkehub: 0.15.4</summary> ## [0.15.4](https://togithub.com/googleapis/google-cloud-go/compare/gkehub/v0.15.3...gkehub/v0.15.4) (2025-03-06) ### Bug Fixes * **gkehub:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>grafeas: 0.3.14</summary> ## [0.3.14](https://togithub.com/googleapis/google-cloud-go/compare/grafeas/v0.3.13...grafeas/v0.3.14) (2025-03-06) ### Bug Fixes * **grafeas:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>gsuiteaddons: 1.7.5</summary> ## [1.7.5](https://togithub.com/googleapis/google-cloud-go/compare/gsuiteaddons/v1.7.4...gsuiteaddons/v1.7.5) (2025-03-06) ### Bug Fixes * **gsuiteaddons:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>iam: 1.4.1</summary> ## [1.4.1](https://togithub.com/googleapis/google-cloud-go/compare/iam/v1.4.0...iam/v1.4.1) (2025-03-06) ### Bug Fixes * **iam:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>iap: 1.10.4</summary> ## [1.10.4](https://togithub.com/googleapis/google-cloud-go/compare/iap/v1.10.3...iap/v1.10.4) (2025-03-06) ### Bug Fixes * **iap:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>ids: 1.5.4</summary> ## [1.5.4](https://togithub.com/googleapis/google-cloud-go/compare/ids/v1.5.3...ids/v1.5.4) (2025-03-06) ### Bug Fixes * **ids:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>iot: 1.8.4</summary> ## [1.8.4](https://togithub.com/googleapis/google-cloud-go/compare/iot/v1.8.3...iot/v1.8.4) (2025-03-06) ### Bug Fixes * **iot:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>lifesciences: 0.10.4</summary> ## [0.10.4](https://togithub.com/googleapis/google-cloud-go/compare/lifesciences/v0.10.3...lifesciences/v0.10.4) (2025-03-06) ### Bug Fixes * **lifesciences:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>longrunning: 0.6.5</summary> ## [0.6.5](https://togithub.com/googleapis/google-cloud-go/compare/longrunning/v0.6.4...longrunning/v0.6.5) (2025-03-06) ### Bug Fixes * **longrunning:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>managedidentities: 1.7.4</summary> ## [1.7.4](https://togithub.com/googleapis/google-cloud-go/compare/managedidentities/v1.7.3...managedidentities/v1.7.4) (2025-03-06) ### Bug Fixes * **managedidentities:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>mediatranslation: 0.9.4</summary> ## [0.9.4](https://togithub.com/googleapis/google-cloud-go/compare/mediatranslation/v0.9.3...mediatranslation/v0.9.4) (2025-03-06) ### Bug Fixes * **mediatranslation:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>memcache: 1.11.4</summary> ## [1.11.4](https://togithub.com/googleapis/google-cloud-go/compare/memcache/v1.11.3...memcache/v1.11.4) (2025-03-06) ### Bug Fixes * **memcache:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>metastore: 1.14.4</summary> ## [1.14.4](https://togithub.com/googleapis/google-cloud-go/compare/metastore/v1.14.3...metastore/v1.14.4) (2025-03-06) ### Bug Fixes * **metastore:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>networkconnectivity: 1.16.2</summary> ## [1.16.2](https://togithub.com/googleapis/google-cloud-go/compare/networkconnectivity/v1.16.1...networkconnectivity/v1.16.2) (2025-03-06) ### Bug Fixes * **networkconnectivity:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>networksecurity: 0.10.4</summary> ## [0.10.4](https://togithub.com/googleapis/google-cloud-go/compare/networksecurity/v0.10.3...networksecurity/v0.10.4) (2025-03-06) ### Bug Fixes * **networksecurity:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>notebooks: 1.12.4</summary> ## [1.12.4](https://togithub.com/googleapis/google-cloud-go/compare/notebooks/v1.12.3...notebooks/v1.12.4) (2025-03-06) ### Bug Fixes * **notebooks:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>optimization: 1.7.4</summary> ## [1.7.4](https://togithub.com/googleapis/google-cloud-go/compare/optimization/v1.7.3...optimization/v1.7.4) (2025-03-06) ### Bug Fixes * **optimization:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>phishingprotection: 0.9.4</summary> ## [0.9.4](https://togithub.com/googleapis/google-cloud-go/compare/phishingprotection/v0.9.3...phishingprotection/v0.9.4) (2025-03-06) ### Bug Fixes * **phishingprotection:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>policysimulator: 0.3.4</summary> ## [0.3.4](https://togithub.com/googleapis/google-cloud-go/compare/policysimulator/v0.3.3...policysimulator/v0.3.4) (2025-03-06) ### Bug Fixes * **policysimulator:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>policytroubleshooter: 1.11.4</summary> ## [1.11.4](https://togithub.com/googleapis/google-cloud-go/compare/policytroubleshooter/v1.11.3...policytroubleshooter/v1.11.4) (2025-03-06) ### Bug Fixes * **policytroubleshooter:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>privatecatalog: 0.10.5</summary> ## [0.10.5](https://togithub.com/googleapis/google-cloud-go/compare/privatecatalog/v0.10.4...privatecatalog/v0.10.5) (2025-03-06) ### Bug Fixes * **privatecatalog:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>rapidmigrationassessment: 1.1.4</summary> ## [1.1.4](https://togithub.com/googleapis/google-cloud-go/compare/rapidmigrationassessment/v1.1.3...rapidmigrationassessment/v1.1.4) (2025-03-06) ### Bug Fixes * **rapidmigrationassessment:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>recommendationengine: 0.9.4</summary> ## [0.9.4](https://togithub.com/googleapis/google-cloud-go/compare/recommendationengine/v0.9.3...recommendationengine/v0.9.4) (2025-03-06) ### Bug Fixes * **recommendationengine:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>resourcemanager: 1.10.4</summary> ## [1.10.4](https://togithub.com/googleapis/google-cloud-go/compare/resourcemanager/v1.10.3...resourcemanager/v1.10.4) (2025-03-06) ### Bug Fixes * **resourcemanager:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>run: 1.9.1</summary> ## [1.9.1](https://togithub.com/googleapis/google-cloud-go/compare/run/v1.9.0...run/v1.9.1) (2025-03-06) ### Bug Fixes * **run:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>scheduler: 1.11.5</summary> ## [1.11.5](https://togithub.com/googleapis/google-cloud-go/compare/scheduler/v1.11.4...scheduler/v1.11.5) (2025-03-06) ### Bug Fixes * **scheduler:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>servicedirectory: 1.12.4</summary> ## [1.12.4](https://togithub.com/googleapis/google-cloud-go/compare/servicedirectory/v1.12.3...servicedirectory/v1.12.4) (2025-03-06) ### Bug Fixes * **servicedirectory:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>servicemanagement: 1.10.4</summary> ## [1.10.4](https://togithub.com/googleapis/google-cloud-go/compare/servicemanagement/v1.10.3...servicemanagement/v1.10.4) (2025-03-06) ### Bug Fixes * **servicemanagement:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>serviceusage: 1.9.4</summary> ## [1.9.4](https://togithub.com/googleapis/google-cloud-go/compare/serviceusage/v1.9.3...serviceusage/v1.9.4) (2025-03-06) ### Bug Fixes * **serviceusage:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>shell: 1.8.4</summary> ## [1.8.4](https://togithub.com/googleapis/google-cloud-go/compare/shell/v1.8.3...shell/v1.8.4) (2025-03-06) ### Bug Fixes * **shell:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>storageinsights: 1.1.4</summary> ## [1.1.4](https://togithub.com/googleapis/google-cloud-go/compare/storageinsights/v1.1.3...storageinsights/v1.1.4) (2025-03-06) ### Bug Fixes * **storageinsights:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>storagetransfer: 1.12.2</summary> ## [1.12.2](https://togithub.com/googleapis/google-cloud-go/compare/storagetransfer/v1.12.1...storagetransfer/v1.12.2) (2025-03-06) ### Bug Fixes * **storagetransfer:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>support: 1.1.4</summary> ## [1.1.4](https://togithub.com/googleapis/google-cloud-go/compare/support/v1.1.3...support/v1.1.4) (2025-03-06) ### Bug Fixes * **support:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>talent: 1.8.1</summary> ## [1.8.1](https://togithub.com/googleapis/google-cloud-go/compare/talent/v1.8.0...talent/v1.8.1) (2025-03-06) ### Bug Fixes * **talent:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>texttospeech: 1.11.1</summary> ## [1.11.1](https://togithub.com/googleapis/google-cloud-go/compare/texttospeech/v1.11.0...texttospeech/v1.11.1) (2025-03-06) ### Bug Fixes * **texttospeech:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>tpu: 1.8.1</summary> ## [1.8.1](https://togithub.com/googleapis/google-cloud-go/compare/tpu/v1.8.0...tpu/v1.8.1) (2025-03-06) ### Bug Fixes * **tpu:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>trace: 1.11.4</summary> ## [1.11.4](https://togithub.com/googleapis/google-cloud-go/compare/trace/v1.11.3...trace/v1.11.4) (2025-03-06) ### Bug Fixes * **trace:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>videointelligence: 1.12.4</summary> ## [1.12.4](https://togithub.com/googleapis/google-cloud-go/compare/videointelligence/v1.12.3...videointelligence/v1.12.4) (2025-03-06) ### Bug Fixes * **videointelligence:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>vmmigration: 1.8.4</summary> ## [1.8.4](https://togithub.com/googleapis/google-cloud-go/compare/vmmigration/v1.8.3...vmmigration/v1.8.4) (2025-03-06) ### Bug Fixes * **vmmigration:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>vpcaccess: 1.8.4</summary> ## [1.8.4](https://togithub.com/googleapis/google-cloud-go/compare/vpcaccess/v1.8.3...vpcaccess/v1.8.4) (2025-03-06) ### Bug Fixes * **vpcaccess:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>webrisk: 1.10.4</summary> ## [1.10.4](https://togithub.com/googleapis/google-cloud-go/compare/webrisk/v1.10.3...webrisk/v1.10.4) (2025-03-06) ### Bug Fixes * **webrisk:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>websecurityscanner: 1.7.4</summary> ## [1.7.4](https://togithub.com/googleapis/google-cloud-go/compare/websecurityscanner/v1.7.3...websecurityscanner/v1.7.4) (2025-03-06) ### Bug Fixes * **websecurityscanner:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> <details><summary>workflows: 1.13.4</summary> ## [1.13.4](https://togithub.com/googleapis/google-cloud-go/compare/workflows/v1.13.3...workflows/v1.13.4) (2025-03-06) ### Bug Fixes * **workflows:** Fix out-of-sync version.go ([28f0030](https://togithub.com/googleapis/google-cloud-go/commit/28f00304ebb13abfd0da2f45b9b79de093cca1ec)) </details> --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Configuration menu - View commit details
-
Copy full SHA for ad0414e - Browse repository at this point
Copy the full SHA ad0414eView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff dialogflow/v1.66.0...dialogflow/v1.67.0