Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

feat(maps/routeoptimization): minor fields and documentation update #10861

Merged
merged 6 commits into from
Sep 13, 2024

Conversation

gcf-owl-bot[bot]
Copy link
Contributor

@gcf-owl-bot gcf-owl-bot bot commented Sep 13, 2024

  • Regenerate this pull request now.

feat(maps/routeoptimization): A new message RouteModifiers is added
feat(maps/routeoptimization): A new field route_modifiers is added to message .google.maps.routeoptimization.v1.Vehicle
feat(maps/routeoptimization): A new field cost_per_kilometer_below_soft_max is added to message .google.maps.routeoptimization.v1.DistanceLimit
docs(maps/routeoptimization): A comment for method BatchOptimizeTours in service RouteOptimization is changed
docs(maps/routeoptimization): A comment for enum value DEFAULT_SOLVE in enum SolvingMode is changed
docs(maps/routeoptimization): A comment for field validation_errors in message .google.maps.routeoptimization.v1.OptimizeToursResponse is changed
docs(maps/routeoptimization): A comment for message TimeWindow is changed
docs(maps/routeoptimization): A comment for enum value CODE_UNSPECIFIED in enum Code is changed
docs(maps/routeoptimization): A comment for field reasons in message .google.maps.routeoptimization.v1.SkippedShipment is changed
docs(maps/routeoptimization): A comment for enum value RELAX_VISIT_TIMES_AND_SEQUENCE_AFTER_THRESHOLD in enum Level is changed
docs(maps/routeoptimization): A comment for message OptimizeToursValidationError is changed
docs(maps/routeoptimization): A comment for field code in message .google.maps.routeoptimization.v1.OptimizeToursValidationError is changed
PiperOrigin-RevId: 674021227

Source-Link: googleapis/googleapis@a834320

Source-Link: https://github.com/googleapis/googleapis-gen/commit/13dfeeb21d7dd16c6f80f7196e07a2a2ace35eb4
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTNkZmVlYjIxZDdkZDE2YzZmODBmNzE5NmUwN2EyYTJhY2UzNWViNCJ9
BEGIN_NESTED_COMMIT
feat(aiplatform): add file_id to SharePointSource
feat(aiplatform): add share_point_sources to RagFile

PiperOrigin-RevId: 673921028

Source-Link: googleapis/googleapis@9382d74

Source-Link: https://github.com/googleapis/googleapis-gen/commit/7cb8810d2eae5a61d4972e1e70b7c3eefdb1c96b
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiN2NiODgxMGQyZWFlNWE2MWQ0OTcyZTFlNzBiN2MzZWVmZGIxYzk2YiJ9
END_NESTED_COMMIT

feat: add share_point_sources to RagFile

PiperOrigin-RevId: 673921028

Source-Link: googleapis/googleapis@9382d74

Source-Link: googleapis/googleapis-gen@7cb8810
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiN2NiODgxMGQyZWFlNWE2MWQ0OTcyZTFlNzBiN2MzZWVmZGIxYzk2YiJ9
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 13, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 13, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 13, 2024
@gcf-owl-bot gcf-owl-bot bot changed the title feat: add file_id to SharePointSource feat(aiplatform): add file_id to SharePointSource Sep 13, 2024
@gcf-owl-bot gcf-owl-bot bot marked this pull request as ready for review September 13, 2024 00:10
@gcf-owl-bot gcf-owl-bot bot requested review from a team as code owners September 13, 2024 00:10
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 13, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 13, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 13, 2024
feat: A new message `RouteModifiers` is added
feat: A new field `route_modifiers` is added to message `.google.maps.routeoptimization.v1.Vehicle`
feat: A new field `cost_per_kilometer_below_soft_max` is added to message `.google.maps.routeoptimization.v1.DistanceLimit`
docs: A comment for method `BatchOptimizeTours` in service `RouteOptimization` is changed
docs: A comment for enum value `DEFAULT_SOLVE` in enum `SolvingMode` is changed
docs: A comment for field `validation_errors` in message `.google.maps.routeoptimization.v1.OptimizeToursResponse` is changed
docs: A comment for message `TimeWindow` is changed
docs: A comment for enum value `CODE_UNSPECIFIED` in enum `Code` is changed
docs: A comment for field `reasons` in message `.google.maps.routeoptimization.v1.SkippedShipment` is changed
docs: A comment for enum value `RELAX_VISIT_TIMES_AND_SEQUENCE_AFTER_THRESHOLD` in enum `Level` is changed
docs: A comment for message `OptimizeToursValidationError` is changed
docs: A comment for field `code` in message `.google.maps.routeoptimization.v1.OptimizeToursValidationError` is changed
PiperOrigin-RevId: 674021227

Source-Link: googleapis/googleapis@a834320

Source-Link: googleapis/googleapis-gen@13dfeeb
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTNkZmVlYjIxZDdkZDE2YzZmODBmNzE5NmUwN2EyYTJhY2UzNWViNCJ9
@gcf-owl-bot gcf-owl-bot bot changed the title feat(aiplatform): add file_id to SharePointSource feat: minor fields and documentation update Sep 13, 2024
@gcf-owl-bot gcf-owl-bot bot requested review from a team and shollyman as code owners September 13, 2024 02:05
@gcf-owl-bot gcf-owl-bot bot requested a review from cindy-peng September 13, 2024 02:05
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 13, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 13, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 13, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 13, 2024
@gcf-owl-bot gcf-owl-bot bot changed the title feat: minor fields and documentation update feat(maps/routeoptimization): minor fields and documentation update Sep 13, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 13, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 13, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 13, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 13, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 13, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 13, 2024
@quartzmo quartzmo added the automerge Merge the pull request once unit tests and other checks pass. label Sep 13, 2024
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Sep 13, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Sep 13, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Sep 13, 2024
@gcf-merge-on-green gcf-merge-on-green bot merged commit ba22f7b into main Sep 13, 2024
9 of 10 checks passed
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Sep 13, 2024
@gcf-merge-on-green gcf-merge-on-green bot deleted the owl-bot-copy branch September 13, 2024 15:10
@release-please release-please bot mentioned this pull request Sep 13, 2024
gcf-merge-on-green bot pushed a commit that referenced this pull request Sep 19, 2024
🤖 I have created a release *beep* *boop*
---


<details><summary>asset: 1.20.2</summary>

## [1.20.2](https://togithub.com/googleapis/google-cloud-go/compare/asset/v1.20.1...asset/v1.20.2) (2024-09-19)


### Documentation

* **asset:** Comments are clarified for certain fields in messages `QueryAssetsResponse` and `ResourceSearchResult` ([c56f8ac](https://togithub.com/googleapis/google-cloud-go/commit/c56f8ac77567ab52f374fdd02364a2c0a3df879c))
</details>

<details><summary>chat: 0.6.0</summary>

## [0.6.0](https://togithub.com/googleapis/google-cloud-go/compare/chat/v0.5.0...chat/v0.6.0) (2024-09-19)


### Features

* **chat:** If you're a domain administrator or a delegated administrator, you can now include the `useAdminAccess` parameter when you call the Chat API with your administrator privileges with the following methods to manage Chat spaces and memberships... ([#10858](https://togithub.com/googleapis/google-cloud-go/issues/10858)) ([b45d2ee](https://togithub.com/googleapis/google-cloud-go/commit/b45d2ee9488b74505c045d009835875e3e2291fe))


### Documentation

* **chat:** A comment for field `filter` in message `.google.chat.v1.ListMembershipsRequest` is updated to support `!=` operator ([b45d2ee](https://togithub.com/googleapis/google-cloud-go/commit/b45d2ee9488b74505c045d009835875e3e2291fe))
</details>

<details><summary>cloudcontrolspartner: 1.2.0</summary>

## [1.2.0](https://togithub.com/googleapis/google-cloud-go/compare/cloudcontrolspartner/v1.1.1...cloudcontrolspartner/v1.2.0) (2024-09-19)


### Features

* **cloudcontrolspartner:** A new value `ACCESS_TRANSPARENCY_LOGS_SUPPORT_CASE_VIEWER` is added to enum `.google.cloud.cloudcontrolspartner.v1.PartnerPermissions.Permission` ([9efa812](https://togithub.com/googleapis/google-cloud-go/commit/9efa8127fa72da9f084548822c567db2195f5a94))
* **cloudcontrolspartner:** A new value `ACCESS_TRANSPARENCY_LOGS_SUPPORT_CASE_VIEWER` is added to enum `.google.cloud.cloudcontrolspartner.v1beta.PartnerPermissions.Permission` ([9efa812](https://togithub.com/googleapis/google-cloud-go/commit/9efa8127fa72da9f084548822c567db2195f5a94))
* **cloudcontrolspartner:** Field behavior for field `customer_onboarding_state` in message `.google.cloud.cloudcontrolspartner.v1.Customer` is changed ([9efa812](https://togithub.com/googleapis/google-cloud-go/commit/9efa8127fa72da9f084548822c567db2195f5a94))
* **cloudcontrolspartner:** Field behavior for field `customer_onboarding_state` in message `.google.cloud.cloudcontrolspartner.v1beta.Customer` is changed ([9efa812](https://togithub.com/googleapis/google-cloud-go/commit/9efa8127fa72da9f084548822c567db2195f5a94))
* **cloudcontrolspartner:** Field behavior for field `is_onboarded` in message `.google.cloud.cloudcontrolspartner.v1.Customer` is changed ([9efa812](https://togithub.com/googleapis/google-cloud-go/commit/9efa8127fa72da9f084548822c567db2195f5a94))
* **cloudcontrolspartner:** Field behavior for field `is_onboarded` in message `.google.cloud.cloudcontrolspartner.v1beta.Customer` is changed ([9efa812](https://togithub.com/googleapis/google-cloud-go/commit/9efa8127fa72da9f084548822c567db2195f5a94))


### Bug Fixes

* **cloudcontrolspartner:** Field behavior for field `display_name` in message `.google.cloud.cloudcontrolspartner.v1.Customer` is changed ([9efa812](https://togithub.com/googleapis/google-cloud-go/commit/9efa8127fa72da9f084548822c567db2195f5a94))
* **cloudcontrolspartner:** Field behavior for field `display_name` in message `.google.cloud.cloudcontrolspartner.v1beta.Customer` is changed ([#10865](https://togithub.com/googleapis/google-cloud-go/issues/10865)) ([9efa812](https://togithub.com/googleapis/google-cloud-go/commit/9efa8127fa72da9f084548822c567db2195f5a94))


### Documentation

* **cloudcontrolspartner:** A comment for field `display_name` in message `.google.cloud.cloudcontrolspartner.v1.Customer` is changed ([9efa812](https://togithub.com/googleapis/google-cloud-go/commit/9efa8127fa72da9f084548822c567db2195f5a94))
* **cloudcontrolspartner:** A comment for field `display_name` in message `.google.cloud.cloudcontrolspartner.v1beta.Customer` is changed ([9efa812](https://togithub.com/googleapis/google-cloud-go/commit/9efa8127fa72da9f084548822c567db2195f5a94))
</details>

<details><summary>dataproc: 2.8.0</summary>

## [2.8.0](https://togithub.com/googleapis/google-cloud-go/compare/dataproc/v2.7.0...dataproc/v2.8.0) (2024-09-19)


### Features

* **dataproc:** Add resource reference for KMS keys and fix comments ([37866ce](https://togithub.com/googleapis/google-cloud-go/commit/37866ce67a286a3eed1b92f53bdac2ae8f1c63ed))
</details>

<details><summary>dlp: 1.19.0</summary>

## [1.19.0](https://togithub.com/googleapis/google-cloud-go/compare/dlp/v1.18.1...dlp/v1.19.0) (2024-09-19)


### Features

* **dlp:** Action for publishing data profiles to SecOps (formelly known as Chronicle) ([#10884](https://togithub.com/googleapis/google-cloud-go/issues/10884)) ([fdb4ea9](https://togithub.com/googleapis/google-cloud-go/commit/fdb4ea99189657880e5f0e0dce16bef1c3aa0d2f))
* **dlp:** Action for publishing data profiles to Security Command Center ([fdb4ea9](https://togithub.com/googleapis/google-cloud-go/commit/fdb4ea99189657880e5f0e0dce16bef1c3aa0d2f))
* **dlp:** Discovery configs for AWS S3 buckets ([fdb4ea9](https://togithub.com/googleapis/google-cloud-go/commit/fdb4ea99189657880e5f0e0dce16bef1c3aa0d2f))


### Documentation

* **dlp:** Small improvements and clarifications ([fdb4ea9](https://togithub.com/googleapis/google-cloud-go/commit/fdb4ea99189657880e5f0e0dce16bef1c3aa0d2f))
</details>

<details><summary>gkemulticloud: 1.4.0</summary>

## [1.4.0](https://togithub.com/googleapis/google-cloud-go/compare/gkemulticloud/v1.3.1...gkemulticloud/v1.4.0) (2024-09-19)


### Features

* **gkemulticloud:** An optional field `kubelet_config` in message `.google.cloud.gkemulticloud.v1.AwsNodePool` is added ([37866ce](https://togithub.com/googleapis/google-cloud-go/commit/37866ce67a286a3eed1b92f53bdac2ae8f1c63ed))
* **gkemulticloud:** An optional field `security_posture_config` in message `.google.cloud.gkemulticloud.v1.AttachedCluster` is added ([37866ce](https://togithub.com/googleapis/google-cloud-go/commit/37866ce67a286a3eed1b92f53bdac2ae8f1c63ed))
</details>

<details><summary>kms: 1.20.0</summary>

## [1.20.0](https://togithub.com/googleapis/google-cloud-go/compare/kms/v1.19.1...kms/v1.20.0) (2024-09-19)


### Features

* **kms:** Adding a state field for AutokeyConfig ([fdb4ea9](https://togithub.com/googleapis/google-cloud-go/commit/fdb4ea99189657880e5f0e0dce16bef1c3aa0d2f))


### Bug Fixes

* **kms:** Pagination feature is introduced for method `ListKeyHandles` in service `Autokey` ([fdb4ea9](https://togithub.com/googleapis/google-cloud-go/commit/fdb4ea99189657880e5f0e0dce16bef1c3aa0d2f))


### Documentation

* **kms:** A comment for field `destroy_scheduled_duration` in message `.google.cloud.kms.v1.CryptoKey` is updated for the default duration ([fdb4ea9](https://togithub.com/googleapis/google-cloud-go/commit/fdb4ea99189657880e5f0e0dce16bef1c3aa0d2f))
* **kms:** Field service_resolvers in message .google.cloud.kms.v1.EkmConnection is Explicitly is marked as to have field behavior of Optional ([fdb4ea9](https://togithub.com/googleapis/google-cloud-go/commit/fdb4ea99189657880e5f0e0dce16bef1c3aa0d2f))
</details>

<details><summary>maps: 1.13.0</summary>

## [1.13.0](https://togithub.com/googleapis/google-cloud-go/compare/maps/v1.12.1...maps/v1.13.0) (2024-09-19)


### Features

* **maps/places:** Add `routing_parameters` to SearchNearbyRequest and SearchTextRequest ([0b3c268](https://togithub.com/googleapis/google-cloud-go/commit/0b3c268c564ffe0d87b0efc716f08afaf064b4cc))
* **maps/routeoptimization:** A new field `cost_per_kilometer_below_soft_max` is added to message `.google.maps.routeoptimization.v1.DistanceLimit` ([ba22f7b](https://togithub.com/googleapis/google-cloud-go/commit/ba22f7b5b8f21a39685017d2d8522456ce528c4c))
* **maps/routeoptimization:** A new field `route_modifiers` is added to message `.google.maps.routeoptimization.v1.Vehicle` ([ba22f7b](https://togithub.com/googleapis/google-cloud-go/commit/ba22f7b5b8f21a39685017d2d8522456ce528c4c))
* **maps/routeoptimization:** A new message `RouteModifiers` is added ([ba22f7b](https://togithub.com/googleapis/google-cloud-go/commit/ba22f7b5b8f21a39685017d2d8522456ce528c4c))
* **maps/routeoptimization:** Minor fields and documentation update ([#10861](https://togithub.com/googleapis/google-cloud-go/issues/10861)) ([ba22f7b](https://togithub.com/googleapis/google-cloud-go/commit/ba22f7b5b8f21a39685017d2d8522456ce528c4c))
* **maps:** New clients ([#10867](https://togithub.com/googleapis/google-cloud-go/issues/10867)) ([338ca6e](https://togithub.com/googleapis/google-cloud-go/commit/338ca6e9a104c4cb9dff57d015ecb5b4dbd01bc5))


### Documentation

* **maps/routeoptimization:** A comment for enum value `CODE_UNSPECIFIED` in enum `Code` is changed ([ba22f7b](https://togithub.com/googleapis/google-cloud-go/commit/ba22f7b5b8f21a39685017d2d8522456ce528c4c))
* **maps/routeoptimization:** A comment for enum value `DEFAULT_SOLVE` in enum `SolvingMode` is changed ([ba22f7b](https://togithub.com/googleapis/google-cloud-go/commit/ba22f7b5b8f21a39685017d2d8522456ce528c4c))
* **maps/routeoptimization:** A comment for enum value `RELAX_VISIT_TIMES_AND_SEQUENCE_AFTER_THRESHOLD` in enum `Level` is changed ([ba22f7b](https://togithub.com/googleapis/google-cloud-go/commit/ba22f7b5b8f21a39685017d2d8522456ce528c4c))
* **maps/routeoptimization:** A comment for field `code` in message `.google.maps.routeoptimization.v1.OptimizeToursValidationError` is changed ([ba22f7b](https://togithub.com/googleapis/google-cloud-go/commit/ba22f7b5b8f21a39685017d2d8522456ce528c4c))
* **maps/routeoptimization:** A comment for field `reasons` in message `.google.maps.routeoptimization.v1.SkippedShipment` is changed ([ba22f7b](https://togithub.com/googleapis/google-cloud-go/commit/ba22f7b5b8f21a39685017d2d8522456ce528c4c))
* **maps/routeoptimization:** A comment for field `validation_errors` in message `.google.maps.routeoptimization.v1.OptimizeToursResponse` is changed ([ba22f7b](https://togithub.com/googleapis/google-cloud-go/commit/ba22f7b5b8f21a39685017d2d8522456ce528c4c))
* **maps/routeoptimization:** A comment for message `OptimizeToursValidationError` is changed ([ba22f7b](https://togithub.com/googleapis/google-cloud-go/commit/ba22f7b5b8f21a39685017d2d8522456ce528c4c))
* **maps/routeoptimization:** A comment for message `TimeWindow` is changed ([ba22f7b](https://togithub.com/googleapis/google-cloud-go/commit/ba22f7b5b8f21a39685017d2d8522456ce528c4c))
* **maps/routeoptimization:** A comment for method `BatchOptimizeTours` in service `RouteOptimization` is changed ([ba22f7b](https://togithub.com/googleapis/google-cloud-go/commit/ba22f7b5b8f21a39685017d2d8522456ce528c4c))
</details>

<details><summary>netapp: 1.4.0</summary>

## [1.4.0](https://togithub.com/googleapis/google-cloud-go/compare/netapp/v1.3.1...netapp/v1.4.0) (2024-09-19)


### Features

* **netapp:** A new field 'allow_auto_tiering' in message 'google.cloud.netapp.v1.StoragePool' is added ([37866ce](https://togithub.com/googleapis/google-cloud-go/commit/37866ce67a286a3eed1b92f53bdac2ae8f1c63ed))
* **netapp:** A new field 'cold_tier_size_gib' in message 'google.cloud.netapp.v1.Volume' is added ([37866ce](https://togithub.com/googleapis/google-cloud-go/commit/37866ce67a286a3eed1b92f53bdac2ae8f1c63ed))
* **netapp:** A new message 'google.cloud.netapp.v1.SwitchActiveReplicaZoneRequest' is added ([37866ce](https://togithub.com/googleapis/google-cloud-go/commit/37866ce67a286a3eed1b92f53bdac2ae8f1c63ed))
* **netapp:** A new rpc 'SwitchActiveReplicaZone' is added to service 'google.cloud.netapp.v1.NetApp' ([37866ce](https://togithub.com/googleapis/google-cloud-go/commit/37866ce67a286a3eed1b92f53bdac2ae8f1c63ed))
</details>

<details><summary>orchestration: 1.11.0</summary>

## [1.11.0](https://togithub.com/googleapis/google-cloud-go/compare/orchestration/v1.10.1...orchestration/v1.11.0) (2024-09-19)


### Features

* **orchestration/airflow/service:** A new field `airflow_metadata_retention_config` is added to message `.google.cloud.orchestration.airflow.service.v1.DataRetentionConfig` ([c56f8ac](https://togithub.com/googleapis/google-cloud-go/commit/c56f8ac77567ab52f374fdd02364a2c0a3df879c))
* **orchestration/airflow/service:** A new field `satisfies_pzi` is added to message `.google.cloud.orchestration.airflow.service.v1.Environment` ([c56f8ac](https://togithub.com/googleapis/google-cloud-go/commit/c56f8ac77567ab52f374fdd02364a2c0a3df879c))
* **orchestration/airflow/service:** A new message `AirflowMetadataRetentionPolicyConfig` is added ([c56f8ac](https://togithub.com/googleapis/google-cloud-go/commit/c56f8ac77567ab52f374fdd02364a2c0a3df879c))
* **orchestration/airflow/service:** A new message `CheckUpgradeRequest` is added ([c56f8ac](https://togithub.com/googleapis/google-cloud-go/commit/c56f8ac77567ab52f374fdd02364a2c0a3df879c))
* **orchestration/airflow/service:** A new method `CheckUpgrade` is added to service `Environments` ([#10854](https://togithub.com/googleapis/google-cloud-go/issues/10854)) ([c56f8ac](https://togithub.com/googleapis/google-cloud-go/commit/c56f8ac77567ab52f374fdd02364a2c0a3df879c))


### Documentation

* **orchestration/airflow/service:** A comment for field `maintenance_window` in message `.google.cloud.orchestration.airflow.service.v1.EnvironmentConfig` is changed ([c56f8ac](https://togithub.com/googleapis/google-cloud-go/commit/c56f8ac77567ab52f374fdd02364a2c0a3df879c))
* **orchestration/airflow/service:** A comment for field `storage_mode` in message `.google.cloud.orchestration.airflow.service.v1.TaskLogsRetentionConfig` is changed ([c56f8ac](https://togithub.com/googleapis/google-cloud-go/commit/c56f8ac77567ab52f374fdd02364a2c0a3df879c))
* **orchestration/airflow/service:** A comment for message `WorkloadsConfig` is changed ([c56f8ac](https://togithub.com/googleapis/google-cloud-go/commit/c56f8ac77567ab52f374fdd02364a2c0a3df879c))
</details>

<details><summary>orgpolicy: 1.14.0</summary>

## [1.14.0](https://togithub.com/googleapis/google-cloud-go/compare/orgpolicy/v1.13.1...orgpolicy/v1.14.0) (2024-09-19)


### Features

* **orgpolicy:** Support adding constraints to new method types REMOVE_GRANTS and GOVERN_TAGS ([0b3c268](https://togithub.com/googleapis/google-cloud-go/commit/0b3c268c564ffe0d87b0efc716f08afaf064b4cc))
</details>

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants