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

Get finish_reason: 6 without reason and content reply #476

Closed
A-baoYang opened this issue Jul 19, 2024 · 4 comments
Closed

Get finish_reason: 6 without reason and content reply #476

A-baoYang opened this issue Jul 19, 2024 · 4 comments
Assignees
Labels
component:python sdk Issue/PR related to Python SDK type:bug Something isn't working

Comments

@A-baoYang
Copy link

Description of the bug:

When sending some specific conversations to gemini-1.5-flash will get finish_reason: 6, and this finish_reason can't be found in official document:
image

Why is this cause?

Environment details

  • OS type and version: Ubuntu
  • Python version: 3.11.9
  • pip version: 24.0
  • package versions:
    google-ai-generativelanguage 0.6.6
    google-api-core 2.19.1
    google-api-python-client 2.137.0
    google-auth 2.32.0
    google-auth-httplib2 0.2.0
    google-generativeai 0.7.2

Code example

GEMINI_MODEL = ChatGoogleGenerativeAI(
    model="gemini-1.5-flash",
    temperature=0,
)
prompt = ChatPromptTemplate.from_template(prompt_tmpl)
chain = prompt | GEMINI_MODEL | StrOutputParser()
response = chain.invoke(prompt_parmas)

Error trace

[2024-07-19 10:51:30,697] [langchain_google_genai.chat_models | line:561 | _response_to_result] [ERROR] - response: candidates {
  index: 0
  finish_reason: 6
}
usage_metadata {
  prompt_token_count: 1961
  total_token_count: 1961
}

Actual vs expected behavior:

No response

Any other information you'd like to share?

No response

@singhniraj08
Copy link

@MarkDaoust, I can't see finish_reason: 6 in google.generativeai.protos.Candidate.FinishReason. Do we need to update the documentation to include finish_reason:6? Thank you!

@singhniraj08 singhniraj08 added type:bug Something isn't working status:triaged Issue/PR triaged to the corresponding sub-team component:python sdk Issue/PR related to Python SDK labels Jul 24, 2024
@MarkDaoust
Copy link
Collaborator

MarkDaoust commented Jul 24, 2024

Hi, thanks for pointing this out.

It turns out the API added "LANGUAGE" as a stop reason. Ask a question in Esperanto (for example) to trigger it:

response = m.generate_content('Saluton kiel vi fartas hodiaŭ? Mi havas kelkajn demandojn pri bestoj. Ĉu ornitorinkoj vere estas mamuloj?')
response.candidates[0]
# index:0  finish_reason: 6

So I need to update the generated client library google.ai.generativelanguage to fix this.
A fix will be included with the next release.

cl/655623424

@MarkDaoust
Copy link
Collaborator

I got the ball rolling on a new version of google.ai.generativelanguage, that should fix this.

@MarkDaoust
Copy link
Collaborator

Oh, the API has turned off language filtering.
Try again. That Esperanto example of mine goes through now.
Maybe we'll never see a 6 again.

@github-actions github-actions bot removed the status:triaged Issue/PR triaged to the corresponding sub-team label Aug 7, 2024
copybara-service bot pushed a commit to googleapis/googleapis that referenced this issue Aug 17, 2024
feat: Add new PromptFeedback and FinishReason entries for google-gemini/generative-ai-python#476

PiperOrigin-RevId: 663936518
gcf-owl-bot bot added a commit to googleapis/google-cloud-python that referenced this issue Aug 17, 2024
feat: Add new PromptFeedback and FinishReason entries for google-gemini/generative-ai-python#476

PiperOrigin-RevId: 663936518

Source-Link: googleapis/googleapis@5157b5f

Source-Link: googleapis/googleapis-gen@740787c
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWFpLWdlbmVyYXRpdmVsYW5ndWFnZS8uT3dsQm90LnlhbWwiLCJoIjoiNzQwNzg3YzVlYjRmMmRjZmI5MDk0YTExODNlMDMxNGM3MjVmYjBjYSJ9
gcf-owl-bot bot added a commit to googleapis/google-cloud-node that referenced this issue Aug 17, 2024
feat: Add new PromptFeedback and FinishReason entries for google-gemini/generative-ai-python#476

PiperOrigin-RevId: 663936518

Source-Link: googleapis/googleapis@5157b5f

Source-Link: googleapis/googleapis-gen@740787c
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWFpLWdlbmVyYXRpdmVsYW5ndWFnZS8uT3dsQm90LnlhbWwiLCJoIjoiNzQwNzg3YzVlYjRmMmRjZmI5MDk0YTExODNlMDMxNGM3MjVmYjBjYSJ9
gcf-owl-bot bot added a commit to googleapis/google-cloud-go that referenced this issue Aug 17, 2024
feat: Add new PromptFeedback and FinishReason entries for google-gemini/generative-ai-python#476

PiperOrigin-RevId: 663936518

Source-Link: googleapis/googleapis@5157b5f

Source-Link: googleapis/googleapis-gen@740787c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzQwNzg3YzVlYjRmMmRjZmI5MDk0YTExODNlMDMxNGM3MjVmYjBjYSJ9
gcf-owl-bot bot added a commit to googleapis/google-cloud-python that referenced this issue Aug 19, 2024
feat: Add new PromptFeedback and FinishReason entries
feat: Add model max_temperature

PiperOrigin-RevId: 663936564

Source-Link: googleapis/googleapis@21c206f

Source-Link: googleapis/googleapis-gen@97ac6df
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWFpLWdlbmVyYXRpdmVsYW5ndWFnZS8uT3dsQm90LnlhbWwiLCJoIjoiOTdhYzZkZmNhYTc5ZWY3NmJiNzhmODYwZTc5ODZhZGNiZTIyMzA4MSJ9

docs: Many small fixes
feat: Add new PromptFeedback and FinishReason entries for google-gemini/generative-ai-python#476

PiperOrigin-RevId: 663936518

Source-Link: googleapis/googleapis@5157b5f

Source-Link: googleapis/googleapis-gen@740787c
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWFpLWdlbmVyYXRpdmVsYW5ndWFnZS8uT3dsQm90LnlhbWwiLCJoIjoiNzQwNzg3YzVlYjRmMmRjZmI5MDk0YTExODNlMDMxNGM3MjVmYjBjYSJ9
parthea pushed a commit to googleapis/google-cloud-python that referenced this issue Aug 19, 2024
- [ ] Regenerate this pull request now.

BEGIN_COMMIT_OVERRIDE
docs: Many small fixes
feat: Add new PromptFeedback and FinishReason entries
feat: Add model max_temperature
feat: Add new PromptFeedback and FinishReason entries for
google-gemini/generative-ai-python#476
END_COMMIT_OVERRIDE


PiperOrigin-RevId: 663936564

Source-Link:
googleapis/googleapis@21c206f

Source-Link:
googleapis/googleapis-gen@97ac6df
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWFpLWdlbmVyYXRpdmVsYW5ndWFnZS8uT3dsQm90LnlhbWwiLCJoIjoiOTdhYzZkZmNhYTc5ZWY3NmJiNzhmODYwZTc5ODZhZGNiZTIyMzA4MSJ9

docs: Many small fixes


PiperOrigin-RevId: 663936518

Source-Link:
googleapis/googleapis@5157b5f

Source-Link:
googleapis/googleapis-gen@740787c
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWFpLWdlbmVyYXRpdmVsYW5ndWFnZS8uT3dsQm90LnlhbWwiLCJoIjoiNzQwNzg3YzVlYjRmMmRjZmI5MDk0YTExODNlMDMxNGM3MjVmYjBjYSJ9

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
parthea added a commit to googleapis/google-cloud-python that referenced this issue Aug 19, 2024
🤖 I have created a release *beep* *boop*
---


<details><summary>google-ai-generativelanguage: 0.6.9</summary>

##
[0.6.9](google-ai-generativelanguage-v0.6.8...google-ai-generativelanguage-v0.6.9)
(2024-08-19)


### Features

* Add model max_temperature
([fdebbf2](fdebbf2))
* Add new PromptFeedback and FinishReason entries
([fdebbf2](fdebbf2))
* Add new PromptFeedback and FinishReason entries for
google-gemini/generative-ai-python#476
([fdebbf2](fdebbf2))


### Documentation

* Many small fixes
([fdebbf2](fdebbf2))
</details>

<details><summary>google-cloud-batch: 0.17.25</summary>

##
[0.17.25](google-cloud-batch-v0.17.24...google-cloud-batch-v0.17.25)
(2024-08-19)


### Documentation

* Batch CentOS images and HPC CentOS images are EOS
([5f179b9](5f179b9))
* Clarify required fields for Runnable.Container
([5f179b9](5f179b9))
* Clarify required oneof fields for Runnable.Script
([5f179b9](5f179b9))
* Clarify TaskSpec requires one or more runnables
([5f179b9](5f179b9))
</details>

<details><summary>google-cloud-dlp: 3.22.0</summary>

##
[3.22.0](google-cloud-dlp-v3.21.0...google-cloud-dlp-v3.22.0)
(2024-08-19)


### Features

* file store data profiles can now be filtered by type and storage
location
([5dc35c8](5dc35c8))
* inspect template modified cadence discovery config for Cloud SQL
([5dc35c8](5dc35c8))


### Documentation

* small improvements
([5dc35c8](5dc35c8))
</details>

<details><summary>google-cloud-managedkafka: 0.1.3</summary>

##
[0.1.3](google-cloud-managedkafka-v0.1.2...google-cloud-managedkafka-v0.1.3)
(2024-08-19)


### Documentation

* [google-cloud-managedkafka] changed API title to official name
([#13010](#13010))
([5e6b4ce](5e6b4ce))
</details>

<details><summary>google-cloud-storage-transfer: 1.12.0</summary>

##
[1.12.0](google-cloud-storage-transfer-v1.11.5...google-cloud-storage-transfer-v1.12.0)
(2024-08-19)


### Features

* add GCS Managed Folders
([9c54c1d](9c54c1d))
* add HDFS configuration
([9c54c1d](9c54c1d))
* add S3 Cloudfront Domain
([9c54c1d](9c54c1d))
* add S3 Managed Private Network
([9c54c1d](9c54c1d))
</details>

<details><summary>google-cloud-texttospeech: 2.17.0</summary>

##
[2.17.0](google-cloud-texttospeech-v2.16.5...google-cloud-texttospeech-v2.17.0)
(2024-08-19)


### Features

* A new method `StreamingSynthesize` is added to service `TextToSpeech`
([973e48a](973e48a))


### Documentation

* A comment for field `name` in message
`.google.cloud.texttospeech.v1.VoiceSelectionParams` is changed
([973e48a](973e48a))
* A comment for field `name` in message
`.google.cloud.texttospeech.v1beta1.VoiceSelectionParams` is changed
([973e48a](973e48a))
</details>

---
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>
Co-authored-by: Anthonios Partheniou <[email protected]>
gcf-owl-bot bot added a commit to googleapis/google-cloud-go that referenced this issue Aug 20, 2024
PiperOrigin-RevId: 665192663

Source-Link: googleapis/googleapis@07ede94

Source-Link: googleapis/googleapis-gen@d88a093
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDg4YTA5M2I0MDBlMWJhMWI3YzJkNjY2Y2VmMmRlOTQxNTJiYjIxMiJ9

docs: deprecate `authorization_code`

PiperOrigin-RevId: 664993498

Source-Link: googleapis/googleapis@b678386

Source-Link: googleapis/googleapis-gen@148188c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTQ4MTg4Y2I5ZTI0NzkzY2EzZjUyZWFjNDQxYTc0YjhmNTQzYmI3YSJ9

chore: update gapic-generator-go to 0.46.2

PiperOrigin-RevId: 664922813

Source-Link: googleapis/googleapis@c2f74b9

Source-Link: googleapis/googleapis-gen@0c2773c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMGMyNzczY2I1MzQxNDVjMjY1MjUwMWJmZTZmYWI0ZTdjMTczYmEzNCJ9

docs: update Long Audio capabilities to include SSML

PiperOrigin-RevId: 664823949

Source-Link: googleapis/googleapis@d9eae9f

Source-Link: googleapis/googleapis-gen@68d27ba
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjhkMjdiYWFhY2E1MWM2M2FkMTdkZDViODUxNjc5YjY0OTg5OTYzNCJ9

docs: Many small fixes
feat: Add new PromptFeedback and FinishReason entries
feat: Add model max_temperature

PiperOrigin-RevId: 663936564

Source-Link: googleapis/googleapis@21c206f

Source-Link: googleapis/googleapis-gen@97ac6df
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTdhYzZkZmNhYTc5ZWY3NmJiNzhmODYwZTc5ODZhZGNiZTIyMzA4MSJ9

docs: Many small fixes
feat: Add new PromptFeedback and FinishReason entries for google-gemini/generative-ai-python#476

PiperOrigin-RevId: 663936518

Source-Link: googleapis/googleapis@5157b5f

Source-Link: googleapis/googleapis-gen@740787c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzQwNzg3YzVlYjRmMmRjZmI5MDk0YTExODNlMDMxNGM3MjVmYjBjYSJ9

feat: inspect template modified cadence discovery config for Cloud SQL
feat: file store data profiles can now be filtered by type and storage location
docs: small improvements

PiperOrigin-RevId: 663887424

Source-Link: googleapis/googleapis@07ee675

Source-Link: googleapis/googleapis-gen@6f7f8eb
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmY3ZjhlYmNmNmUyZDg2NWFlOTJiNTc2ZTVhZDAwYzAwMDdiN2U5ZSJ9

chore: update gapic-generator-go to 0.46.1

PiperOrigin-RevId: 663878713

Source-Link: googleapis/googleapis@cd2318e

Source-Link: googleapis/googleapis-gen@c621dc2
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYzYyMWRjMmU3OWRjNWE4ZThlOTBjYWM1MGRiMzljNzQ0YzU0MmU4NSJ9
yoshi-automation added a commit to googleapis/go-genproto that referenced this issue Aug 26, 2024
This is an auto-generated regeneration of the .pb.go files by
cloud.google.com/go/internal/gapicgen. Once this PR is submitted, genbot will
update the corresponding PR to depend on the newer version of go-genproto, and
assign reviewers. Whilst this or any regen PR is open in go-genproto, genbot
will not create any more regeneration PRs. If all regen PRs are closed,
gapicgen will create a new set of regeneration PRs once per night.

If you have been assigned to review this PR, please:

- Ensure that CI is passing. If it's failing, it requires your manual attention.
- Approve and submit this PR if you believe it's ready to ship. That will prompt
genbot to assign reviewers to the google-cloud-go PR.

There is no corresponding google-cloud-go PR.

Changes:

feat: Add field `experimental_features` to message `PythonSettings`
  PiperOrigin-RevId: 667670464
  Source-Link: googleapis/googleapis@dfb718a

feat: Adds CustomColumn's renderType feat: Adds owner_customer_id to campaign_label, ad_group_label, ad_group_ad_label and ad_group_criterion_label
  PiperOrigin-RevId: 666935281
  Source-Link: googleapis/googleapis@a67e276

chore: remove protobuf-javalite from maven_install target
  PiperOrigin-RevId: 666825099
  Source-Link: googleapis/googleapis@0c11bf2

docs: update Long Audio capabilities to include SSML
  PiperOrigin-RevId: 666797967
  Source-Link: googleapis/googleapis@818d9fd

feat: add documentation for partition value limit
  BREAKING CHANGE: make the client library gRPC only

  PiperOrigin-RevId: 666551276
  Source-Link: googleapis/googleapis@6f3c628

docs: Update product URL for google-cloud-managed_kafka
  PiperOrigin-RevId: 666530274
  Source-Link: googleapis/googleapis@87fc660

chore: Configure Ruby client for google-cloud-gke_connect-gateway-v1
  PiperOrigin-RevId: 666437397
  Source-Link: googleapis/googleapis@9f96d27

chore(python): Use `google.cloud.bigquery_storage` instead of `google.cloud.bigquery.storage` for v1alpha
  PiperOrigin-RevId: 666369744
  Source-Link: googleapis/googleapis@63947bf

chore: Update gkeconnect/gateway v1 BUILD.bazel to prepare for python release
  PiperOrigin-RevId: 666340312
  Source-Link: googleapis/googleapis@82ab100

fix: Update proto dependencies for apphub.googleapis.com after last client library publication
  PiperOrigin-RevId: 665565372
  Source-Link: googleapis/googleapis@54d659d

feat!: removed the nonfunctional GatewayService and replaced it with the GatewayControl service
  BREAKING CHANGE: existing client libraries are being regenerated to remove unused functionality and introduce new features.

  PiperOrigin-RevId: 665564055
  Source-Link: googleapis/googleapis@71434fd

feat: Support for a custom error message for BatchSizeTooLargeError
  PiperOrigin-RevId: 665560115
  Source-Link: googleapis/googleapis@869c2e1

fix: Update proto dependencies for apphub.googleapis.com after last client library publication
  PiperOrigin-RevId: 665529828
  Source-Link: googleapis/googleapis@8550c76

feat!: removed the nonfunctional GatewayService and replaced it with the GatewayControl service
  BREAKING CHANGE: existing client libraries are being regenerated to remove unused functionality and introduce new features.

  PiperOrigin-RevId: 665485495
  Source-Link: googleapis/googleapis@5e76753

feat: A new field `max_chargeable_bytes` is added to message `.google.cloud.sql.v1.BackupRun` feat: A new enum `CaMode` is added feat: A new field `server_ca_mode` is added to message `.google.cloud.sql.v1.ConnectSettings` feat: A new field `satisfies_pzi` is added to message `.google.cloud.sql.v1.DatabaseInstance` feat: A new field `switch_transaction_logs_to_cloud_storage_enabled` is added to message `.google.cloud.sql.v1.DatabaseInstance` feat: A new value `UNSUPPORTED_COLUMNS` is added to enum `SqlExternalSyncSettingErrorType` feat: A new enum `CaMode` is added feat: A new field `server_ca_mode` is added to message `.google.cloud.sql.v1.IpConfiguration` feat: A new value `MAJOR_VERSION_UPGRADE` is added to enum `SqlOperationType` docs: A comment for method `AddServerCa` in service `SqlInstancesService` is changed docs: A comment for method `RotateServerCa` in service `SqlInstancesService` is changed
  PiperOrigin-RevId: 665459194
  Source-Link: googleapis/googleapis@9f3335a

docs: update `Certification` field descriptions
  PiperOrigin-RevId: 665432329
  Source-Link: googleapis/googleapis@5988300

feat: add AddIpOverride RPC feat: add `express_settings` to `Key` docs: clarify `Event.express` field docs: fix billing, quota, and usecase links
  PiperOrigin-RevId: 665409132
  Source-Link: googleapis/googleapis@cc4e33a

docs: update preview docs for short mode queries docs: mark dataset GcpTags as deprecated feat: add edition to job statistics docs: add Range example to StandardSqlDataType docs feat: expose DataPolicyOptions
  PiperOrigin-RevId: 665405104
  Source-Link: googleapis/googleapis@57d2c45

docs: clarify tasks success criteria for background runnable
  PiperOrigin-RevId: 665192663
  Source-Link: googleapis/googleapis@07ede94

docs: clarify tasks success criteria for background runnable
  PiperOrigin-RevId: 665192495
  Source-Link: googleapis/googleapis@d7f3478

docs: deprecate `authorization_code`
  PiperOrigin-RevId: 664993498
  Source-Link: googleapis/googleapis@b678386

chore: update gapic-generator-go to 0.46.2
  PiperOrigin-RevId: 664922813
  Source-Link: googleapis/googleapis@c2f74b9

docs: update Long Audio capabilities to include SSML
  PiperOrigin-RevId: 664823949
  Source-Link: googleapis/googleapis@d9eae9f

fix(deps): Update the Java code generator (gapic-generator-java) to 2.44.0
  PiperOrigin-RevId: 664804097
  Source-Link: googleapis/googleapis@fe8ba05

docs: Many small fixes feat: Add new PromptFeedback and FinishReason entries feat: Add model max_temperature
  PiperOrigin-RevId: 663936564
  Source-Link: googleapis/googleapis@21c206f

docs: Many small fixes feat: Add new PromptFeedback and FinishReason entries for google-gemini/generative-ai-python#476
  PiperOrigin-RevId: 663936518
  Source-Link: googleapis/googleapis@5157b5f

feat: inspect template modified cadence discovery config for Cloud SQL feat: file store data profiles can now be filtered by type and storage location docs: small improvements
  PiperOrigin-RevId: 663887424
  Source-Link: googleapis/googleapis@07ee675

chore: update gapic-generator-go to 0.46.1
  PiperOrigin-RevId: 663878713
  Source-Link: googleapis/googleapis@cd2318e

chore: configure client push to package managers
  PiperOrigin-RevId: 663849496
  Source-Link: googleapis/googleapis@611b36b

chore: configure client push to package managers
  PiperOrigin-RevId: 663849446
  Source-Link: googleapis/googleapis@8425ff9

feat: Disable xrefs for README files in wrapper gems
  PiperOrigin-RevId: 663793269
  Source-Link: googleapis/googleapis@21b26c5

refactor!: removed existing client libraries
  BREAKING CHANGE: existing client libraries are being regenerated to remove unused functionality and introduce new features.

  PiperOrigin-RevId: 663464245
  Source-Link: googleapis/googleapis@fe00da8

feat: A new method `StreamingSynthesize` is added to service `TextToSpeech`
  docs: A comment for field `name` in message `.google.cloud.texttospeech.v1beta1.VoiceSelectionParams` is changed
  PiperOrigin-RevId: 662978887
  Source-Link: googleapis/googleapis@195c051

feat: A new method `StreamingSynthesize` is added to service `TextToSpeech`
  docs: A comment for field `name` in message `.google.cloud.texttospeech.v1.VoiceSelectionParams` is changed
  PiperOrigin-RevId: 662708702
  Source-Link: googleapis/googleapis@569fc73

feat: add HDFS configuration feat: add GCS Managed Folders feat: add S3 Managed Private Network feat: add S3 Cloudfront Domain
  PiperOrigin-RevId: 662684810
  Source-Link: googleapis/googleapis@83e5198

docs: changed API title to official name
  PiperOrigin-RevId: 662676310
  Source-Link: googleapis/googleapis@e813a85

docs: Batch CentOS images and HPC CentOS images are EOS
  PiperOrigin-RevId: 662665564
  Source-Link: googleapis/googleapis@2b7a9cb

docs: Batch CentOS images and HPC CentOS images are EOS docs: Clarify required fields for Runnable.Container docs: Clarify required oneof fields for Runnable.Script docs: Clarify TaskSpec requires one or more runnables
  PiperOrigin-RevId: 662559250
  Source-Link: googleapis/googleapis@9067360

feat(spanner): Add resource reference annotation to backup schedules docs(spanner): Add an example to filter backups based on schedule name
  PiperOrigin-RevId: 662402292
  Source-Link: googleapis/googleapis@96facec

feat: optional field for specifying a service account to use for the build. This helps navigate the change of historical default on new projects. For more details, see https://cloud.google.com/build/docs/cloud-build-service-account-updates feat: optional fields for setting up automatic base image updates. feat: optional field for specifying a revision on GetFunction. feat: optional field for binary authorization policy. feat: optional field for deploying a source from a GitHub repository. feat: additional field on the output that specified whether the deployment supports Physical Zone Separation. feat: Generate upload URL now supports for specifying the GCF generation that the generated upload url will be used for. feat: ListRuntimes response now includes deprecation and decommissioning dates. docs: Refined description in several fields.
  PiperOrigin-RevId: 662275444
  Source-Link: googleapis/googleapis@182e5df

feat(spanner): add edition field to the instance proto
  PiperOrigin-RevId: 662226829
  Source-Link: googleapis/googleapis@eb87f47

feat: Add BigQuery Metastore Partition Service API version v1alpha
  PiperOrigin-RevId: 662212485
  Source-Link: googleapis/googleapis@456a812

docs: Format comment in AutoML Translation
  PiperOrigin-RevId: 661358257
  Source-Link: googleapis/googleapis@5b517c2

chore(php): Revert two optional to required fields for dialogflow
  PiperOrigin-RevId: 661351717
  Source-Link: googleapis/googleapis@23bf1dd

feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.BatchPredictionJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.BatchPredictionJob` feat: A new message `RoutingConfig` is added feat: A new field `seed` is added to message `.google.cloud.aiplatform.v1.GenerationConfig` feat: A new field `routing_config` is added to message `.google.cloud.aiplatform.v1.GenerationConfig` feat: A new field `avg_logprobs` is added to message `.google.cloud.aiplatform.v1.Candidate` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.CustomJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.CustomJob` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.DataItem` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.DataItem` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.Dataset` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.Dataset` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.DatasetVersion` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.DatasetVersion` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.DeploymentResourcePool` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.DeploymentResourcePool` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.EntityType` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.EntityType` feat: A new message `TimeSeries` is added feat: A new field `time_series` is added to message `.google.cloud.aiplatform.v1.FeatureGroup` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.FeatureOnlineStore` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.FeatureOnlineStore` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.FeatureView` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.FeatureView` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.FeatureViewSync` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.FeatureViewSync` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.Featurestore` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.Featurestore` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.HyperparameterTuningJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.HyperparameterTuningJob` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.Index` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.Index` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.IndexEndpoint` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.IndexEndpoint` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.ModelDeploymentMonitoringJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.ModelDeploymentMonitoringJob` feat: A new field `hugging_face_token` is added to message `.google.cloud.aiplatform.v1.GetPublisherModelRequest` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.NasJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.NasJob` feat: A new field `encryption_spec` is added to message `.google.cloud.aiplatform.v1.NotebookExecutionJob` feat: A new field `sample_request` is added to message `.google.cloud.aiplatform.v1.PublisherModel` feat: A new resource_definition `compute.googleapis.com/NetworkAttachment` is added feat: A new field `service_attachment` is added to message `.google.cloud.aiplatform.v1.PrivateServiceConnectConfig` feat: A new field `total_truncated_example_count` is added to message `.google.cloud.aiplatform.v1.SupervisedTuningDataStats` feat: A new field `truncated_example_indices` is added to message `.google.cloud.aiplatform.v1.SupervisedTuningDataStats` docs: A comment for enum value `STOP` in enum `FinishReason` is changed docs: A comment for enum value `MAX_TOKENS` in enum `FinishReason` is changed docs: A comment for enum value `SAFETY` in enum `FinishReason` is changed docs: A comment for enum value `RECITATION` in enum `FinishReason` is changed docs: A comment for enum value `OTHER` in enum `FinishReason` is changed docs: A comment for enum value `BLOCKLIST` in enum `FinishReason` is changed docs: A comment for enum value `PROHIBITED_CONTENT` in enum `FinishReason` is changed docs: A comment for enum value `SPII` in enum `FinishReason` is changed docs: A comment for enum `Strategy` is changed docs: A comment for enum value `STRATEGY_UNSPECIFIED` in enum `Strategy` is changed docs: A comment for field `model` in message `.google.cloud.aiplatform.v1.GenerateContentRequest` is changed docs: A comment for enum value `AUTO` in enum `Mode` is changed
  PiperOrigin-RevId: 661337164
  Source-Link: googleapis/googleapis@a5c87fe

chore: Update gapic-generator-python to v1.18.5
  PiperOrigin-RevId: 661268868
  Source-Link: googleapis/googleapis@f7d214c

feat: A new message `RoutingConfig` is added feat: A new field `seed` is added to message `.google.cloud.aiplatform.v1beta1.GenerationConfig` feat: A new field `routing_config` is added to message `.google.cloud.aiplatform.v1beta1.GenerationConfig` feat: A new field `avg_logprobs` is added to message `.google.cloud.aiplatform.v1beta1.Candidate` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.CustomJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.CustomJob` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.EntityType` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.EntityType` feat: A new message `TimeSeries` is added feat: A new field `time_series` is added to message `.google.cloud.aiplatform.v1beta1.FeatureGroup` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.FeatureOnlineStore` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.FeatureOnlineStore` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.FeatureView` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.FeatureView` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.FeatureViewSync` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.FeatureViewSync` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.Featurestore` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.Featurestore` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.HyperparameterTuningJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.HyperparameterTuningJob` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.Index` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.Index` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.IndexEndpoint` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.IndexEndpoint` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringJob` feat: A new field `hugging_face_token` is added to message `.google.cloud.aiplatform.v1beta1.GetPublisherModelRequest` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.NasJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.NasJob` feat: A new field `encryption_spec` is added to message `.google.cloud.aiplatform.v1beta1.NotebookExecutionJob` feat: A new field `sample_request` is added to message `.google.cloud.aiplatform.v1beta1.PublisherModel` feat: A new field `service_attachment` is added to message `.google.cloud.aiplatform.v1beta1.PrivateServiceConnectConfig` feat: A new field `total_truncated_example_count` is added to message `.google.cloud.aiplatform.v1beta1.SupervisedTuningDataStats` feat: A new field `truncated_example_indices` is added to message `.google.cloud.aiplatform.v1beta1.SupervisedTuningDataStats` fix!: An existing message `GroundingAttribution` is removed fix!: An existing field `grounding_attributions` is removed from message `.google.cloud.aiplatform.v1beta1.GroundingMetadata` fix!: An existing field `disable_attribution` is removed from message `.google.cloud.aiplatform.v1beta1.GoogleSearchRetrieval` docs: A comment for enum value `STOP` in enum `FinishReason` is changed docs: A comment for enum value `MAX_TOKENS` in enum `FinishReason` is changed docs: A comment for enum value `SAFETY` in enum `FinishReason` is changed docs: A comment for enum value `RECITATION` in enum `FinishReason` is changed docs: A comment for enum value `OTHER` in enum `FinishReason` is changed docs: A comment for enum value `BLOCKLIST` in enum `FinishReason` is changed docs: A comment for enum value `PROHIBITED_CONTENT` in enum `FinishReason` is changed docs: A comment for enum value `SPII` in enum `FinishReason` is changed docs: A comment for enum `Strategy` is changed docs: A comment for enum value `STRATEGY_UNSPECIFIED` in enum `Strategy` is changed docs: A comment for enum value `AUTO` in enum `Mode` is changed docs: A comment for field `distance` in message `.google.cloud.aiplatform.v1beta1.RagContexts` is changed
  PiperOrigin-RevId: 661167484
  Source-Link: googleapis/googleapis@3c0b84d

feat: release advanced parsing options for rag files
  PiperOrigin-RevId: 660965686
  Source-Link: googleapis/googleapis@a353d25
sofisl added a commit to googleapis/google-cloud-node that referenced this issue Aug 27, 2024
* docs: Many small fixes
feat: Add new PromptFeedback and FinishReason entries for google-gemini/generative-ai-python#476

PiperOrigin-RevId: 663936518

Source-Link: googleapis/googleapis@5157b5f

Source-Link: googleapis/googleapis-gen@740787c
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWFpLWdlbmVyYXRpdmVsYW5ndWFnZS8uT3dsQm90LnlhbWwiLCJoIjoiNzQwNzg3YzVlYjRmMmRjZmI5MDk0YTExODNlMDMxNGM3MjVmYjBjYSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* docs: Many small fixes
feat: Add new PromptFeedback and FinishReason entries
feat: Add model max_temperature

PiperOrigin-RevId: 663936564

Source-Link: googleapis/googleapis@21c206f

Source-Link: googleapis/googleapis-gen@97ac6df
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWFpLWdlbmVyYXRpdmVsYW5ndWFnZS8uT3dsQm90LnlhbWwiLCJoIjoiOTdhYzZkZmNhYTc5ZWY3NmJiNzhmODYwZTc5ODZhZGNiZTIyMzA4MSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* Update gapic_cache_service_v1beta.ts

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: sofisl <[email protected]>
github-actions bot pushed a commit to amkartashov/bazel-remote-apis-rust that referenced this issue Sep 11, 2024
…4feba..cbf696d38

cbf696d38 feat: Add support for Cloud Bigtable Row Affinity in App Profiles
afb6b3599 feat: add Pinecone and Vector Search integration for Vertex RAG
2b46b7546 feat: A new value `CANCELLATION_IN_PROGRESS` is added to enum `State` feat: A new value `CANCELLED` is added to enum `State`
43a4ddc8a chore(googleads)!: remove protos for v15, which has sunset
394f626e8 docs: update documentation for 31 day subscription message retention
02f62c8e2 feat: add support for new Dataproc features 1. Allow flink and trino job support for workflow templates API 2. Add unreachable output field for LIST workflow template API 3. Add unreachable output field for LIST batch templates API 4. Add kms key input for create cluster API 5. Add FLINK metric source for Dataproc Metric Source
32bc03653 feat: add support for new Dataproc features 1. Allow flink job support for jobs 2. Add unreachable output field for LIST jobs API
76ffdb228 chore(php): Migrate some GA APIs to NEW_SURFACE_ONLY
ca8229714 feat: add share_point_sources to SharePointSources feat: add sharepoint_folder_path to SharePointSource feat: add sharepoint_folder_id to SharePointSource feat: add drive_name to SharePointSource feat: add drive_id to SharePointSource feat: add client_id to SharePointSource feat: add client_secret to SharePointSource feat: add tenant_id to SharePointSource feat: add sharepoint_site_name to SharePointSource feat: add share_point_sources to ImportRagFilesConfig feat: add partial_failure_gcs_sink tp ImportRagFilesConfig feat: add partial_failure_bigquery_sink to ImportRagFilesConfig
aa4d66ab0 chore: regenerate API index
2f1274f3d chore: Deprecate uses of CustomLayerInfo, which will stop being populated soon docs: Clean up documentation per AIP conventions
be61427b6 docs: Adding Destination Package to publish client library
cb39bdd75 feat: add OFF to HarmBlockThreshold
9aad398cf feat: add OFF to HarmBlockThreshold
070b0fd6a feat: add Database.SourceInfo and Database.source_info (information about database provenance, specifically for restored databases) feat: add Database.CmekConfig and Database.cmek_config (information about CMEK enablement) feat: allow specifying an encryption_config when restoring a database feat: add Database.delete_time (the time a database was deleted, if it ever was) feat: add Database.previous_id (if a database was deleted, what ID it was using beforehand) docs: fix assorted capitalization issues with the word "ID" docs: clarify restore details
eb4c1ec02 docs: fix CreateAssessmentRequest comment docs: update API title in docs overview
003e62665 feat: Add API fields for the descriptions of entity type and property in the document schema
d3029316f docs: update comment link for ListTasks filter
f21743b4f feat: Add CHAT_SPACE link type support for GA launch
34133c71b chore(python): Update namespace for google/marketingplatform/admin to prepare for release
2cd2b6589 fix!: update the client libraries package prefix to include the `ads` namespace
68f6c7f68 feat: add more configurability to feature_group.proto feat: add ragSource to feature_view.proto feat: add sync watermark to feature_view_sync.proto docs: fix typo in feature_online_store_admin_service.proto
cb6a8eeac feat: add more configurability to feature_group.proto feat: add ragSource to feature_view.proto feat: add sync watermark to feature_view_sync.proto docs: fix typo in feature_online_store_admin_service.proto
cb6264a97 feat: add FLEX_START to Scheduling.strategy
fa23e3050 feat: add FLEX_START to Scheduling.strategy
8c6de209d fix!: remove gRPC support for client libraries
b744eff90 feat: add BDRBackupRestoreJobLog used for BackupPlan based backup/restore jobs
c13cea289 docs: add a note to the CreateTransferConfigRequest and UpdateTransferConfigRequest to disable restricting service account usage
95a1490f6 feat: returns usage metadata for context caching
531481827 feat: promote search tuning service to v1 feat: promot user event purge to v1 feat: return structured document info in answers feat: return index status in document feat: support batch documents purge with GCS input feat: support batch get documents metadata by uri patterns feat: return joined status in user event docs: keep the API doc up-to-date with recent changes
6cb0a970d feat: support natural language understanding in search feat: allow set relevance threshold on search feat: support one box search feat: return structured document info in answers feat: return index status in document feat: support batch documents purge with GCS input feat: support batch get documents metadata by uri patterns feat: return joined status in user event docs: keep the API doc up-to-date with recent changes
ce9d18865 feat: return index status in document feat: support creating workspace search data stores feat: support batch get documents metadata by uri patterns feat: return query segment in NL query understanding feat: return joined status in user event docs: keep the API doc up-to-date with recent changes
9c6ceea87 docs: A comment for message `StreamMetastorePartitionsRequest` is changed docs: A comment for message `StreamMetastorePartitionsResponse` is changed docs: A comment for field `location_uri` in message `.google.cloud.bigquery.storage.v1alpha.StorageDescriptor` is changed
4bf146f05 feat(v1): promote block_project_ssh_keys support to batch v1 API
6a474b31c feat:add optional parameters (tarball-access) in DiagnoseClusterRequest
085ad0813 feat: add Vector DB config for Vertex RAG (Weaviate + FeatureStore) feat: add UpdateRagCorpus API for Vertex RAG feat: add ApiKeyConfig field to ApiAuth docs: A comment for field `vertex_prediction_endpoint` in message `.google.cloud.aiplatform.v1beta1.RagEmbeddingModelConfig` is changed docs: A comment for field `distance` in message `.google.cloud.aiplatform.v1beta1.RagContexts` is changed
7310c46ad docs: swap comments on `BONDED` and `NON_BONDED` enums in `BondingType`
07308e1ca feat: add v1 NotebookExecutionJob to Schedule
296afd142 docs: Clarify maximum retention of backups (max 14 weeks) docs: Remove note about backups running at a specific time docs: Standardize on the capitalization of "ID"
b99f12ae8 docs: minor doc fixes
b83ceb620 chore: revert accidental changes for gapic_generator_java target in WORKSPACE
b1a9e6c1b feat: add `EXTENDED` enum value for `ReleaseChannel.Channel`
a8f277295 chore: Uncomment Java build rules for API Hub V1
8b2adf3f6 feat: add max_wait_duration to Scheduling
aee11eedc feat: add max_wait_duration to Scheduling
0e9edd761 feat: add ReleaseChannel EXTENDED value
1f9816242 docs: fully qualify relative URLs in proto comments
14d1fe299 feat: add AssessmentEnvironment for CreateAssessement to explicitly describe the environment of the assessment
3165e16f3 build: Only generate gRPC clients for google/cloud/bigquery/storage/v1alpha
f17f11412 feat: request client libraries for new languages feat: add BatchOperationStatus to import metadata docs: A comment for method `ClipAsset` in service `Warehouse` is changed docs: A comment for enum value `IN_PROGRESS` in enum `State` is changed docs: A comment for enum value `SUCCEEDED` in enum `State` is changed docs: A comment for enum value `FAILED` in enum `State` is changed docs: A comment for field `relevance` in message `.google.cloud.visionai.v1.SearchResultItem` is changed
a1185ce21 feat: support for enabling outbound public IP on an instance feat: support for getting outbound public IP addresses of an instance feat: support for setting maintenance update policy on a cluster feat: support for getting maintenance schedule of a cluster
ec3826751 feat: Support local binding for variables with keyword name collision
dfb718a4a feat: Add field `experimental_features` to message `PythonSettings`
a67e27687 feat: Adds CustomColumn's renderType feat: Adds owner_customer_id to campaign_label, ad_group_label, ad_group_ad_label and ad_group_criterion_label
0c11bf270 chore: remove protobuf-javalite from maven_install target
818d9fd16 docs: update Long Audio capabilities to include SSML
6f3c628e7 feat: add documentation for partition value limit
87fc660f9 docs: Update product URL for google-cloud-managed_kafka
9f96d27b2 chore: Configure Ruby client for google-cloud-gke_connect-gateway-v1
63947bfd9 chore(python): Use `google.cloud.bigquery_storage` instead of `google.cloud.bigquery.storage` for v1alpha
82ab100ce chore: Update gkeconnect/gateway v1 BUILD.bazel to prepare for python release
54d659d0a fix: Update proto dependencies for apphub.googleapis.com after last client library publication
71434fd17 feat!: removed the nonfunctional GatewayService and replaced it with the GatewayControl service
869c2e1ff feat: Support for a custom error message for BatchSizeTooLargeError
8550c7655 fix: Update proto dependencies for apphub.googleapis.com after last client library publication
5e76753c1 feat!: removed the nonfunctional GatewayService and replaced it with the GatewayControl service
9f3335a0e feat: A new field `max_chargeable_bytes` is added to message `.google.cloud.sql.v1.BackupRun` feat: A new enum `CaMode` is added feat: A new field `server_ca_mode` is added to message `.google.cloud.sql.v1.ConnectSettings` feat: A new field `satisfies_pzi` is added to message `.google.cloud.sql.v1.DatabaseInstance` feat: A new field `switch_transaction_logs_to_cloud_storage_enabled` is added to message `.google.cloud.sql.v1.DatabaseInstance` feat: A new value `UNSUPPORTED_COLUMNS` is added to enum `SqlExternalSyncSettingErrorType` feat: A new enum `CaMode` is added feat: A new field `server_ca_mode` is added to message `.google.cloud.sql.v1.IpConfiguration` feat: A new value `MAJOR_VERSION_UPGRADE` is added to enum `SqlOperationType` docs: A comment for method `AddServerCa` in service `SqlInstancesService` is changed docs: A comment for method `RotateServerCa` in service `SqlInstancesService` is changed
59883000d docs: update `Certification` field descriptions
cc4e33a26 feat: add AddIpOverride RPC feat: add `express_settings` to `Key` docs: clarify `Event.express` field docs: fix billing, quota, and usecase links
57d2c452f docs: update preview docs for short mode queries docs: mark dataset GcpTags as deprecated feat: add edition to job statistics docs: add Range example to StandardSqlDataType docs feat: expose DataPolicyOptions
07ede9449 docs: clarify tasks success criteria for background runnable
d7f3478b9 docs: clarify tasks success criteria for background runnable
b67838686 docs: deprecate `authorization_code`
c2f74b9a2 chore: update gapic-generator-go to 0.46.2
d9eae9f02 docs: update Long Audio capabilities to include SSML
fe8ba054a fix(deps): Update the Java code generator (gapic-generator-java) to 2.44.0
21c206f73 docs: Many small fixes feat: Add new PromptFeedback and FinishReason entries feat: Add model max_temperature
5157b5f45 docs: Many small fixes feat: Add new PromptFeedback and FinishReason entries for https://github.com/google-gemini/generative-ai-python/issues/476
07ee67599 feat: inspect template modified cadence discovery config for Cloud SQL feat: file store data profiles can now be filtered by type and storage location docs: small improvements
cd2318e19 chore: update gapic-generator-go to 0.46.1
611b36b0c chore: configure client push to package managers
8425ff95d chore: configure client push to package managers
21b26c515 feat: Disable xrefs for README files in wrapper gems
fe00da8d2 refactor!: removed existing client libraries
195c05137 feat: A new method `StreamingSynthesize` is added to service `TextToSpeech`
569fc73ce feat: A new method `StreamingSynthesize` is added to service `TextToSpeech`
83e519836 feat: add HDFS configuration feat: add GCS Managed Folders feat: add S3 Managed Private Network feat: add S3 Cloudfront Domain
e813a85a1 docs: changed API title to official name
2b7a9cbe5 docs: Batch CentOS images and HPC CentOS images are EOS
906736032 docs: Batch CentOS images and HPC CentOS images are EOS docs: Clarify required fields for Runnable.Container docs: Clarify required oneof fields for Runnable.Script docs: Clarify TaskSpec requires one or more runnables
96facece9 feat(spanner): Add resource reference annotation to backup schedules docs(spanner): Add an example to filter backups based on schedule name
182e5df1c feat: optional field for specifying a service account to use for the build. This helps navigate the change of historical default on new projects. For more details, see https://cloud.google.com/build/docs/cloud-build-service-account-updates feat: optional fields for setting up automatic base image updates. feat: optional field for specifying a revision on GetFunction. feat: optional field for binary authorization policy. feat: optional field for deploying a source from a GitHub repository. feat: additional field on the output that specified whether the deployment supports Physical Zone Separation. feat: Generate upload URL now supports for specifying the GCF generation that the generated upload url will be used for. feat: ListRuntimes response now includes deprecation and decommissioning dates. docs: Refined description in several fields.
eb87f475f feat(spanner): add edition field to the instance proto
456a812fb feat: Add BigQuery Metastore Partition Service API version v1alpha
5b517c263 docs: Format comment in AutoML Translation
23bf1dd6a chore(php): Revert two optional to required fields for dialogflow
a5c87fe0b feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.BatchPredictionJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.BatchPredictionJob` feat: A new message `RoutingConfig` is added feat: A new field `seed` is added to message `.google.cloud.aiplatform.v1.GenerationConfig` feat: A new field `routing_config` is added to message `.google.cloud.aiplatform.v1.GenerationConfig` feat: A new field `avg_logprobs` is added to message `.google.cloud.aiplatform.v1.Candidate` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.CustomJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.CustomJob` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.DataItem` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.DataItem` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.Dataset` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.Dataset` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.DatasetVersion` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.DatasetVersion` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.DeploymentResourcePool` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.DeploymentResourcePool` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.EntityType` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.EntityType` feat: A new message `TimeSeries` is added feat: A new field `time_series` is added to message `.google.cloud.aiplatform.v1.FeatureGroup` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.FeatureOnlineStore` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.FeatureOnlineStore` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.FeatureView` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.FeatureView` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.FeatureViewSync` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.FeatureViewSync` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.Featurestore` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.Featurestore` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.HyperparameterTuningJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.HyperparameterTuningJob` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.Index` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.Index` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.IndexEndpoint` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.IndexEndpoint` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.ModelDeploymentMonitoringJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.ModelDeploymentMonitoringJob` feat: A new field `hugging_face_token` is added to message `.google.cloud.aiplatform.v1.GetPublisherModelRequest` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.NasJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.NasJob` feat: A new field `encryption_spec` is added to message `.google.cloud.aiplatform.v1.NotebookExecutionJob` feat: A new field `sample_request` is added to message `.google.cloud.aiplatform.v1.PublisherModel` feat: A new resource_definition `compute.googleapis.com/NetworkAttachment` is added feat: A new field `service_attachment` is added to message `.google.cloud.aiplatform.v1.PrivateServiceConnectConfig` feat: A new field `total_truncated_example_count` is added to message `.google.cloud.aiplatform.v1.SupervisedTuningDataStats` feat: A new field `truncated_example_indices` is added to message `.google.cloud.aiplatform.v1.SupervisedTuningDataStats` docs: A comment for enum value `STOP` in enum `FinishReason` is changed docs: A comment for enum value `MAX_TOKENS` in enum `FinishReason` is changed docs: A comment for enum value `SAFETY` in enum `FinishReason` is changed docs: A comment for enum value `RECITATION` in enum `FinishReason` is changed docs: A comment for enum value `OTHER` in enum `FinishReason` is changed docs: A comment for enum value `BLOCKLIST` in enum `FinishReason` is changed docs: A comment for enum value `PROHIBITED_CONTENT` in enum `FinishReason` is changed docs: A comment for enum value `SPII` in enum `FinishReason` is changed docs: A comment for enum `Strategy` is changed docs: A comment for enum value `STRATEGY_UNSPECIFIED` in enum `Strategy` is changed docs: A comment for field `model` in message `.google.cloud.aiplatform.v1.GenerateContentRequest` is changed docs: A comment for enum value `AUTO` in enum `Mode` is changed
f7d214cb0 chore: Update gapic-generator-python to v1.18.5
3c0b84de0 feat: A new message `RoutingConfig` is added feat: A new field `seed` is added to message `.google.cloud.aiplatform.v1beta1.GenerationConfig` feat: A new field `routing_config` is added to message `.google.cloud.aiplatform.v1beta1.GenerationConfig` feat: A new field `avg_logprobs` is added to message `.google.cloud.aiplatform.v1beta1.Candidate` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.CustomJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.CustomJob` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.EntityType` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.EntityType` feat: A new message `TimeSeries` is added feat: A new field `time_series` is added to message `.google.cloud.aiplatform.v1beta1.FeatureGroup` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.FeatureOnlineStore` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.FeatureOnlineStore` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.FeatureView` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.FeatureView` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.FeatureViewSync` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.FeatureViewSync` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.Featurestore` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.Featurestore` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.HyperparameterTuningJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.HyperparameterTuningJob` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.Index` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.Index` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.IndexEndpoint` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.IndexEndpoint` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringJob` feat: A new field `hugging_face_token` is added to message `.google.cloud.aiplatform.v1beta1.GetPublisherModelRequest` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.NasJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.NasJob` feat: A new field `encryption_spec` is added to message `.google.cloud.aiplatform.v1beta1.NotebookExecutionJob` feat: A new field `sample_request` is added to message `.google.cloud.aiplatform.v1beta1.PublisherModel` feat: A new field `service_attachment` is added to message `.google.cloud.aiplatform.v1beta1.PrivateServiceConnectConfig` feat: A new field `total_truncated_example_count` is added to message `.google.cloud.aiplatform.v1beta1.SupervisedTuningDataStats` feat: A new field `truncated_example_indices` is added to message `.google.cloud.aiplatform.v1beta1.SupervisedTuningDataStats` fix!: An existing message `GroundingAttribution` is removed fix!: An existing field `grounding_attributions` is removed from message `.google.cloud.aiplatform.v1beta1.GroundingMetadata` fix!: An existing field `disable_attribution` is removed from message `.google.cloud.aiplatform.v1beta1.GoogleSearchRetrieval` docs: A comment for enum value `STOP` in enum `FinishReason` is changed docs: A comment for enum value `MAX_TOKENS` in enum `FinishReason` is changed docs: A comment for enum value `SAFETY` in enum `FinishReason` is changed docs: A comment for enum value `RECITATION` in enum `FinishReason` is changed docs: A comment for enum value `OTHER` in enum `FinishReason` is changed docs: A comment for enum value `BLOCKLIST` in enum `FinishReason` is changed docs: A comment for enum value `PROHIBITED_CONTENT` in enum `FinishReason` is changed docs: A comment for enum value `SPII` in enum `FinishReason` is changed docs: A comment for enum `Strategy` is changed docs: A comment for enum value `STRATEGY_UNSPECIFIED` in enum `Strategy` is changed docs: A comment for enum value `AUTO` in enum `Mode` is changed docs: A comment for field `distance` in message `.google.cloud.aiplatform.v1beta1.RagContexts` is changed
a353d25ba feat: release advanced parsing options for rag files
7601a1076 chore: Configure Ruby wrapper client for google.cloud.apihub.v1
6a4a5720c chore: Address reserved keyword collisions and formatting updates
6d6665608 chore: regenerate API index
e728fd395 docs: very minor documentation updates
dfc248993 feat: Updated protos and build files for Google Ads API v17
8652e28bd feat: optional field for specifying a service account to use for the build. This helps navigate the change of historical default on new projects. For more details, see https://cloud.google.com/build/docs/cloud-build-service-account-updates feat: optional fields for setting up automatic base image updates. feat: optional field for specifying a revision on GetFunction. feat: optional field for binary authorization policy. feat: optional field for deploying a source from a GitHub repository. feat: additional field on the output that specified whether the deployment supports Physical Zone Separation. feat: Generate upload URL now supports for specifying the GCF generation that the generated upload url will be used for. feat: ListRuntimes response now includes deprecation and decommissioning dates. docs: Refined description in several fields.
7767c573e feat: Added `build_service_account` field to CloudFunction docs: A comment for field `runtime_version` in message `.google.cloud.functions.v1.CloudFunction` is changed docs: A comment for field `docker_repository` in message `.google.cloud.functions.v1.CloudFunction` is changed docs: A comment for field `automatic_update_policy` in message `.google.cloud.functions.v1.CloudFunction` is changed docs: A comment for field `on_deploy_update_policy` in message `.google.cloud.functions.v1.CloudFunction` is changed docs: A comment for field `url` in message `.google.cloud.functions.v1.SourceRepository` is changed docs: A comment for field `url` in message `.google.cloud.functions.v1.HttpsTrigger` is changed
28685f723 feat: Expose the `FindNearest.distance_result_field` parameter feat: Expose the `FindNearest.distance_threshold` parameter
37b76d379 feat: Updated protos and build files for Google Ads API v17
d89462962 feat: expose the new vpcflowlogs api proto
1f17bcaf6 feat: Allow v1 api calls for some dataset_service, llm_utility_service, and prediction_service apis without project and location
dba0d7907 feat: Allow v1beta1 api calls for some dataset_service, llm_utility_service, and prediction_service apis without project and location
9d6389cd9 feat: add evaluation service proto to v1
0a250ef23 chore(php): Migrate some GA APIs to NEW_SURFACE_ONLY
634d59e1f feat: add pointwise and pairwise metrics to evaluation service
2467774a1 chore: regenerate API index (#921)
d4acb6437 feat: add block_project_ssh_keys field to the v1alpha job API to block project level ssh keys access to Batch created VMs
7314e20f5 feat: add the TagResources API
f907e15b6 feat: add reservation affinity proto feat: add spot field to Vertex Prediction's Dedicated Resources and Custom Training's Scheduling Strategy docs: update the description for the deprecated GPU (K80)
333c1ece4 feat: add reservation affinity proto feat: add spot field to Vertex Prediction's Dedicated Resources and Custom Training's Scheduling Strategy docs: update the description for the deprecated GPU (K80)
00ed8aad1 docs: Refine usage scope for fields `task_execution` and `task_state` in StatusEvent
db79b1a51 feat: Adds AdaptiveMt HTML/Glossary support feat: Adds protos for Custom Translation API (AutoML) feat: Adds protos for Transliteration in V3 Advanced translate text feat: Adds protos for Romanization APIs docs: Fixes typos in docs
ae593946b feat: enable Dynamic Mute feat: New values `EXPLOITATION_FOR_PRIVILEGE_ESCALATION` corresponding to T1068 and `INDICATOR_REMOVAL_FILE_DELETION` corresponding to T1070.004 are added to enum `Technique` docs: T1068 is added for value `EXPLOITATION_FOR_PRIVILEGE_ESCALATION` and T1070.004 is added for value `INDICATOR_REMOVAL_FILE_DELETION` for enum `Technique
bc0592464 feat: Add Proactive Generative Knowledge Assist endpoints and types feat: Add Generator related services and types feat: Add GenerateStatelessSuggestion related endpoints and types docs: A comment for field `name` in message `.google.cloud.dialogflow.v2beta1.Conversation` is changed docs: A comment for field `conversation_stage` in message `.google.cloud.dialogflow.v2beta1.Conversation` is changed docs: A comment for field `filter` in message `.google.cloud.dialogflow.v2beta1.ListConversationsRequest` is changed docs: A comment for field `latest_message` in message `.google.cloud.dialogflow.v2beta1.SuggestConversationSummaryRequest` is changed docs: A comment for field `context_size` in message `.google.cloud.dialogflow.v2beta1.SuggestConversationSummaryRequest` is changed docs: A comment for field `assist_query_params` in message `.google.cloud.dialogflow.v2beta1.SuggestConversationSummaryRequest` is changed docs: A comment for field `latest_message` in message `.google.cloud.dialogflow.v2beta1.GenerateStatelessSummaryRequest` is changed docs: A comment for field `max_context_size` in message `.google.cloud.dialogflow.v2beta1.GenerateStatelessSummaryRequest` is changed docs: A comment for field `parent` in message `.google.cloud.dialogflow.v2beta1.SearchKnowledgeRequest` is changed docs: A comment for field `session_id` in message `.google.cloud.dialogflow.v2beta1.SearchKnowledgeRequest` is changed docs: A comment for field `conversation` in message `.google.cloud.dialogflow.v2beta1.SearchKnowledgeRequest` is changed docs: A comment for field `latest_message` in message `.google.cloud.dialogflow.v2beta1.SearchKnowledgeRequest` is changed docs: A comment for message `HumanAgentHandoffConfig` is changed docs: A comment for field `live_person_config` in message `.google.cloud.dialogflow.v2beta1.HumanAgentHandoffConfig` is changed docs: A comment for field `audio` in message `.google.cloud.dialogflow.v2beta1.AudioInput` is changed fix: An existing method_signature `parent` is fixed for method `BatchCreateMessages` in service `Conversations` fix: Changed field behavior for an existing field `parent` in message `.google.cloud.dialogflow.v2beta1.SearchKnowledgeRequest` fix: Changed field behavior for an existing field `session_id` in message `.google.cloud.dialogflow.v2beta1.SearchKnowledgeRequest`
dcbd1d4b2 feat: Add Proactive Generative Knowledge Assist endpoints and types feat: Add Generator related services and types feat: Add GenerateStatelessSuggestion related endpoints and types docs: A comment for field `name` in message `.google.cloud.dialogflow.v2.Conversation` is changed docs: A comment for field `conversation_stage` in message `.google.cloud.dialogflow.v2.Conversation` is changed docs: A comment for field `filter` in message `.google.cloud.dialogflow.v2.ListConversationsRequest` is changed docs: A comment for field `latest_message` in message `.google.cloud.dialogflow.v2.SuggestConversationSummaryRequest` is changed docs: A comment for field `context_size` in message `.google.cloud.dialogflow.v2.SuggestConversationSummaryRequest` is changed docs: A comment for field `assist_query_params` in message `.google.cloud.dialogflow.v2.SuggestConversationSummaryRequest` is changed docs: A comment for field `latest_message` in message `.google.cloud.dialogflow.v2.GenerateStatelessSummaryRequest` is changed docs: A comment for field `max_context_size` in message `.google.cloud.dialogflow.v2.GenerateStatelessSummaryRequest` is changed docs: A comment for field `parent` in message `.google.cloud.dialogflow.v2.SearchKnowledgeRequest` is changed docs: A comment for field `session_id` in message `.google.cloud.dialogflow.v2.SearchKnowledgeRequest` is changed docs: A comment for field `conversation` in message `.google.cloud.dialogflow.v2.SearchKnowledgeRequest` is changed docs: A comment for field `latest_message` in message `.google.cloud.dialogflow.v2.SearchKnowledgeRequest` is changed docs: A comment for message `HumanAgentHandoffConfig` is changed docs: A comment for field `live_person_config` in message `.google.cloud.dialogflow.v2.HumanAgentHandoffConfig` is changed docs: A comment for field `audio` in message `.google.cloud.dialogflow.v2.AudioInput` is changed fix: Changed field behavior for an existing field `parent` in message `.google.cloud.dialogflow.v2.SearchKnowledgeRequest` fix: Changed field behavior for an existing field `session_id` in message `.google.cloud.dialogflow.v2.SearchKnowledgeRequest`
a1cc0b437 feat: add the `comparisons` field to the `Metadata` resource feat: add the `comparisons` field to the `RunReportRequest`, `RunPivotReportRequest` resources feat: add the `Comparison` type feat: add the `ComparisonMetadata` type docs: a comment for field `custom_definition` in message `DimensionMetadata` is changed
6725aebbe feat: Add API Hub v1
c93b54fa3 feat: add fields and the BackupType proto for Hot Backups docs: clarify comments and fix typos
c37b7f00a feat: enable Dynamic Mute feat: New values `EXPLOITATION_FOR_PRIVILEGE_ESCALATION` corresponding to T1068 and `INDICATOR_REMOVAL_FILE_DELETION` corresponding to T1070.004 are added to enum `Technique` docs: T1068 is added for value `EXPLOITATION_FOR_PRIVILEGE_ESCALATION` and T1070.004 is added for value `INDICATOR_REMOVAL_FILE_DELETION` for enum `Technique
f7bcaabac feat: A new field `imageless_mode` is added to message `.google.cloud.documentai.v1.ProcessRequest` feat: A new field `gen_ai_model_info` is added to message `.google.cloud.documentai.v1.ProcessorVersion`
b479bc2f1 feat: add `GetKeyEvent`, `CreateKeyEvent`, `ListKeyEvents`, `UpdateKeyEvent`, and `DeleteKeyEvent` methods feat: mark `GetConversionEvent`, `CreateConversionEvent`, `ListConversionEvents`, `UpdateConversionEvent`, and `DeleteConversionEvent` methods as deprecated docs: add deprecation comment to `GetConversionEvent`, `CreateConversionEvent`, `ListConversionEvents`, `UpdateConversionEvent`, and `DeleteConversionEvent` methods docs: improve comment formatting of the `parent` field in `CreateFirebaseLinkRequest` and `ListFirebaseLinksRequest` docs: improve comment formatting of the `name` field in `DeleteFirebaseLinkRequest`, `GetGlobalSiteTagRequest`, and `GetDataSharingSettingsRequest` docs: improve comment formatting of `account` and `property` fields in `SearchChangeHistoryEventsRequest` feat: add the `create_time` field to the `Audience` resource feat: add the `primary` field to the `ChannelGroup` resource feat: add `CreateBigQueryLink`, `UpdateBigQueryLink`, and `DeleteBigQueryLink` methods feat: add the `dataset_location` field to the `BigQueryLink` resource feat: add the `BIGQUERY_LINK` option to the `ChangeHistoryResourceType` enum feat: add the `gmp_organization` field to the `Account` resource fix!: Rename custom method `CreateSubpropertyRequest` to `ProvisionSubpropertyRequest` feat: add `GetEventEditRule`, `CreateEventEditRule`, `ListEventEditRules`, `UpdateEventEditRule`, `DeleteEventEditRule`, and `ReorderEventEditRules` methods to the Admin API v1 alpha
98e565724 feat: support natural language understanding in search feat: support search as you type feature feat: allow set relevance threshold on search feat: support import and purge autocomplete data feat: populate more metadata in answer services feat: allow providing language info in data stores feat: add requirement service feat: support import data from AlloyDB feat: support add metadata for website uris docs: keep the API doc up-to-date with recent changes
24c5ee091 feat: add file_stripe_level and directory_stripe_level fields to Instance
7b2b605b0 docs: mark DataplexTransferStatus.MIGRATED as deprecated
51c59a209 feat: A new field `imageless_mode` is added to message `.google.cloud.documentai.v1.ProcessRequest` docs: Keep the API doc up-to-date with recent changes
d8fce50ee docs: Add public section
adcf14f54 docs: A comment for field `active_directory_id` in message `.google.cloud.netapp.v1.CreateActiveDirectoryRequest` is changed docs: A comment for field `backup_id` in message `.google.cloud.netapp.v1.CreateBackupRequest` is changed docs: A comment for field `backup_policy_id` in message `.google.cloud.netapp.v1.CreateBackupPolicyRequest` is changed docs: A comment for field `backup_vault_id` in message `.google.cloud.netapp.v1.CreateBackupVaultRequest` is changed docs: A comment for field `kms_config_id` in message `.google.cloud.netapp.v1.CreateKmsConfigRequest` is changed docs: A comment for field `transfer_bytes` in message `.google.cloud.netapp.v1.TransferStats` is changed docs: A comment for field `total_transfer_duration` in message `.google.cloud.netapp.v1.TransferStats` is changed docs: A comment for enum value `TRANSFERRING` in enum `MirrorState` is changed docs: A comment for field `replication_id` in message `.google.cloud.netapp.v1.CreateReplicationRequest` is changed docs: A comment for field `snapshot_id` in message `.google.cloud.netapp.v1.CreateSnapshotRequest` is changed docs: A comment for field `storage_pool_id` in message `.google.cloud.netapp.v1.CreateStoragePoolRequest` is changed docs: A comment for field `volume_id` in message `.google.cloud.netapp.v1.CreateVolumeRequest` is changed feat: A new field `administrators` is added to message `.google.cloud.netapp.v1.ActiveDirectory` feat: A new field `replica_zone` is added to message `.google.cloud.netapp.v1.StoragePool` feat: A new field `zone` is added to message `.google.cloud.netapp.v1.StoragePool` feat: A new field `large_capacity` is added to message `.google.cloud.netapp.v1.Volume` feat: A new field `multiple_endpoints` is added to message `.google.cloud.netapp.v1.Volume` feat: A new field `replica_zone` is added to message `.google.cloud.netapp.v1.Volume` feat: A new field `zone` is added to message `.google.cloud.netapp.v1.Volume`
29bff4c41 chore(dlp): fix ordering of Connection resource patterns
aa6fe3bc9 docs: replace HTML tags with CommonMark notation
e77b669b9 feat(spanner): Add support for Cloud Spanner Incremental Backups
87a20e309 feat: v0_6 Launch feat: Enable hourly and geo segmentation feat: Adds start_time to customer_manager_link feat: Adds support for multimedia ads type feat: Adds support for average_quality_score feat: Adds SOCIAL_FACEBOOK_TRACKING_ONLY in advertising_sub_channel docs: A comment for message `SearchAds360Error` is changed docs: A comment for field `target_spend_micros` in message `.google.ads.searchads360.v0.common.TargetSpend` is changed docs: A comment for field `engine_id` in message `.google.ads.searchads360.v0.resources.AdGroupAd` is changed docs: A comment for field `merchant_id` in message `.google.ads.searchads360.v0.resources.Conversion` is changed docs: A comment for field `visit_id` in message `.google.ads.searchads360.v0.resources.Conversion` is changed docs: A comment for field `target_spend_micros` in message `.google.ads.searchads360.v0.common.TargetSpend` is changed docs: A comment for field `engine_id` in message `.google.ads.searchads360.v0.resources.AdGroupAd` is changed docs: A comment for field `merchant_id` in message `.google.ads.searchads360.v0.resources.Conversion` is changed docs: A comment for field `visit_id` in message `.google.ads.searchads360.v0.resources.Conversion` is changed
e1d378cf6 feat: org-level connection bindings feat: gRPC config for get, list, and delete FileStoreDataProfiles feat: add refresh frequency for data profiling docs: small improvements
ad5c47728 feat: A new field `version` is added to message `.grafeas.v1.ComplianceOccurrence` feat: A new message `VulnerabilityAttestation` is added feat: A new field `vulnerability_attestation` is added to message `.grafeas.v1.DiscoveryOccurrence`
05e803129 docs: document that delivery_vehicle.type can be set on CreateDeliveryVehicle
3802bd054 fix!: remove an API that was mistakenly made public
33fe71e5a chore: Update gapic-generator-python to v1.18.4
0fa9ce880 feat: A new field `score` is added to message `.google.cloud.aiplatform.v1.Candidate` feat: A new message `Segment` is added feat: A new message `GroundingChunk` is added feat: A new message `GroundingSupport` is added feat: A new field `grounding_chunks` is added to message `.google.cloud.aiplatform.v1.GroundingMetadata` feat: A new field `grounding_supports` is added to message `.google.cloud.aiplatform.v1.GroundingMetadata` feat: A new enum `Strategy` is added feat: A new field `strategy` is added to message `.google.cloud.aiplatform.v1.Scheduling` feat: A new field `dedicated_endpoint_enabled` is added to message `.google.cloud.aiplatform.v1.Endpoint` feat: A new field `dedicated_endpoint_dns` is added to message `.google.cloud.aiplatform.v1.Endpoint` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.Endpoint` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.Endpoint` feat: A new message `NumericFilter` is added feat: A new field `numeric_filters` is added to message `.google.cloud.aiplatform.v1.NearestNeighborQuery` feat: A new field `is_hugging_face_model` is added to message `.google.cloud.aiplatform.v1.GetPublisherModelRequest` feat: A new message `NotebookExecutionJob` is added feat: A new resource_definition `aiplatform.googleapis.com/NotebookExecutionJob` is added feat: A new method `CreateNotebookExecutionJob` is added to service `NotebookService` feat: A new method `GetNotebookExecutionJob` is added to service `NotebookService` feat: A new method `ListNotebookExecutionJobs` is added to service `NotebookService` feat: A new method `DeleteNotebookExecutionJob` is added to service `NotebookService` feat: A new enum `NotebookExecutionJobView` is added feat: A new message `CreateNotebookExecutionJobRequest` is added feat: A new message `CreateNotebookExecutionJobOperationMetadata` is added feat: A new message `GetNotebookExecutionJobRequest` is added feat: A new message `ListNotebookExecutionJobsRequest` is added feat: A new message `ListNotebookExecutionJobsResponse` is added feat: A new message `DeleteNotebookExecutionJobRequest` is added feat: A new field `ray_logs_spec` is added to message `.google.cloud.aiplatform.v1.RaySpec` feat: A new message `RayLogsSpec` is added feat: A new field `system_instruction` is added to message `.google.cloud.aiplatform.v1.CountTokensRequest` feat: A new field `tools` is added to message `.google.cloud.aiplatform.v1.CountTokensRequest` feat: A new field `billable_sum` is added to message `.google.cloud.aiplatform.v1.SupervisedTuningDatasetDistribution` feat: A new field `total_billable_token_count` is added to message `.google.cloud.aiplatform.v1.SupervisedTuningDataStats` feat: A new value `ADAPTER_SIZE_THIRTY_TWO` is added to enum `AdapterSize` docs: A comment for field `name` in message `.google.cloud.aiplatform.v1.Dataset` is changed docs: A comment for field `name` in message `.google.cloud.aiplatform.v1.DatasetVersion` is changed docs: A comment for field `update_mask` in message `.google.cloud.aiplatform.v1.UpdateFeatureOnlineStoreRequest` is changed docs: A comment for field `update_mask` in message `.google.cloud.aiplatform.v1.UpdateFeatureViewRequest` is changed docs: A comment for field `update_mask` in message `.google.cloud.aiplatform.v1.UpdateFeatureGroupRequest` is changed docs: A comment for field `update_mask` in message `.google.cloud.aiplatform.v1.UpdateFeatureRequest` is changed docs: A comment for field `language_code` in message `.google.cloud.aiplatform.v1.GetPublisherModelRequest` is changed docs: A comment for field `model` in message `.google.cloud.aiplatform.v1.CountTokensRequest` is changed docs: A comment for field `instances` in message `.google.cloud.aiplatform.v1.CountTokensRequest` is changed docs: A comment for field `contents` in message `.google.cloud.aiplatform.v1.CountTokensRequest` is changed docs: A comment for message `TrialContext` is changed docs: A comment for field `disable_attribution` in message `.google.cloud.aiplatform.v1.Retrieval` is changed
cf16946ac chore: add grpc-java dependencies to WORKSPACE and update gapic-generator-java to 2.43.0
ba245fa19 feat: add model_version in ModerateTextRequest and expose severity score in ClassificationCategory docs: minor update on documentation
677c1ce59 feat: added client library for AreaInsights service
3f4e29a88 chore: Update gapic-generator-python to v1.18.3
24be099a8 feat: AST support for CEL comprehensions which iterate over (key, value) tuples within lists and maps with field `iter_var2` docs: Updates to Comprehension documentation for `Expr`, `iter_var`, `iter_range`, `loop_condition`, and `loop_step` to reflect usage of `iter_var2`
68d815481 feat: add support for different Pod selector labels when doing canaries fix!: make changes to an API that is disabled on the server, but whose client libraries were prematurely published
a91d1a37c feat: Update SearchService docs: keep the API doc up-to-date with recent changes fix!: SearchService
6cabb8b75 feat: A new message `ApiAuth` is added feat: A new field `display_name` is added to message `.google.cloud.aiplatform.v1beta1.CachedContent` feat: A new field `score` is added to message `.google.cloud.aiplatform.v1beta1.Candidate` feat: A new enum `Strategy` is added feat: A new field `strategy` is added to message `.google.cloud.aiplatform.v1beta1.Scheduling` feat: A new field `dedicated_endpoint_enabled` is added to message `.google.cloud.aiplatform.v1beta1.Endpoint` feat: A new field `dedicated_endpoint_dns` is added to message `.google.cloud.aiplatform.v1beta1.Endpoint` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.Endpoint` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.Endpoint` feat: A new message `NumericFilter` is added feat: A new field `numeric_filters` is added to message `.google.cloud.aiplatform.v1beta1.NearestNeighborQuery` feat: A new message `SlackSource` is added feat: A new message `JiraSource` is added feat: A new field `is_hugging_face_model` is added to message `.google.cloud.aiplatform.v1beta1.GetPublisherModelRequest` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.ModelMonitor` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.ModelMonitor` feat: A new field `psc_interface_config` is added to message `.google.cloud.aiplatform.v1beta1.PersistentResource` feat: A new field `ray_logs_spec` is added to message `.google.cloud.aiplatform.v1beta1.RaySpec` feat: A new message `RayLogsSpec` is added feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.PipelineJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.PipelineJob` feat: A new field `system_instruction` is added to message `.google.cloud.aiplatform.v1beta1.CountTokensRequest` feat: A new field `tools` is added to message `.google.cloud.aiplatform.v1beta1.CountTokensRequest` feat: A new resource_definition `compute.googleapis.com/NetworkAttachment` is added feat: A new message `PscInterfaceConfig` is added feat: A new field `billable_sum` is added to message `.google.cloud.aiplatform.v1beta1.SupervisedTuningDatasetDistribution` feat: A new field `total_billable_token_count` is added to message `.google.cloud.aiplatform.v1beta1.SupervisedTuningDataStats` feat: A new value `ADAPTER_SIZE_THIRTY_TWO` is added to enum `AdapterSize` feat: A new field `slack_source` is added to message `.google.cloud.aiplatform.v1beta1.RagFile` feat: A new field `jira_source` is added to message `.google.cloud.aiplatform.v1beta1.RagFile` feat: A new field `slack_source` is added to message `.google.cloud.aiplatform.v1beta1.ImportRagFilesConfig` feat: A new field `jira_source` is added to message `.google.cloud.aiplatform.v1beta1.ImportRagFilesConfig` docs: A comment for field `name` in message `.google.cloud.aiplatform.v1beta1.Dataset` is changed docs: A comment for field `name` in message `.google.cloud.aiplatform.v1beta1.DatasetVersion` is changed docs: A comment for field `update_mask` in message `.google.cloud.aiplatform.v1beta1.UpdateFeatureOnlineStoreRequest` is changed docs: A comment for field `update_mask` in message `.google.cloud.aiplatform.v1beta1.UpdateFeatureViewRequest` is changed docs: A comment for field `update_mask` in message `.google.cloud.aiplatform.v1beta1.UpdateFeatureGroupRequest` is changed docs: A comment for field `update_mask` in message `.google.cloud.aiplatform.v1beta1.UpdateFeatureRequest` is changed docs: A comment for field `language_code` in message `.google.cloud.aiplatform.v1beta1.GetPublisherModelRequest` is changed docs: A comment for field `language_code` in message `.google.cloud.aiplatform.v1beta1.ListPublisherModelsRequest` is changed docs: A comment for field `model` in message `.google.cloud.aiplatform.v1beta1.CountTokensRequest` is changed docs: A comment for field `instances` in message `.google.cloud.aiplatform.v1beta1.CountTokensRequest` is changed docs: A comment for field `contents` in message `.google.cloud.aiplatform.v1beta1.CountTokensRequest` is changed docs: A comment for message `TrialContext` is changed docs: A comment for field `disable_attribution` in message `.google.cloud.aiplatform.v1beta1.Retrieval` is changed
ec69fcc80 chore: update C# generator to v1.4.32
a10ca75ae chore: sets google.api.field_behavior to OUTPUT_ONLY on many fields docs: minor updates to reference documentation
43aa65e38 chore: Update gapic-generator-python to v1.18.3
587cbcc00 docs: update values allowed in kms_key
6f0843548 chore(php): update NetworkServices to migration mode NEW_SURFACE_ONLY
609168038 chore(php): add build for accesscontextmanager type
fa4e75bdf feat: Update CompletionService feat: Update SearchService docs: keep the API doc up-to-date with recent changes
cead73336 chore(php): promote AccessContextManager to v1 chore(php): promote ApigeeRegistry to v1 chore(php): promote Batch to v1 chore(php): promote EventarcPublishing to v1 chore(php): promote DatastoreAdmin to v1 chore(php): promote KmsInventory to v1 chore(php): promote Iam to v1
7858db457 chore: expose new experimental FindNearest distance params to the preview branch docs: minor documentation clarifications on FindNearest DistanceMeasure options
2638123a3 feat: add DataplexTransferStatus enum and field to TagTemplate docs: update field comments for updated IDENTIFIER field behavior
51d7fa890 feat: add Postgres Import/Export config messages
e811b5e08 docs: minor updates to reference documentation
d44c30019 feat: exposed DataStoreConnectionSignals feat: added support for lock flow feat: added support for multi language settings in flow feat: added support for service directory in tools feat: added support for oauth and service agent auth for webhook. feat: expose store tts option in security settings feat: expose PersonalizationSettings & SpeechSettings in v3 API. docs: clarified wording around enable_stackdriver_logging & enable_interaction_logging docs: clarified wording around start point of test config. docs: clarified wording around audio redaction
556515b4a feat: added support for consent based redaction feat: exposed model name in DataStoreConnectionSignals feat: added support for lock flow feat: added support for transit to playbook from page feat: added support for service directory in tools docs: clarified wording around enable_stackdriver_logging & enable_interaction_logging docs: clarified wording around start point of test config.
9effffdf9 feat: add MergeToCell to Mutation APIs
157e3bf69 feat: Add min, max, hll aggregators and more types docs: Corrected various type documentation
5c2a427ae chore: regenerate API index
58cd55ff5 feat: add locations metadata proto file docs: update the list of automatically detected encodings docs: update the maximum number of files that may be included in a BatchRecognizeRequest
7613f7dbe docs: formatting, grammar, better comments for MaintenanceWindow and SqlUpdateTrack
a1df09bf1 chore: regenerate API index
41e7874ed chore: configure Ruby gapic generation for Vision AI v1
9293133bd feat: added support for new custom target type and deploy policy platform logs docs: small Cloud Deploy API documentation updates
1964be3cc fix!: update sample query, sample query set patterns feat: A new resource pattern value `projects/{project}/locations/{location}/sampleQuerySets/{sample_query_set}/sampleQueries/{sample_query}` added to the resource definition `discoveryengine.googleapis.com/SampleQuery` feat: A new resource pattern value `projects/{project}/locations/{location}/sampleQuerySets/{sample_query_set}` added to the resource definition `discoveryengine.googleapis.com/SampleQuerySet` docs: keep the API doc up-to-date with recent changes
e0edfcd1c chore: regenerate API index
4e570dba2 feat: add sample query set APIs feat: add sample query APIs feat: add evaluation APIs
b05173cc3 feat: add `GetKeyEvent`, `CreateKeyEvent`, `ListKeyEvents`, `UpdateKeyEvent`, `DeleteKeyEvent` methods to the Admin API v1beta feat: mark `GetConversionEvent`, `CreateConversionEvent`, `ListConversionEvents`, `UpdateConversionEvent`, `DeleteConversionEvent` methods as deprecated in the Admin API v1beta feat: add the `default_conversion_value` field to the `ConversionEvent` resource in the Admin API v1beta feat: add the `include_all_users` and `expand_groups` fields to the `RunAccessReportRequest` resource in the Admin API v1beta feat: add the `gmp_organization` field to the `Account` resource in the Admin API v1beta chore: update go_package to match open source code docs: change comment for methods `DeleteAccount`, `DeleteProperty`, and `RunAccessReport` in service `AnalyticsAdminService` docs: change comment in fields `account` and `property` in message `SearchChangeHistoryEventsRequest` docs: change comment for field `property_type` in message `Property`
db2ac7a5a feat: Adding autoscaling settings
d6afd944b chore: regenerate API index
f6352d662 feat: add Chunk resource in the search response docs: keep the API doc up-to-date with recent changes
f26a07139 feat: A new field `ray_operator_config` is added to message `.google.container.v1beta1.AddonsConfig` feat: A new message `RayOperatorConfig` is added feat: A new message `RayClusterLoggingConfig` is added feat: A new message `RayClusterMonitoringConfig` is added docs: A comment for field `subnetwork` in message `.google.container.v1beta1.AdditionalPodNetworkConfig` is changed docs: A comment for field `secondary_pod_range` in message `.google.container.v1beta1.AdditionalPodNetworkConfig` is changed docs: A comment for field `max_pods_per_node` in message `.google.container.v1beta1.AdditionalPodNetworkConfig` is changed
056f6e7e8 feat: support for Ray Clusters docs: trivial updates
cb0f6d577 chore: regenerate API index
bba2c8b20 docs: improve MethodSettings selector examples
afa4805a2 feat: add sample query set APIs feat: add sample query APIs feat: add evaluation APIs
35de75a6a chore: regenerate API index
72b723898 docs: Updates documentation with regional resource names for multiple requests docs: Removes references as a "global-only" service
f1bfd1dad chore: regenerate API index
b0beb2ccd docs: Update product links
b0c32da88 feat: added support for deploy policies feat: added support for configuring a proxy_url to a Kubernetes server docs: small corrections to Cloud Deploy API documentation
e3838fbf0 chore(php): update pubsub migration mode to NEW_SURFACE_ONLY
b3f4e52d6 chore: regenerate API index
aa3a96ba0 feat: Update MS API stubs with Unified API docs: A comment for field `name` in message `.google.cloud.bigquery.migration.v2.MigrationWorkflow` is changed to include 'Identifier' docs: A comment for field `translation_config_details` in message `.google.cloud.bigquery.migration.v2.MigrationTask` is changed docs: A comment for field `type` in message `.google.cloud.bigquery.migration.v2.MigrationTask` is changed to include new supported types
4472b64f1 chore: regenerate API index
ce39e7856 feat: added a new API FetchDatasetErrors
8148b2fde feat: add max messages batching for Cloud Storage subscriptions
bb319beb7 chore: regenerate API index
b8eed55ae feat: update Go Datastore import path feat: update Go Bigtable import path
ebed04a64 chore: regenerate API index
7a77d8e94 feat: add GetSpaceEvent and ListSpaceEvents APIs
47947b2fb chore: regenerate API index
0fe479d90 feat: add Cloud Storage discovery support docs: Updated method documentation
97088e078 chore: regenerate API index
a5be6fa5f feat: publish ProtoRows Message
19577edb4 feat: added RetentionConfig for enabling retention of output media segments feat: added Clip resource for performing clip cutting jobs feat: added StaticOverlay for embedding images the whole duration of the live stream docs: clarify the format of key/id fields
99ca9788c fix: Deprecate "EXPERIMENTAL" option for Gateway API (this value has never been supported)
ecbfd8464 docs: clarify behavior of UpdateDeliveryVehicle
3ce84c2ca chore: regenerate API index
c50196499 feat: add client library for Blockchain Node Engine service, which enables automated blockchain node provision and management
dc128c699 feat: Add a new field `tee_attestation` to `VerifyAttestationRequest` message proto for SEV SNP and TDX attestations chore: remove backend configuration from the service config
ab6ca6a75 feat: add `airflow_database_retention_days` and `airflow_metadata_retention_config` to message `DataRetentionConfig` feat: add `AirflowMetadataRetentionPolicyConfig` message docs: various documentation clarifications
9302001e1 chore: Configure Ruby wrapper for privilegedaccessmanager
8176cd86e feat: add DCGM enum in monitoring config
847b40b12 feat: add field `private_config` to message `.google.cloud.securesourcemanager.v1.Instance` feat: add constant `UNKNOWN` to field `State` in message `.google.cloud.securesourcemanager.v1.Instance` docs: A comment for field `instance` in message `.google.cloud.securesourcemanager.v1.Repository` is updated to include data plane vs control plane behavior.
46d63dc11 feat: add EXTENSIONS_NOT_ENABLED_IN_REPLICA error type
7070d58e9 chore: regenerate API index
229d32505 feat: Add `EXTENSIONS_NOT_ENABLED_IN_REPLICA` enum to `SqlExternalSyncSettingErrorType`
9a9f9b67f feat:support update_mask in Cloud Run UpdateService docs:clarify optional fields in Cloud Run requests feat:add Job start_execution_token and run_execution_token to execute jobs immediately on creation feat: add Job ExecutionReference.completion_status to show status of the most recent execution
f681f79a9 feat: publish the Cloud Bigtable ExecuteQuery API
dbc1a3cf9 fix: Fix naming settings for Ruby wrapper client for GDCHardwareManagement
a8a188ec3 feat: enable rest_numeric_enums for aiplatform v1 and v1beta1
34aead5c3 chore: regenerate API index
a55de74bd feat: Publish PAM client libraries to package managers
a3528c3c8 chore: regenerate API index
f6b7b3483 feat: added cloud provider field to list findings response feat: added ResourceValueConfig protos and API methods feat: added etd custom module protos and API methods feat: added toxic combination field to finding feat: added attack path API methods docs: update toxic combinations comments docs: update examples in comments to use backticks
b6df761b8 chore: regenerate API index
8ea348f64 chore: restore Go library generation
2197f1f95 chore: Remove path variable formatting from post-processor
7976ffadc chore: regenerate API index
fd7efa2da feat(spanner): Add support for Cloud Spanner Scheduled Backups
7fe35b080 chore: Update gapic-generator-python to v1.18.2
95b8ded04 feat: add Dataplex integration opt-in field
7c0323f78 feat: add model and contents fields to ComputeTokensRequest v1 feat: add role field to TokensInfo v1
1e9678918 chore: regenerate API index
b8df4aca3 feat: add model and contents fields to ComputeTokensRequest v1beta1 feat: add role field to TokensInfo v1beta1
ff081c977 feat: add Chunk resource in the search response feat: add NO_RELEVANT_CONTENT to Answer API feat: support AlloyDB Connector docs: keep the API doc up-to-date with recent changes
fd67cace0 feat: Add doc for Discoverable Space support for GA launch docs: Update resource naming formats
8a3fb3387 feat: Live Stream API logging proto for scte35CommandReceive and eventStateChange documentation
c23223d27 feat: support public directory self service for Listings/Exchanges feat: support Direct Table Access Toggle (Egress GA) docs: A comment for message `Listing` is changed docs: A comment for message `DataExchange` is changed
748b487f9 feat: add iam.googleapis.com/ServiceAccount resource definition
fa77a9fd1 fix: Deprecate "EXPERIMENTAL" option for Gateway API (this value has never been supported)
62b41960a feat: add Dataplex integration opt-in field
405fab693 feat: add `UNSUPPORT_ENABLED_APP_SETTINGS` enum for `Violation.Reason`
e7fb6485f chore: regenerate API index
31695298e docs: updated API description for Privileged Access Manager
821a6ddff chore: update C# generator
d550e5a1a chore: regenerate API index
d6c462ec5 feat: add UpdateDeploymentResourcePool method to DeploymentResourcePoolService v1beta1 feat: add use_effective_order field to BleuSpec v1beta1 feat: add satisfies_pzs and satisfies_pzi fields to Model v1beta1 docs: update comments of AutoscalingSpec v1beta1 feat: add deploy_metadata to PublisherModel.Deploy v1beta1 feat: add satisfies_pzs and satisfies_pzi fields to Tensorboard v1beta1
2f9c6d539 chore: update documentation_uri in service config
17eb81fc4 chore: Configure Ruby wrapper for gdchardwaremanagement
57c6d743a chore: regenerate API index
f1b4053be feat: add UpdateDeploymentResourcePool method to DeploymentResourcePoolService v1 feat: add private_service_connect_config and service_attachment fields to DedicatedServingEndpoint v1 feat: add satisfies_pzs and satisfies_pzi fields to Model v1 docs: update comments of AutoscalingSpec v1 feat: add deploy_metadata to PublisherModel.Deploy v1 feat: add satisfies_pzs and satisfies_pzi fields to Tensorboard v1
9b32d9327 feat: add data about source of the package to VersionedPackage docs: A comment for field `task_type` in message `.google.cloud.osconfig.agentendpoint.v1.ReportTaskProgressRequest` is changed docs: A comment for field `inventory_checksum` in message `.google.cloud.osconfig.agentendpoint.v1.ReportInventoryRequest` is changed docs: A comment for field `inventory` in message `.google.cloud.osconfig.agentendpoint.v1.ReportInventoryRequest` is changed docs: A comment for field `uri` in message `.google.cloud.osconfig.agentendpoint.v1.OSPolicy` is changed docs: A comment for field `desired_state` in message `.google.cloud.osconfig.agentendpoint.v1.OSPolicy` is changed docs: A comment for field `archive_type` in message `.google.cloud.osconfig.agentendpoint.v1.OSPolicy` is changed docs: A comment for field `components` in message `.google.cloud.osconfig.agentendpoint.v1.OSPolicy` is changed docs: A comment for field `id` in message `.google.cloud.osconfig.agentendpoint.v1.OSPolicy` is changed docs: A comment for field `id` in message `.google.cloud.osconfig.agentendpoint.v1.OSPolicy` is changed docs: A comment for field `validate` in message `.google.cloud.osconfig.agentendpoint.v1.OSPolicy` is changed docs: A comment for enum `Interpreter` is changed docs: A comment for enum value `INTERPRETER_UNSPECIFIED` in enum `Interpreter` is changed docs: A comment for enum value `NONE` in enum `Interpreter` is changed docs: A comment for enum value `SHELL` in enum `Interpreter` is changed docs: A comment for enum value `POWERSHELL` in enum `Interpreter` is changed docs: A comment for field `exit_code` in message `.google.cloud.osconfig.agentendpoint.v1.ExecStepTaskOutput` is changed
80b29e567 chore: regenerate API index
a235ef2b8 chore: Configure clients for edgecontainer
cb34bcf8f build: pull compute discovery from discovery-artifact-manager cache (#913)
82a9e193e feat: add UNSUPPORT_ENABLED_APP_SETTINGS to ReconditionFailure.Violation.Reason enum docs: A comment for enum value `CANNOT_MODIFY_LOCKED_COMPONENT` in enum `Reason` is changed
dff6748f6 build: set launch stage to ALPHA
740a723d6 chore(php): promote GkeMultiCloud as stable chore(php): promote GSuiteAddOns as stable chore(php): promote Run as stable chore(php): promote StorageInsights as stable chore(php): promote VideoLiveStream as stable chore(php): promote VideoStitcher as stable chore(php): promote VmwareEngine as stable
620c38303 chore: regenerate API index
668cf0567 chore(php): promote AlloyDb as stable chore(php): promote BigQueryDataPolicies as stable
0e33f8672 feat: expose data scan execution create time to customers
efae79d0b feat: added cloud provider field to list findings response feat: added http configuration rule to ResourceValueConfig and ValuedResource API methods feat: added toxic combination field to finding docs: Updated comments for ResourceValueConfig
4cba9f40b chore: Disable C# generation for TimeSeriesInsights v1
cb060cbb7 feat: Add code execution feat: Add max_temperature docs: Minor fixes
16c01b440 feat: A new field `bonding_type` is added to message `.google.cloud.edgenetwork.v1.Subnet`
ac0973e85 docs: Update doc for `SetUpSpace` in service `ChatService` to support group members docs: Update doc for `CreateMembership` in service `ChatService` to support group members docs: Update doc for field `group_member` in message `google.chat.v1.Membership`
2a7d78f3c chore: Ignore .vscode folder (#906)
6eb56cdf5 docs: modify example accelerator type
2389242db chore: Disable C# generation for ManagedIdentities v1beta1
46eb6505c chore: update documentation URI in service config
033373095 feat: add a install_ops_agent field to InstancePolicyOrTemplate for Ops Agent support
a0eb8ce85 docs:Add instructions on how to configure cross-project pubsub publisher
76b21664e feat: added SMS Toll Fraud assessment
9a9442745 feat: A new field `upgradable_database_versions` is added to message `.google.cloud.sql.v1beta4.…
searKing pushed a commit to searKing/sole that referenced this issue Oct 12, 2024
…m b4e57a547c..4bf146f058

4bf146f058 feat(v1): promote block_project_ssh_keys support to batch v1 API
6a474b31c5 feat:add optional parameters (tarball-access) in DiagnoseClusterRequest
085ad08132 feat: add Vector DB config for Vertex RAG (Weaviate + FeatureStore) feat: add UpdateRagCorpus API for Vertex RAG feat: add ApiKeyConfig field to ApiAuth docs: A comment for field `vertex_prediction_endpoint` in message `.google.cloud.aiplatform.v1beta1.RagEmbeddingModelConfig` is changed docs: A comment for field `distance` in message `.google.cloud.aiplatform.v1beta1.RagContexts` is changed
7310c46ada docs: swap comments on `BONDED` and `NON_BONDED` enums in `BondingType`
07308e1ca2 feat: add v1 NotebookExecutionJob to Schedule
296afd1429 docs: Clarify maximum retention of backups (max 14 weeks) docs: Remove note about backups running at a specific time docs: Standardize on the capitalization of "ID"
b99f12ae81 docs: minor doc fixes
b83ceb6200 chore: revert accidental changes for gapic_generator_java target in WORKSPACE
b1a9e6c1b0 feat: add `EXTENDED` enum value for `ReleaseChannel.Channel`
a8f277295c chore: Uncomment Java build rules for API Hub V1
8b2adf3f68 feat: add max_wait_duration to Scheduling
aee11eedca feat: add max_wait_duration to Scheduling
0e9edd7617 feat: add ReleaseChannel EXTENDED value
1f98162424 docs: fully qualify relative URLs in proto comments
14d1fe2996 feat: add AssessmentEnvironment for CreateAssessement to explicitly describe the environment of the assessment
3165e16f3b build: Only generate gRPC clients for google/cloud/bigquery/storage/v1alpha
f17f11412a feat: request client libraries for new languages feat: add BatchOperationStatus to import metadata docs: A comment for method `ClipAsset` in service `Warehouse` is changed docs: A comment for enum value `IN_PROGRESS` in enum `State` is changed docs: A comment for enum value `SUCCEEDED` in enum `State` is changed docs: A comment for enum value `FAILED` in enum `State` is changed docs: A comment for field `relevance` in message `.google.cloud.visionai.v1.SearchResultItem` is changed
a1185ce214 feat: support for enabling outbound public IP on an instance feat: support for getting outbound public IP addresses of an instance feat: support for setting maintenance update policy on a cluster feat: support for getting maintenance schedule of a cluster
ec3826751c feat: Support local binding for variables with keyword name collision
dfb718a4ae feat: Add field `experimental_features` to message `PythonSettings`
a67e27687c feat: Adds CustomColumn's renderType feat: Adds owner_customer_id to campaign_label, ad_group_label, ad_group_ad_label and ad_group_criterion_label
0c11bf2700 chore: remove protobuf-javalite from maven_install target
818d9fd16d docs: update Long Audio capabilities to include SSML
6f3c628e7f feat: add documentation for partition value limit
87fc660f97 docs: Update product URL for google-cloud-managed_kafka
9f96d27b2e chore: Configure Ruby client for google-cloud-gke_connect-gateway-v1
63947bfd92 chore(python): Use `google.cloud.bigquery_storage` instead of `google.cloud.bigquery.storage` for v1alpha
82ab100ce1 chore: Update gkeconnect/gateway v1 BUILD.bazel to prepare for python release
54d659d0ae fix: Update proto dependencies for apphub.googleapis.com after last client library publication
71434fd174 feat!: removed the nonfunctional GatewayService and replaced it with the GatewayControl service
869c2e1fff feat: Support for a custom error message for BatchSizeTooLargeError
8550c7655b fix: Update proto dependencies for apphub.googleapis.com after last client library publication
5e76753c18 feat!: removed the nonfunctional GatewayService and replaced it with the GatewayControl service
9f3335a0e8 feat: A new field `max_chargeable_bytes` is added to message `.google.cloud.sql.v1.BackupRun` feat: A new enum `CaMode` is added feat: A new field `server_ca_mode` is added to message `.google.cloud.sql.v1.ConnectSettings` feat: A new field `satisfies_pzi` is added to message `.google.cloud.sql.v1.DatabaseInstance` feat: A new field `switch_transaction_logs_to_cloud_storage_enabled` is added to message `.google.cloud.sql.v1.DatabaseInstance` feat: A new value `UNSUPPORTED_COLUMNS` is added to enum `SqlExternalSyncSettingErrorType` feat: A new enum `CaMode` is added feat: A new field `server_ca_mode` is added to message `.google.cloud.sql.v1.IpConfiguration` feat: A new value `MAJOR_VERSION_UPGRADE` is added to enum `SqlOperationType` docs: A comment for method `AddServerCa` in service `SqlInstancesService` is changed docs: A comment for method `RotateServerCa` in service `SqlInstancesService` is changed
59883000df docs: update `Certification` field descriptions
cc4e33a263 feat: add AddIpOverride RPC feat: add `express_settings` to `Key` docs: clarify `Event.express` field docs: fix billing, quota, and usecase links
57d2c452fc docs: update preview docs for short mode queries docs: mark dataset GcpTags as deprecated feat: add edition to job statistics docs: add Range example to StandardSqlDataType docs feat: expose DataPolicyOptions
07ede94493 docs: clarify tasks success criteria for background runnable
d7f3478b9c docs: clarify tasks success criteria for background runnable
b678386866 docs: deprecate `authorization_code`
c2f74b9a26 chore: update gapic-generator-go to 0.46.2
d9eae9f029 docs: update Long Audio capabilities to include SSML
fe8ba054ad fix(deps): Update the Java code generator (gapic-generator-java) to 2.44.0
21c206f737 docs: Many small fixes feat: Add new PromptFeedback and FinishReason entries feat: Add model max_temperature
5157b5f455 docs: Many small fixes feat: Add new PromptFeedback and FinishReason entries for https://github.com/google-gemini/generative-ai-python/issues/476
07ee67599c feat: inspect template modified cadence discovery config for Cloud SQL feat: file store data profiles can now be filtered by type and storage location docs: small improvements
cd2318e194 chore: update gapic-generator-go to 0.46.1
611b36b0c5 chore: configure client push to package managers
8425ff95d4 chore: configure client push to package managers
21b26c5151 feat: Disable xrefs for README files in wrapper gems
fe00da8d22 refactor!: removed existing client libraries
195c051374 feat: A new method `StreamingSynthesize` is added to service `TextToSpeech`
569fc73ce3 feat: A new method `StreamingSynthesize` is added to service `TextToSpeech`
83e5198365 feat: add HDFS configuration feat: add GCS Managed Folders feat: add S3 Managed Private Network feat: add S3 Cloudfront Domain
e813a85a14 docs: changed API title to official name
2b7a9cbe54 docs: Batch CentOS images and HPC CentOS images are EOS
9067360326 docs: Batch CentOS images and HPC CentOS images are EOS docs: Clarify required fields for Runnable.Container docs: Clarify required oneof fields for Runnable.Script docs: Clarify TaskSpec requires one or more runnables
96facece98 feat(spanner): Add resource reference annotation to backup schedules docs(spanner): Add an example to filter backups based on schedule name
182e5df1cc feat: optional field for specifying a service account to use for the build. This helps navigate the change of historical default on new projects. For more details, see https://cloud.google.com/build/docs/cloud-build-service-account-updates feat: optional fields for setting up automatic base image updates. feat: optional field for specifying a revision on GetFunction. feat: optional field for binary authorization policy. feat: optional field for deploying a source from a GitHub repository. feat: additional field on the output that specified whether the deployment supports Physical Zone Separation. feat: Generate upload URL now supports for specifying the GCF generation that the generated upload url will be used for. feat: ListRuntimes response now includes deprecation and decommissioning dates. docs: Refined description in several fields.
eb87f475f5 feat(spanner): add edition field to the instance proto
456a812fbc feat: Add BigQuery Metastore Partition Service API version v1alpha
5b517c2637 docs: Format comment in AutoML Translation
23bf1dd6a3 chore(php): Revert two optional to required fields for dialogflow
a5c87fe0b6 feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.BatchPredictionJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.BatchPredictionJob` feat: A new message `RoutingConfig` is added feat: A new field `seed` is added to message `.google.cloud.aiplatform.v1.GenerationConfig` feat: A new field `routing_config` is added to message `.google.cloud.aiplatform.v1.GenerationConfig` feat: A new field `avg_logprobs` is added to message `.google.cloud.aiplatform.v1.Candidate` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.CustomJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.CustomJob` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.DataItem` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.DataItem` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.Dataset` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.Dataset` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.DatasetVersion` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.DatasetVersion` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.DeploymentResourcePool` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.DeploymentResourcePool` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.EntityType` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.EntityType` feat: A new message `TimeSeries` is added feat: A new field `time_series` is added to message `.google.cloud.aiplatform.v1.FeatureGroup` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.FeatureOnlineStore` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.FeatureOnlineStore` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.FeatureView` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.FeatureView` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.FeatureViewSync` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.FeatureViewSync` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.Featurestore` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.Featurestore` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.HyperparameterTuningJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.HyperparameterTuningJob` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.Index` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.Index` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.IndexEndpoint` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.IndexEndpoint` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.ModelDeploymentMonitoringJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.ModelDeploymentMonitoringJob` feat: A new field `hugging_face_token` is added to message `.google.cloud.aiplatform.v1.GetPublisherModelRequest` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.NasJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.NasJob` feat: A new field `encryption_spec` is added to message `.google.cloud.aiplatform.v1.NotebookExecutionJob` feat: A new field `sample_request` is added to message `.google.cloud.aiplatform.v1.PublisherModel` feat: A new resource_definition `compute.googleapis.com/NetworkAttachment` is added feat: A new field `service_attachment` is added to message `.google.cloud.aiplatform.v1.PrivateServiceConnectConfig` feat: A new field `total_truncated_example_count` is added to message `.google.cloud.aiplatform.v1.SupervisedTuningDataStats` feat: A new field `truncated_example_indices` is added to message `.google.cloud.aiplatform.v1.SupervisedTuningDataStats` docs: A comment for enum value `STOP` in enum `FinishReason` is changed docs: A comment for enum value `MAX_TOKENS` in enum `FinishReason` is changed docs: A comment for enum value `SAFETY` in enum `FinishReason` is changed docs: A comment for enum value `RECITATION` in enum `FinishReason` is changed docs: A comment for enum value `OTHER` in enum `FinishReason` is changed docs: A comment for enum value `BLOCKLIST` in enum `FinishReason` is changed docs: A comment for enum value `PROHIBITED_CONTENT` in enum `FinishReason` is changed docs: A comment for enum value `SPII` in enum `FinishReason` is changed docs: A comment for enum `Strategy` is changed docs: A comment for enum value `STRATEGY_UNSPECIFIED` in enum `Strategy` is changed docs: A comment for field `model` in message `.google.cloud.aiplatform.v1.GenerateContentRequest` is changed docs: A comment for enum value `AUTO` in enum `Mode` is changed
f7d214cb08 chore: Update gapic-generator-python to v1.18.5
3c0b84de0e feat: A new message `RoutingConfig` is added feat: A new field `seed` is added to message `.google.cloud.aiplatform.v1beta1.GenerationConfig` feat: A new field `routing_config` is added to message `.google.cloud.aiplatform.v1beta1.GenerationConfig` feat: A new field `avg_logprobs` is added to message `.google.cloud.aiplatform.v1beta1.Candidate` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.CustomJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.CustomJob` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.EntityType` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.EntityType` feat: A new message `TimeSeries` is added feat: A new field `time_series` is added to message `.google.cloud.aiplatform.v1beta1.FeatureGroup` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.FeatureOnlineStore` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.FeatureOnlineStore` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.FeatureView` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.FeatureView` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.FeatureViewSync` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.FeatureViewSync` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.Featurestore` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.Featurestore` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.HyperparameterTuningJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.HyperparameterTuningJob` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.Index` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.Index` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.IndexEndpoint` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.IndexEndpoint` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringJob` feat: A new field `hugging_face_token` is added to message `.google.cloud.aiplatform.v1beta1.GetPublisherModelRequest` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.NasJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.NasJob` feat: A new field `encryption_spec` is added to message `.google.cloud.aiplatform.v1beta1.NotebookExecutionJob` feat: A new field `sample_request` is added to message `.google.cloud.aiplatform.v1beta1.PublisherModel` feat: A new field `service_attachment` is added to message `.google.cloud.aiplatform.v1beta1.PrivateServiceConnectConfig` feat: A new field `total_truncated_example_count` is added to message `.google.cloud.aiplatform.v1beta1.SupervisedTuningDataStats` feat: A new field `truncated_example_indices` is added to message `.google.cloud.aiplatform.v1beta1.SupervisedTuningDataStats` fix!: An existing message `GroundingAttribution` is removed fix!: An existing field `grounding_attributions` is removed from message `.google.cloud.aiplatform.v1beta1.GroundingMetadata` fix!: An existing field `disable_attribution` is removed from message `.google.cloud.aiplatform.v1beta1.GoogleSearchRetrieval` docs: A comment for enum value `STOP` in enum `FinishReason` is changed docs: A comment for enum value `MAX_TOKENS` in enum `FinishReason` is changed docs: A comment for enum value `SAFETY` in enum `FinishReason` is changed docs: A comment for enum value `RECITATION` in enum `FinishReason` is changed docs: A comment for enum value `OTHER` in enum `FinishReason` is changed docs: A comment for enum value `BLOCKLIST` in enum `FinishReason` is changed docs: A comment for enum value `PROHIBITED_CONTENT` in enum `FinishReason` is changed docs: A comment for enum value `SPII` in enum `FinishReason` is changed docs: A comment for enum `Strategy` is changed docs: A comment for enum value `STRATEGY_UNSPECIFIED` in enum `Strategy` is changed docs: A comment for enum value `AUTO` in enum `Mode` is changed docs: A comment for field `distance` in message `.google.cloud.aiplatform.v1beta1.RagContexts` is changed
a353d25bae feat: release advanced parsing options for rag files
7601a10765 chore: Configure Ruby wrapper client for google.cloud.apihub.v1
6a4a5720c0 chore: Address reserved keyword collisions and formatting updates
6d6665608f chore: regenerate API index
e728fd395b docs: very minor documentation updates
dfc2489938 feat: Updated protos and build files for Google Ads API v17
8652e28bd0 feat: optional field for specifying a service account to use for the build. This helps navigate the change of historical default on new projects. For more details, see https://cloud.google.com/build/docs/cloud-build-service-account-updates feat: optional fields for setting up automatic base image updates. feat: optional field for specifying a revision on GetFunction. feat: optional field for binary authorization policy. feat: optional field for deploying a source from a GitHub repository. feat: additional field on the output that specified whether the deployment supports Physical Zone Separation. feat: Generate upload URL now supports for specifying the GCF generation that the generated upload url will be used for. feat: ListRuntimes response now includes deprecation and decommissioning dates. docs: Refined description in several fields.
7767c573e4 feat: Added `build_service_account` field to CloudFunction docs: A comment for field `runtime_version` in message `.google.cloud.functions.v1.CloudFunction` is changed docs: A comment for field `docker_repository` in message `.google.cloud.functions.v1.CloudFunction` is changed docs: A comment for field `automatic_update_policy` in message `.google.cloud.functions.v1.CloudFunction` is changed docs: A comment for field `on_deploy_update_policy` in message `.google.cloud.functions.v1.CloudFunction` is changed docs: A comment for field `url` in message `.google.cloud.functions.v1.SourceRepository` is changed docs: A comment for field `url` in message `.google.cloud.functions.v1.HttpsTrigger` is changed
28685f723d feat: Expose the `FindNearest.distance_result_field` parameter feat: Expose the `FindNearest.distance_threshold` parameter
37b76d3790 feat: Updated protos and build files for Google Ads API v17
d89462962f feat: expose the new vpcflowlogs api proto
1f17bcaf61 feat: Allow v1 api calls for some dataset_service, llm_utility_service, and prediction_service apis without project and location
dba0d79077 feat: Allow v1beta1 api calls for some dataset_service, llm_utility_service, and prediction_service apis without project and location
9d6389cd9a feat: add evaluation service proto to v1
0a250ef231 chore(php): Migrate some GA APIs to NEW_SURFACE_ONLY
634d59e1f5 feat: add pointwise and pairwise metrics to evaluation service
2467774a1f chore: regenerate API index (#921)
d4acb64370 feat: add block_project_ssh_keys field to the v1alpha job API to block project level ssh keys access to Batch created VMs
7314e20f5e feat: add the TagResources API
f907e15b64 feat: add reservation affinity proto feat: add spot field to Vertex Prediction's Dedicated Resources and Custom Training's Scheduling Strategy docs: update the description for the deprecated GPU (K80)
333c1ece4e feat: add reservation affinity proto feat: add spot field to Vertex Prediction's Dedicated Resources and Custom Training's Scheduling Strategy docs: update the description for the deprecated GPU (K80)
00ed8aad1e docs: Refine usage scope for fields `task_execution` and `task_state` in StatusEvent
db79b1a514 feat: Adds AdaptiveMt HTML/Glossary support feat: Adds protos for Custom Translation API (AutoML) feat: Adds protos for Transliteration in V3 Advanced translate text feat: Adds protos for Romanization APIs docs: Fixes typos in docs
ae593946b7 feat: enable Dynamic Mute feat: New values `EXPLOITATION_FOR_PRIVILEGE_ESCALATION` corresponding to T1068 and `INDICATOR_REMOVAL_FILE_DELETION` corresponding to T1070.004 are added to enum `Technique` docs: T1068 is added for value `EXPLOITATION_FOR_PRIVILEGE_ESCALATION` and T1070.004 is added for value `INDICATOR_REMOVAL_FILE_DELETION` for enum `Technique
bc05924644 feat: Add Proactive Generative Knowledge Assist endpoints and types feat: Add Generator related services and types feat: Add GenerateStatelessSuggestion related endpoints and types docs: A comment for field `name` in message `.google.cloud.dialogflow.v2beta1.Conversation` is changed docs: A comment for field `conversation_stage` in message `.google.cloud.dialogflow.v2beta1.Conversation` is changed docs: A comment for field `filter` in message `.google.cloud.dialogflow.v2beta1.ListConversationsRequest` is changed docs: A comment for field `latest_message` in message `.google.cloud.dialogflow.v2beta1.SuggestConversationSummaryRequest` is changed docs: A comment for field `context_size` in message `.google.cloud.dialogflow.v2beta1.SuggestConversationSummaryRequest` is changed docs: A comment for field `assist_query_params` in message `.google.cloud.dialogflow.v2beta1.SuggestConversationSummaryRequest` is changed docs: A comment for field `latest_message` in message `.google.cloud.dialogflow.v2beta1.GenerateStatelessSummaryRequest` is changed docs: A comment for field `max_context_size` in message `.google.cloud.dialogflow.v2beta1.GenerateStatelessSummaryRequest` is changed docs: A comment for field `parent` in message `.google.cloud.dialogflow.v2beta1.SearchKnowledgeRequest` is changed docs: A comment for field `session_id` in message `.google.cloud.dialogflow.v2beta1.SearchKnowledgeRequest` is changed docs: A comment for field `conversation` in message `.google.cloud.dialogflow.v2beta1.SearchKnowledgeRequest` is changed docs: A comment for field `latest_message` in message `.google.cloud.dialogflow.v2beta1.SearchKnowledgeRequest` is changed docs: A comment for message `HumanAgentHandoffConfig` is changed docs: A comment for field `live_person_config` in message `.google.cloud.dialogflow.v2beta1.HumanAgentHandoffConfig` is changed docs: A comment for field `audio` in message `.google.cloud.dialogflow.v2beta1.AudioInput` is changed fix: An existing method_signature `parent` is fixed for method `BatchCreateMessages` in service `Conversations` fix: Changed field behavior for an existing field `parent` in message `.google.cloud.dialogflow.v2beta1.SearchKnowledgeRequest` fix: Changed field behavior for an existing field `session_id` in message `.google.cloud.dialogflow.v2beta1.SearchKnowledgeRequest`
dcbd1d4b2c feat: Add Proactive Generative Knowledge Assist endpoints and types feat: Add Generator related services and types feat: Add GenerateStatelessSuggestion related endpoints and types docs: A comment for field `name` in message `.google.cloud.dialogflow.v2.Conversation` is changed docs: A comment for field `conversation_stage` in message `.google.cloud.dialogflow.v2.Conversation` is changed docs: A comment for field `filter` in message `.google.cloud.dialogflow.v2.ListConversationsRequest` is changed docs: A comment for field `latest_message` in message `.google.cloud.dialogflow.v2.SuggestConversationSummaryRequest` is changed docs: A comment for field `context_size` in message `.google.cloud.dialogflow.v2.SuggestConversationSummaryRequest` is changed docs: A comment for field `assist_query_params` in message `.google.cloud.dialogflow.v2.SuggestConversationSummaryRequest` is changed docs: A comment for field `latest_message` in message `.google.cloud.dialogflow.v2.GenerateStatelessSummaryRequest` is changed docs: A comment for field `max_context_size` in message `.google.cloud.dialogflow.v2.GenerateStatelessSummaryRequest` is changed docs: A comment for field `parent` in message `.google.cloud.dialogflow.v2.SearchKnowledgeRequest` is changed docs: A comment for field `session_id` in message `.google.cloud.dialogflow.v2.SearchKnowledgeRequest` is changed docs: A comment for field `conversation` in message `.google.cloud.dialogflow.v2.SearchKnowledgeRequest` is changed docs: A comment for field `latest_message` in message `.google.cloud.dialogflow.v2.SearchKnowledgeRequest` is changed docs: A comment for message `HumanAgentHandoffConfig` is changed docs: A comment for field `live_person_config` in message `.google.cloud.dialogflow.v2.HumanAgentHandoffConfig` is changed docs: A comment for field `audio` in message `.google.cloud.dialogflow.v2.AudioInput` is changed fix: Changed field behavior for an existing field `parent` in message `.google.cloud.dialogflow.v2.SearchKnowledgeRequest` fix: Changed field behavior for an existing field `session_id` in message `.google.cloud.dialogflow.v2.SearchKnowledgeRequest`
a1cc0b437a feat: add the `comparisons` field to the `Metadata` resource feat: add the `comparisons` field to the `RunReportRequest`, `RunPivotReportRequest` resources feat: add the `Comparison` type feat: add the `ComparisonMetadata` type docs: a comment for field `custom_definition` in message `DimensionMetadata` is changed
6725aebbe1 feat: Add API Hub v1
c93b54fa30 feat: add fields and the BackupType proto for Hot Backups docs: clarify comments and fix typos
c37b7f00ae feat: enable Dynamic Mute feat: New values `EXPLOITATION_FOR_PRIVILEGE_ESCALATION` corresponding to T1068 and `INDICATOR_REMOVAL_FILE_DELETION` corresponding to T1070.004 are added to enum `Technique` docs: T1068 is added for value `EXPLOITATION_FOR_PRIVILEGE_ESCALATION` and T1070.004 is added for value `INDICATOR_REMOVAL_FILE_DELETION` for enum `Technique
f7bcaabac1 feat: A new field `imageless_mode` is added to message `.google.cloud.documentai.v1.ProcessRequest` feat: A new field `gen_ai_model_info` is added to message `.google.cloud.documentai.v1.ProcessorVersion`
b479bc2f1e feat: add `GetKeyEvent`, `CreateKeyEvent`, `ListKeyEvents`, `UpdateKeyEvent`, and `DeleteKeyEvent` methods feat: mark `GetConversionEvent`, `CreateConversionEvent`, `ListConversionEvents`, `UpdateConversionEvent`, and `DeleteConversionEvent` methods as deprecated docs: add deprecation comment to `GetConversionEvent`, `CreateConversionEvent`, `ListConversionEvents`, `UpdateConversionEvent`, and `DeleteConversionEvent` methods docs: improve comment formatting of the `parent` field in `CreateFirebaseLinkRequest` and `ListFirebaseLinksRequest` docs: improve comment formatting of the `name` field in `DeleteFirebaseLinkRequest`, `GetGlobalSiteTagRequest`, and `GetDataSharingSettingsRequest` docs: improve comment formatting of `account` and `property` fields in `SearchChangeHistoryEventsRequest` feat: add the `create_time` field to the `Audience` resource feat: add the `primary` field to the `ChannelGroup` resource feat: add `CreateBigQueryLink`, `UpdateBigQueryLink`, and `DeleteBigQueryLink` methods feat: add the `dataset_location` field to the `BigQueryLink` resource feat: add the `BIGQUERY_LINK` option to the `ChangeHistoryResourceType` enum feat: add the `gmp_organization` field to the `Account` resource fix!: Rename custom method `CreateSubpropertyRequest` to `ProvisionSubpropertyRequest` feat: add `GetEventEditRule`, `CreateEventEditRule`, `ListEventEditRules`, `UpdateEventEditRule`, `DeleteEventEditRule`, and `ReorderEventEditRules` methods to the Admin API v1 alpha
98e5657241 feat: support natural language understanding in search feat: support search as you type feature feat: allow set relevance threshold on search feat: support import and purge autocomplete data feat: populate more metadata in answer services feat: allow providing language info in data stores feat: add requirement service feat: support import data from AlloyDB feat: support add metadata for website uris docs: keep the API doc up-to-date with recent changes
24c5ee0917 feat: add file_stripe_level and directory_stripe_level fields to Instance
7b2b605b03 docs: mark DataplexTransferStatus.MIGRATED as deprecated
51c59a2099 feat: A new field `imageless_mode` is added to message `.google.cloud.documentai.v1.ProcessRequest` docs: Keep the API doc up-to-date with recent changes
d8fce50eea docs: Add public section
adcf14f548 docs: A comment for field `active_directory_id` in message `.google.cloud.netapp.v1.CreateActiveDirectoryRequest` is changed docs: A comment for field `backup_id` in message `.google.cloud.netapp.v1.CreateBackupRequest` is changed docs: A comment for field `backup_policy_id` in message `.google.cloud.netapp.v1.CreateBackupPolicyRequest` is changed docs: A comment for field `backup_vault_id` in message `.google.cloud.netapp.v1.CreateBackupVaultRequest` is changed docs: A comment for field `kms_config_id` in message `.google.cloud.netapp.v1.CreateKmsConfigRequest` is changed docs: A comment for field `transfer_bytes` in message `.google.cloud.netapp.v1.TransferStats` is changed docs: A comment for field `total_transfer_duration` in message `.google.cloud.netapp.v1.TransferStats` is changed docs: A comment for enum value `TRANSFERRING` in enum `MirrorState` is changed docs: A comment for field `replication_id` in message `.google.cloud.netapp.v1.CreateReplicationRequest` is changed docs: A comment for field `snapshot_id` in message `.google.cloud.netapp.v1.CreateSnapshotRequest` is changed docs: A comment for field `storage_pool_id` in message `.google.cloud.netapp.v1.CreateStoragePoolRequest` is changed docs: A comment for field `volume_id` in message `.google.cloud.netapp.v1.CreateVolumeRequest` is changed feat: A new field `administrators` is added to message `.google.cloud.netapp.v1.ActiveDirectory` feat: A new field `replica_zone` is added to message `.google.cloud.netapp.v1.StoragePool` feat: A new field `zone` is added to message `.google.cloud.netapp.v1.StoragePool` feat: A new field `large_capacity` is added to message `.google.cloud.netapp.v1.Volume` feat: A new field `multiple_endpoints` is added to message `.google.cloud.netapp.v1.Volume` feat: A new field `replica_zone` is added to message `.google.cloud.netapp.v1.Volume` feat: A new field `zone` is added to message `.google.cloud.netapp.v1.Volume`
29bff4c417 chore(dlp): fix ordering of Connection resource patterns
aa6fe3bc95 docs: replace HTML tags with CommonMark notation
e77b669b90 feat(spanner): Add support for Cloud Spanner Incremental Backups
87a20e3098 feat: v0_6 Launch feat: Enable hourly and geo segmentation feat: Adds start_time to customer_manager_link feat: Adds support for multimedia ads type feat: Adds support for average_quality_score feat: Adds SOCIAL_FACEBOOK_TRACKING_ONLY in advertising_sub_channel docs: A comment for message `SearchAds360Error` is changed docs: A comment for field `target_spend_micros` in message `.google.ads.searchads360.v0.common.TargetSpend` is changed docs: A comment for field `engine_id` in message `.google.ads.searchads360.v0.resources.AdGroupAd` is changed docs: A comment for field `merchant_id` in message `.google.ads.searchads360.v0.resources.Conversion` is changed docs: A comment for field `visit_id` in message `.google.ads.searchads360.v0.resources.Conversion` is changed docs: A comment for field `target_spend_micros` in message `.google.ads.searchads360.v0.common.TargetSpend` is changed docs: A comment for field `engine_id` in message `.google.ads.searchads360.v0.resources.AdGroupAd` is changed docs: A comment for field `merchant_id` in message `.google.ads.searchads360.v0.resources.Conversion` is changed docs: A comment for field `visit_id` in message `.google.ads.searchads360.v0.resources.Conversion` is changed
e1d378cf60 feat: org-level connection bindings feat: gRPC config for get, list, and delete FileStoreDataProfiles feat: add refresh frequency for data profiling docs: small improvements
ad5c47728c feat: A new field `version` is added to message `.grafeas.v1.ComplianceOccurrence` feat: A new message `VulnerabilityAttestation` is added feat: A new field `vulnerability_attestation` is added to message `.grafeas.v1.DiscoveryOccurrence`
05e8031295 docs: document that delivery_vehicle.type can be set on CreateDeliveryVehicle
3802bd0543 fix!: remove an API that was mistakenly made public
33fe71e5a2 chore: Update gapic-generator-python to v1.18.4
0fa9ce880b feat: A new field `score` is added to message `.google.cloud.aiplatform.v1.Candidate` feat: A new message `Segment` is added feat: A new message `GroundingChunk` is added feat: A new message `GroundingSupport` is added feat: A new field `grounding_chunks` is added to message `.google.cloud.aiplatform.v1.GroundingMetadata` feat: A new field `grounding_supports` is added to message `.google.cloud.aiplatform.v1.GroundingMetadata` feat: A new enum `Strategy` is added feat: A new field `strategy` is added to message `.google.cloud.aiplatform.v1.Scheduling` feat: A new field `dedicated_endpoint_enabled` is added to message `.google.cloud.aiplatform.v1.Endpoint` feat: A new field `dedicated_endpoint_dns` is added to message `.google.cloud.aiplatform.v1.Endpoint` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.Endpoint` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.Endpoint` feat: A new message `NumericFilter` is added feat: A new field `numeric_filters` is added to message `.google.cloud.aiplatform.v1.NearestNeighborQuery` feat: A new field `is_hugging_face_model` is added to message `.google.cloud.aiplatform.v1.GetPublisherModelRequest` feat: A new message `NotebookExecutionJob` is added feat: A new resource_definition `aiplatform.googleapis.com/NotebookExecutionJob` is added feat: A new method `CreateNotebookExecutionJob` is added to service `NotebookService` feat: A new method `GetNotebookExecutionJob` is added to service `NotebookService` feat: A new method `ListNotebookExecutionJobs` is added to service `NotebookService` feat: A new method `DeleteNotebookExecutionJob` is added to service `NotebookService` feat: A new enum `NotebookExecutionJobView` is added feat: A new message `CreateNotebookExecutionJobRequest` is added feat: A new message `CreateNotebookExecutionJobOperationMetadata` is added feat: A new message `GetNotebookExecutionJobRequest` is added feat: A new message `ListNotebookExecutionJobsRequest` is added feat: A new message `ListNotebookExecutionJobsResponse` is added feat: A new message `DeleteNotebookExecutionJobRequest` is added feat: A new field `ray_logs_spec` is added to message `.google.cloud.aiplatform.v1.RaySpec` feat: A new message `RayLogsSpec` is added feat: A new field `system_instruction` is added to message `.google.cloud.aiplatform.v1.CountTokensRequest` feat: A new field `tools` is added to message `.google.cloud.aiplatform.v1.CountTokensRequest` feat: A new field `billable_sum` is added to message `.google.cloud.aiplatform.v1.SupervisedTuningDatasetDistribution` feat: A new field `total_billable_token_count` is added to message `.google.cloud.aiplatform.v1.SupervisedTuningDataStats` feat: A new value `ADAPTER_SIZE_THIRTY_TWO` is added to enum `AdapterSize` docs: A comment for field `name` in message `.google.cloud.aiplatform.v1.Dataset` is changed docs: A comment for field `name` in message `.google.cloud.aiplatform.v1.DatasetVersion` is changed docs: A comment for field `update_mask` in message `.google.cloud.aiplatform.v1.UpdateFeatureOnlineStoreRequest` is changed docs: A comment for field `update_mask` in message `.google.cloud.aiplatform.v1.UpdateFeatureViewRequest` is changed docs: A comment for field `update_mask` in message `.google.cloud.aiplatform.v1.UpdateFeatureGroupRequest` is changed docs: A comment for field `update_mask` in message `.google.cloud.aiplatform.v1.UpdateFeatureRequest` is changed docs: A comment for field `language_code` in message `.google.cloud.aiplatform.v1.GetPublisherModelRequest` is changed docs: A comment for field `model` in message `.google.cloud.aiplatform.v1.CountTokensRequest` is changed docs: A comment for field `instances` in message `.google.cloud.aiplatform.v1.CountTokensRequest` is changed docs: A comment for field `contents` in message `.google.cloud.aiplatform.v1.CountTokensRequest` is changed docs: A comment for message `TrialContext` is changed docs: A comment for field `disable_attribution` in message `.google.cloud.aiplatform.v1.Retrieval` is changed
cf16946acf chore: add grpc-java dependencies to WORKSPACE and update gapic-generator-java to 2.43.0
ba245fa19c feat: add model_version in ModerateTextRequest and expose severity score in ClassificationCategory docs: minor update on documentation
677c1ce591 feat: added client library for AreaInsights service
3f4e29a88f chore: Update gapic-generator-python to v1.18.3
24be099a87 feat: AST support for CEL comprehensions which iterate over (key, value) tuples within lists and maps with field `iter_var2` docs: Updates to Comprehension documentation for `Expr`, `iter_var`, `iter_range`, `loop_condition`, and `loop_step` to reflect usage of `iter_var2`
68d815481d feat: add support for different Pod selector labels when doing canaries fix!: make changes to an API that is disabled on the server, but whose client libraries were prematurely published
a91d1a37cb feat: Update SearchService docs: keep the API doc up-to-date with recent changes fix!: SearchService
6cabb8b75b feat: A new message `ApiAuth` is added feat: A new field `display_name` is added to message `.google.cloud.aiplatform.v1beta1.CachedContent` feat: A new field `score` is added to message `.google.cloud.aiplatform.v1beta1.Candidate` feat: A new enum `Strategy` is added feat: A new field `strategy` is added to message `.google.cloud.aiplatform.v1beta1.Scheduling` feat: A new field `dedicated_endpoint_enabled` is added to message `.google.cloud.aiplatform.v1beta1.Endpoint` feat: A new field `dedicated_endpoint_dns` is added to message `.google.cloud.aiplatform.v1beta1.Endpoint` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.Endpoint` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.Endpoint` feat: A new message `NumericFilter` is added feat: A new field `numeric_filters` is added to message `.google.cloud.aiplatform.v1beta1.NearestNeighborQuery` feat: A new message `SlackSource` is added feat: A new message `JiraSource` is added feat: A new field `is_hugging_face_model` is added to message `.google.cloud.aiplatform.v1beta1.GetPublisherModelRequest` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.ModelMonitor` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.ModelMonitor` feat: A new field `psc_interface_config` is added to message `.google.cloud.aiplatform.v1beta1.PersistentResource` feat: A new field `ray_logs_spec` is added to message `.google.cloud.aiplatform.v1beta1.RaySpec` feat: A new message `RayLogsSpec` is added feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.PipelineJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.PipelineJob` feat: A new field `system_instruction` is added to message `.google.cloud.aiplatform.v1beta1.CountTokensRequest` feat: A new field `tools` is added to message `.google.cloud.aiplatform.v1beta1.CountTokensRequest` feat: A new resource_definition `compute.googleapis.com/NetworkAttachment` is added feat: A new message `PscInterfaceConfig` is added feat: A new field `billable_sum` is added to message `.google.cloud.aiplatform.v1beta1.SupervisedTuningDatasetDistribution` feat: A new field `total_billable_token_count` is added to message `.google.cloud.aiplatform.v1beta1.SupervisedTuningDataStats` feat: A new value `ADAPTER_SIZE_THIRTY_TWO` is added to enum `AdapterSize` feat: A new field `slack_source` is added to message `.google.cloud.aiplatform.v1beta1.RagFile` feat: A new field `jira_source` is added to message `.google.cloud.aiplatform.v1beta1.RagFile` feat: A new field `slack_source` is added to message `.google.cloud.aiplatform.v1beta1.ImportRagFilesConfig` feat: A new field `jira_source` is added to message `.google.cloud.aiplatform.v1beta1.ImportRagFilesConfig` docs: A comment for field `name` in message `.google.cloud.aiplatform.v1beta1.Dataset` is changed docs: A comment for field `name` in message `.google.cloud.aiplatform.v1beta1.DatasetVersion` is changed docs: A comment for field `update_mask` in message `.google.cloud.aiplatform.v1beta1.UpdateFeatureOnlineStoreRequest` is changed docs: A comment for field `update_mask` in message `.google.cloud.aiplatform.v1beta1.UpdateFeatureViewRequest` is changed docs: A comment for field `update_mask` in message `.google.cloud.aiplatform.v1beta1.UpdateFeatureGroupRequest` is changed docs: A comment for field `update_mask` in message `.google.cloud.aiplatform.v1beta1.UpdateFeatureRequest` is changed docs: A comment for field `language_code` in message `.google.cloud.aiplatform.v1beta1.GetPublisherModelRequest` is changed docs: A comment for field `language_code` in message `.google.cloud.aiplatform.v1beta1.ListPublisherModelsRequest` is changed docs: A comment for field `model` in message `.google.cloud.aiplatform.v1beta1.CountTokensRequest` is changed docs: A comment for field `instances` in message `.google.cloud.aiplatform.v1beta1.CountTokensRequest` is changed docs: A comment for field `contents` in message `.google.cloud.aiplatform.v1beta1.CountTokensRequest` is changed docs: A comment for message `TrialContext` is changed docs: A comment for field `disable_attribution` in message `.google.cloud.aiplatform.v1beta1.Retrieval` is changed
ec69fcc802 chore: update C# generator to v1.4.32
a10ca75ae2 chore: sets google.api.field_behavior to OUTPUT_ONLY on many fields docs: minor updates to reference documentation
43aa65e389 chore: Update gapic-generator-python to v1.18.3
587cbcc004 docs: update values allowed in kms_key
6f0843548b chore(php): update NetworkServices to migration mode NEW_SURFACE_ONLY
6091680383 chore(php): add build for accesscontextmanager type
fa4e75bdfa feat: Update CompletionService feat: Update SearchService docs: keep the API doc up-to-date with recent changes
cead73336b chore(php): promote AccessContextManager to v1 chore(php): promote ApigeeRegistry to v1 chore(php): promote Batch to v1 chore(php): promote EventarcPublishing to v1 chore(php): promote DatastoreAdmin to v1 chore(php): promote KmsInventory to v1 chore(php): promote Iam to v1
7858db4579 chore: expose new experimental FindNearest distance params to the preview branch docs: minor documentation clarifications on FindNearest DistanceMeasure options
2638123a37 feat: add DataplexTransferStatus enum and field to TagTemplate docs: update field comments for updated IDENTIFIER field behavior
51d7fa890f feat: add Postgres Import/Export config messages
e811b5e082 docs: minor updates to reference documentation
d44c300196 feat: exposed DataStoreConnectionSignals feat: added support for lock flow feat: added support for multi language settings in flow feat: added support for service directory in tools feat: added support for oauth and service agent auth for webhook. feat: expose store tts option in security settings feat: expose PersonalizationSettings & SpeechSettings in v3 API. docs: clarified wording around enable_stackdriver_logging & enable_interaction_logging docs: clarified wording around start point of test config. docs: clarified wording around audio redaction
556515b4a1 feat: added support for consent based redaction feat: exposed model name in DataStoreConnectionSignals feat: added support for lock flow feat: added support for transit to playbook from page feat: added support for service directory in tools docs: clarified wording around enable_stackdriver_logging & enable_interaction_logging docs: clarified wording around start point of test config.
9effffdf94 feat: add MergeToCell to Mutation APIs
157e3bf69c feat: Add min, max, hll aggregators and more types docs: Corrected various type documentation
5c2a427ae6 chore: regenerate API index
58cd55ff5c feat: add locations metadata proto file docs: update the list of automatically detected encodings docs: update the maximum number of files that may be included in a BatchRecognizeRequest
7613f7dbea docs: formatting, grammar, better comments for MaintenanceWindow and SqlUpdateTrack
a1df09bf1b chore: regenerate API index
41e7874edb chore: configure Ruby gapic generation for Vision AI v1
9293133bd7 feat: added support for new custom target type and deploy policy platform logs docs: small Cloud Deploy API documentation updates
1964be3cc2 fix!: update sample query, sample query set patterns feat: A new resource pattern value `projects/{project}/locations/{location}/sampleQuerySets/{sample_query_set}/sampleQueries/{sample_query}` added to the resource definition `discoveryengine.googleapis.com/SampleQuery` feat: A new resource pattern value `projects/{project}/locations/{location}/sampleQuerySets/{sample_query_set}` added to the resource definition `discoveryengine.googleapis.com/SampleQuerySet` docs: keep the API doc up-to-date with recent changes
e0edfcd1cd chore: regenerate API index
4e570dba24 feat: add sample query set APIs feat: add sample query APIs feat: add evaluation APIs
b05173cc3d feat: add `GetKeyEvent`, `CreateKeyEvent`, `ListKeyEvents`, `UpdateKeyEvent`, `DeleteKeyEvent` methods to the Admin API v1beta feat: mark `GetConversionEvent`, `CreateConversionEvent`, `ListConversionEvents`, `UpdateConversionEvent`, `DeleteConversionEvent` methods as deprecated in the Admin API v1beta feat: add the `default_conversion_value` field to the `ConversionEvent` resource in the Admin API v1beta feat: add the `include_all_users` and `expand_groups` fields to the `RunAccessReportRequest` resource in the Admin API v1beta feat: add the `gmp_organization` field to the `Account` resource in the Admin API v1beta chore: update go_package to match open source code docs: change comment for methods `DeleteAccount`, `DeleteProperty`, and `RunAccessReport` in service `AnalyticsAdminService` docs: change comment in fields `account` and `property` in message `SearchChangeHistoryEventsRequest` docs: change comment for field `property_type` in message `Property`
db2ac7a5af feat: Adding autoscaling settings
d6afd944b4 chore: regenerate API index
f6352d6625 feat: add Chunk resource in the search response docs: keep the API doc up-to-date with recent changes
f26a071390 feat: A new field `ray_operator_config` is added to message `.google.container.v1beta1.AddonsConfig` feat: A new message `RayOperatorConfig` is added feat: A new message `RayClusterLoggingConfig` is added feat: A new message `RayClusterMonitoringConfig` is added docs: A comment for field `subnetwork` in message `.google.container.v1beta1.AdditionalPodNetworkConfig` is changed docs: A comment for field `secondary_pod_range` in message `.google.container.v1beta1.AdditionalPodNetworkConfig` is changed docs: A comment for field `max_pods_per_node` in message `.google.container.v1beta1.AdditionalPodNetworkConfig` is changed
056f6e7e87 feat: support for Ray Clusters docs: trivial updates
cb0f6d577d chore: regenerate API index
bba2c8b208 docs: improve MethodSettings selector examples
afa4805a22 feat: add sample query set APIs feat: add sample query APIs feat: add evaluation APIs
35de75a6ac chore: regenerate API index
72b7238989 docs: Updates documentation with regional resource names for multiple requests docs: Removes references as a "global-only" service
f1bfd1dad5 chore: regenerate API index
b0beb2ccd4 docs: Update product links
b0c32da88f feat: added support for deploy policies feat: added support for configuring a proxy_url to a Kubernetes server docs: small corrections to Cloud Deploy API documentation
e3838fbf05 chore(php): update pubsub migration mode to NEW_SURFACE_ONLY
b3f4e52d6c chore: regenerate API index
aa3a96ba03 feat: Update MS API stubs with Unified API docs: A comment for field `name` in message `.google.cloud.bigquery.migration.v2.MigrationWorkflow` is changed to include 'Identifier' docs: A comment for field `translation_config_details` in message `.google.cloud.bigquery.migration.v2.MigrationTask` is changed docs: A comment for field `type` in message `.google.cloud.bigquery.migration.v2.MigrationTask` is changed to include new supported types
4472b64f1c chore: regenerate API index
ce39e78569 feat: added a new API FetchDatasetErrors
8148b2fde1 feat: add max messages batching for Cloud Storage subscriptions
bb319beb7e chore: regenerate API index
b8eed55ae5 feat: update Go Datastore import path feat: update Go Bigtable import path
ebed04a64c chore: regenerate API index
7a77d8e94f feat: add GetSpaceEvent and ListSpaceEvents APIs
47947b2fb9 chore: regenerate API index
0fe479d90b feat: add Cloud Storage discovery support docs: Updated method documentation
97088e0782 chore: regenerate API index
a5be6fa5ff feat: publish ProtoRows Message
19577edb4d feat: added RetentionConfig for enabling retention of output media segments feat: added Clip resource for performing clip cutting jobs feat: added StaticOverlay for embedding images the whole duration of the live stream docs: clarify the format of key/id fields
99ca9788c7 fix: Deprecate "EXPERIMENTAL" option for Gateway API (this value has never been supported)
ecbfd84645 docs: clarify behavior of UpdateDeliveryVehicle
3ce84c2ca3 chore: regenerate API index
c50196499d feat: add client library for Blockchain Node Engine service, which enables automated blockchain node provision and management
dc128c6994 feat: Add a new field `tee_attestation` to `VerifyAttestationRequest` message proto for SEV SNP and TDX attestations chore: remove backend configuration from the service config
ab6ca6a75f feat: add `airflow_database_retention_days` and `airflow_metadata_retention_config` to message `DataRetentionConfig` feat: add `AirflowMetadataRetentionPolicyConfig` message docs: various documentation clarifications
9302001e1e chore: Configure Ruby wrapper for privilegedaccessmanager
8176cd86e6 feat: add DCGM enum in monitoring config
847b40b12a feat: add field `private_config` to message `.google.cloud.securesourcemanager.v1.Instance` feat: add constant `UNKNOWN` to field `State` in message `.google.cloud.securesourcemanager.v1.Instance` docs: A comment for field `instance` in message `.google.cloud.securesourcemanager.v1.Repository` is updated to include data plane vs control plane behavior.
46d63dc11e feat: add EXTENSIONS_NOT_ENABLED_IN_REPLICA error type
7070d58e97 chore: regenerate API index
229d325054 feat: Add `EXTENSIONS_NOT_ENABLED_IN_REPLICA` enum to `SqlExternalSyncSettingErrorType`
9a9f9b67f9 feat:support update_mask in Cloud Run UpdateService docs:clarify optional fields in Cloud Run requests feat:add Job start_execution_token and run_execution_token to execute jobs immediately on creation feat: add Job ExecutionReference.completion_status to show status of the most recent execution
f681f79a93 feat: publish the Cloud Bigtable ExecuteQuery API
dbc1a3cf9a fix: Fix naming settings for Ruby wrapper client for GDCHardwareManagement
a8a188ec30 feat: enable rest_numeric_enums for aiplatform v1 and v1beta1
34aead5c36 chore: regenerate API index
a55de74bd9 feat: Publish PAM client libraries to package managers
a3528c3c84 chore: regenerate API index
f6b7b34839 feat: added cloud provider field to list findings response feat: added ResourceValueConfig protos and API methods feat: added etd custom module protos and API methods feat: added toxic combination field to finding feat: added attack path API methods docs: update toxic combinations comments docs: update examples in comments to use backticks
b6df761b8d chore: regenerate API index
8ea348f641 chore: restore Go library generation
2197f1f957 chore: Remove path variable formatting from post-processor
7976ffadc0 chore: regenerate API index
fd7efa2da3 feat(spanner): Add support for Cloud Spanner Scheduled Backups
7fe35b0809 chore: Update gapic-generator-python to v1.18.2
95b8ded04d feat: add Dataplex integration opt-in field
7c0323f788 feat: add model and contents fields to ComputeTokensRequest v1 feat: add role field to TokensInfo v1
1e9678918e chore: regenerate API index
b8df4aca3c feat: add model and contents fields to ComputeTokensRequest v1beta1 feat: add role field to TokensInfo v1beta1
ff081c977e feat: add Chunk resource in the search response feat: add NO_RELEVANT_CONTENT to Answer API feat: support AlloyDB Connector docs: keep the API doc up-to-date with recent changes
fd67cace09 feat: Add doc for Discoverable Space support for GA launch docs: Update resource naming formats
8a3fb3387c feat: Live Stream API logging proto for scte35CommandReceive and eventStateChange documentation
c23223d273 feat: support public directory self service for Listings/Exchanges feat: support Direct Table Access Toggle (Egress GA) docs: A comment for message `Listing` is changed docs: A comment for message `DataExchange` is changed
748b487f94 feat: add iam.googleapis.com/ServiceAccount resource definition
fa77a9fd14 fix: Deprecate "EXPERIMENTAL" option for Gateway API (this value has never been supported)
62b41960a7 feat: add Dataplex integration opt-in field
405fab693a feat: add `UNSUPPORT_ENABLED_APP_SETTINGS` enum for `Violation.Reason`
e7fb6485f3 chore: regenerate API index
31695298e9 docs: updated API description for Privileged Access Manager
821a6ddff3 chore: update C# generator
d550e5a1a5 chore: regenerate API index
d6c462ec5e feat: add UpdateDeploymentResourcePool method to DeploymentResourcePoolService v1beta1 feat: add use_effective_order field to BleuSpec v1beta1 feat: add satisfies_pzs and satisfies_pzi fields to Model v1beta1 docs: update comments of AutoscalingSpec v1beta1 feat: add deploy_metadata to PublisherModel.Deploy v1beta1 feat: add satisfies_pzs and satisfies_pzi fields to Tensorboard v1beta1
2f9c6d5396 chore: update documentation_uri in service config
17eb81fc4e chore: Configure Ruby wrapper for gdchardwaremanagement
57c6d743ae chore: regenerate API index
f1b4053bee feat: add UpdateDeploymentResourcePool method to DeploymentResourcePoolService v1 feat: add private_service_connect_config and service_attachment fields to DedicatedServingEndpoint v1 feat: add satisfies_pzs and satisfies_pzi fields to Model v1 docs: update comments of AutoscalingSpec v1 feat: add deploy_metadata to PublisherModel.Deploy v1 feat: add satisfies_pzs and satisfies_pzi fields to Tensorboard v1
9b32d9327b feat: add data about source of the package to VersionedPackage docs: A comment for field `task_type` in message `.google.cloud.osconfig.agentendpoint.v1.ReportTaskProgressRequest` is changed docs: A comment for field `inventory_checksum` in message `.google.cloud.osconfig.agentendpoint.v1.ReportInventoryRequest` is changed docs: A comment for field `inventory` in message `.google.cloud.osconfig.agentendpoint.v1.ReportInventoryRequest` is changed docs: A comment for field `uri` in message `.google.cloud.osconfig.agentendpoint.v1.OSPolicy` is changed docs: A comment for field `desired_state` in message `.google.cloud.osconfig.agentendpoint.v1.OSPolicy` is changed docs: A comment for field `archive_type` in message `.google.cloud.osconfig.agentendpoint.v1.OSPolicy` is changed docs: A comment for field `components` in message `.google.cloud.osconfig.agentendpoint.v1.OSPolicy` is changed docs: A comment for field `id` in message `.google.cloud.osconfig.agentendpoint.v1.OSPolicy` is changed docs: A comment for field `id` in message `.google.cloud.osconfig.agentendpoint.v1.OSPolicy` is changed docs: A comment for field `validate` in message `.google.cloud.osconfig.agentendpoint.v1.OSPolicy` is changed docs: A comment for enum `Interpreter` is changed docs: A comment for enum value `INTERPRETER_UNSPECIFIED` in enum `Interpreter` is changed docs: A comment for enum value `NONE` in enum `Interpreter` is changed docs: A comment for enum value `SHELL` in enum `Interpreter` is changed docs: A comment for enum value `POWERSHELL` in enum `Interpreter` is changed docs: A comment for field `exit_code` in message `.google.cloud.osconfig.agentendpoint.v1.ExecStepTaskOutput` is changed
80b29e5673 chore: regenerate API index
a235ef2b87 chore: Configure clients for edgecontainer
cb34bcf8ff build: pull compute discovery from discovery-artifact-manager cache (#913)
82a9e193ee feat: add UNSUPPORT_ENABLED_APP_SETTINGS to ReconditionFailure.Violation.Reason enum docs: A comment for enum value `CANNOT_MODIFY_LOCKED_COMPONENT` in enum `Reason` is changed
dff6748f6e build: set launch stage to ALPHA
740a723d67 chore(php): promote GkeMultiCloud as stable chore(php): promote GSuiteAddOns as stable chore(php): promote Run as stable chore(php): promote StorageInsights as stable chore(php): promote VideoLiveStream as stable chore(php): promote VideoStitcher as stable chore(php): promote VmwareEngine as stable
620c38303c chore: regenerate API index
668cf05677 chore(php): promote AlloyDb as stable chore(php): promote BigQueryDataPolicies as stable
0e33f86724 feat: expose data scan execution create time to customers
efae79d0ba feat: added cloud provider field to list findings response feat: added http configuration rule to ResourceValueConfig and ValuedResource API methods feat: added toxic combination field to finding docs: Updated comments for ResourceValueConfig
4cba9f40b0 chore: Disable C# generation for TimeSeriesInsights v1
cb060cbb75 feat: Add code execution feat: Add max_temperature docs: Minor fixes
16c01b4402 feat: A new field `bonding_type` is added to message `.google.cloud.edgenetwork.v1.Subnet`
ac0973e85b docs: Update doc for `SetUpSpace` in service `ChatService` to support group members docs: Update doc for `CreateMembership` in service `ChatService` to support group members docs: Update doc for field `group_member` in message `google.chat.v1.Membership`
2a7d78f3c3 chore: Ignore .vscode folder (#906)
6eb56cdf5f docs: modify example accelerator type
2389242dbf chore: Disable C# generation for ManagedIdentities v1beta1
46eb6505cc chore: update documentation URI in service config
033373095a feat: add a install_ops_agent field to InstancePolicyOrTemplate for Ops Agent support
a0eb8ce85b docs:Add instructions on how to configure cross-project pubsub publisher
76b21664ed feat: added SMS Toll Fraud assessment
9a94427452 feat: A new field `upgradable_database_versions` is added to message `.google.cloud.sql.v1beta4.DatabaseInstance` feat: A new message `AvailableDatabaseVersion` is added feat: A new value `UNSUPPORTED_EXTENSIONS_NOT_MIGRATED` is added to enum `SqlExternalSyncSettingErrorType` feat: A new value `EXTENSIONS_NOT_MIGRATED` is added to enum `SqlExternalSyncSettingErrorType` feat: A new value `PG_CRON_FLAG_ENABLED_IN_REPLICA` is added to enum `SqlExternalSyncSettingErrorType` docs: A comment for field `advanced_machine_features` in message `.google.cloud.sql.v1beta4.Settings` is changed
2bbcfb5d08 feat: A new field `upgradable_database_versions` is added to message `.google.cloud.sql.v1.DatabaseInstance` feat: A new message `AvailableDatabaseVersion` is added feat: A new value `UNSUPPORTED_EXTENSIONS_NOT_MIGRATED` is added to enum `SqlExternalSyncSettingErrorType` feat: A new value `EXTENSIONS_NOT_MIGRATED` is added to enum `SqlExternalSyncSettingErrorType` feat: A new value `PG_CRON_FLAG_ENABLED_IN_REPLICA` is added to enum `SqlExternalSyncSettingErrorType` feat: A new value `POSTGRES_16` is added to enum `SqlDatabaseVersion` feat: A new value `MYSQL_8_4_0` is added to enum `SqlDatabaseVersion` docs: A comment for field `preferred_zone` in message `.google.cloud.sql.v1.CloneContext` is changed docs: A comment for field `advanced_machine_features` in message `.google.cloud.sql.v1.Settings` is changed
b5f8fe884e docs: update bigquery/v2 proto comments feat: export staleness on TableMetadataCacheUsage
bbc9bb2751 fix(deps): Update the Java code generator (gapic-generator-java) to 2.42.0
6df3481628 chore: regenerate API index
153209054e feat: follow language conventions for names in C#, PHP, and Ruby feat: add additional zone states
02ff451735 feat: promote to GA
e4e39feea6 docs: A comment for field `parent` in message `.google.cloud.oslogin.v1beta.SignSshPublicKeyRequest` is changed
b5cd5b2517 chore(php): promote CertificateManager as stable chore(php): promote ContainerAnalysis as stable chore(php): promote ConfidentialComputing as stable chore(php): promote DataCatalogLineage as stable chore(php): promote GkeBackup as stable chore(php): promote Grafeas as stable chore(php): promote ResourceManager as stable
9d5475be4f chore: regenerate API index
2651ef842e feat: Add toxic_combination and group_memberships fields to finding
51de26cce4 chore(php): promote ApiKeys as stable chore(php): promote AdvisoryNotifications as stable chore(php): promote BareMetalSolutions as stable chore(php): promote BigQueryAnalyticsHub as stable chore(php): promote BigQueryMigration as stable
622e10a1e8 feat: Add C++ BUILD.bazel rules for bigquery v2 protos
c8266aa26d chore: regenerate API index
326be36e8b feat: Add toxic_combination and group_memberships fields to finding
3b9311b65c feat: promote to GA
3d160b66bd chore(php): promote BeyondCorpAppConnections as stable chore(php): promote BeyondCorpAppConnectors as stable chore(php): promote BeyondCorpAppGateways as stable chore(php): promote BeyondCorpClientConnectorServices as stable chore(php): promote BeyondCorpClientGateway as stable
7160b0c31e feat: add the cohort and auto tuning configuration to the batch's RuntimeConfig
9861d15d7d chore: regenerate API index
eb0f7420fc build: add platform specific namespace configuration
ae887c9d22 chore: regenerate API index
f027df5c35 feat: add GDC Hardware Management API
43b523f884 chore(DataprocMetastore): promote v1alpha and v1beta to use the new surface for stable (v1) release
929d1832e5 feat: publish experimental IDL artifacts for bigquery/v2
d6c05f6a2d chore: update gapic-generator-go to 0.44.0
a9f403aceb chore: Add java_gapic_assembly_gradle_pkg rule for google/iam/v1/logging/BUILD.bazel
52630ea0f7 docs: Mark the accessApprovalRequests.list method as deprecated
f98e2a3982 feat: add `TOXIC_COMBINATION` to `FindingClass` enum feat: add `show_eligible_modules_only` field to `GetSecurityCenterServiceRequest` message
ed2491e324 docs: Mark the accessApprovalRequests.list method as deprecated
6f903650f0 feat: A new field `preferred_secondary_zone` is added to message `.google.cloud.sql.v1beta4.CloneContext` feat: A new field `psa_write_endpoint` is added to message `.google.cloud.sql.v1beta4.ReplicationCluster` feat: A new value `SWITCHOVER_TO_REPLICA` is added to enum `SqlOperationType` feat: A new value `POSTGRES_16` is added to enum `SqlDatabaseVersion` feat: A new value `MYSQL_8_4_0` is added to enum `SqlDatabaseVersion` docs: A comment for field `preferred_zone` in message `.google.cloud.sql.v1beta4.CloneContext` is changed docs: A comment for field `satisfies_pzs` in message `.google.cloud.sql.v1beta4.DatabaseInstance` is changed docs: A comment for enum value `SWITCHOVER` in enum `SqlOperationType` is changed
55a81d9359 build: Add wrappers.proto dependency feat: A new field `satisfies_pzs` is added feat: A new field `satisfies_pzi` is added feat: Updated documentation URI
0fe653872e docs: Genereal documentation improvements
6206138929 chore(AssuredWorkloads): promote v1beta1 to use the new surface for stable (v1) release
ee990e98a7 docs: remove al…
psx95 added a commit to psx95/cloud-profiler-java that referenced this issue Oct 28, 2024
ab2ad69473 feat: Add feature flags proto for Direct Access
3bc81b79e5 feat: add multi-speaker markup, which allows generating dialogue between multiple speakers
48d30c4966 feat: Add PrivateServiceConnect option to WorkerPool
0b8fa5230f chore: Configure package options for ads manager
c31e8119fa chore: Remove test paths post-processing for clients using REST transport only
5dc10a42f8 feat: Add Artifact Registry attachment API feat: Add Artifact Registry custom remote support feat: Add Artifact Registry generic repository support feat: Add Artifact Registry server side resource filtering and sorting feat: Add Artifact Registry rule APIs feat: Add Artifact Registry UpdateFile and DeleteFile APIs docs: Include max page size for all Artifact Registry APIs
537fd482f6 feat: add lite search API to allow public website search with API key feat: add LOW_GROUNDED_ANSWER in answer skip reasons feat: support query regex in control match rules docs: keep the API doc up-to-date with recent changes
17aef3793d feat: add a DeleteSite method feat: add MAC address and disk info to the Hardware resource docs: annotate rack_location field as required; this was always enforced
d9673c1cab feat: Generate libraries for Parallelstore V1 API
56f5fa4555 feat: add multi-speaker markup, which allows generating dialogue between multiple speakers
9e7a2e5305 feat: add new PscInterfaceConfig field to custom_job.proto
67831b5909 feat: add more longrunnning operation support
7d0624db6f chore: use wildcard for longrunning selector
296f2ac1aa chore: Configure Ruby clients for google-ads-ad_manager
b9cbcb97ae feat: Deprecate CustomLayer fields feat: Add toll passes in JP, MX, and US docs: Update various documentation
2c7ba7e84a chore: Update gapic-generator-python to v1.20.0
c93a715681 feat: add selective gapic generation option for publishing feat: add new error reason types for missing origin and overloaded credentials feat: add new TimeSeriesResourceHierarchyLevel for metric metadata
b11e6b0741 feat(spanner): Add support for Cloud Spanner Default Backup Schedules
099f913ac8 build: configure authentication for longrunning operations
caa02c4f43 docs: update proto reference documentation uri
c8a726182c feat: A new field `headline_offer_installment` is added to message `.google.shopping.css.v1.Attributes` feat: A new field `headline_offer_subscription_cost` is added to message `.google.shopping.css.v1.Attributes` feat: A new message `HeadlineOfferSubscriptionCost` is added feat: A new message `HeadlineOfferInstallment` is added feat: A new enum `SubscriptionPeriod` is added
80bfb115ac fix: reduce size of Go compute package (#946)
f79b93263f chore: regenerate API index
113ddfebbe feat: add new PSC instance configuration setting and output the PSC DNS name feat: add new API to execute SQL statements feat: add support for Free Trials feat: add support to schedule maintenance feat: additional field to set tags on a backup or cluster feat: add more observability options on the Instance level feat: add new API to perform a promotion or switchover on secondary instances feat: support for obtaining the public ip addresses of an instance and enabling either inbound or outbound public ip feat: add new API to list the databases in a project and location feat: add optional field to keep extra roles on a user if it already exists docs: various typo fixes, correcting the formatting, and clarifications on the request_id and validate_only fields in API requests and on the page_size when listing the database
60688dc330 feat: add brand voice lite, which lets you clone a voice with just 10 seconds of audio
beea48a164 feat:Publish Eventarc logging proto for documentation
09f411dc4d feat: add `text` field for Grounding metadata support chunk output
76ca663d1d feat: Updated the exponential backoff settings for the Document AI ProcessDocument and BatchProcessDocuments methods feat: Add RESOURCE_EXHAUSTED to retryable status codes for ProcessDocument method feat: Added an url for issue reporting and api short name
b6a9d807da feat: Add branch rule APIs feat: Add field `psc_allowed_projects` to message `.google.cloud.securesourcemanager.v1.Instance` docs: A comment for field `instance` in message `.google.cloud.securesourcemanager.v1.Repository` is changed
211a72fa5c feat: Updated the exponential backoff settings for the Document AI ProcessDocument and BatchProcessDocuments methods feat: Add RESOURCE_EXHAUSTED to retryable status codes for ProcessDocument method feat: Added an url for issue reporting and api short name
0dfb6a9391 chore!: remove notification, service account, and hmac RPCS BREAKING CHANGE: Removes Notification Config, Service Account, and HMAC RPCs. These API have been migrated to Storage Control and are available via the JSON API.
596e2a047b feat: add audio_timestamp to GenerationConfig
5ebb5c1e3d feat: Add brand voice lite
e60db19f11 docs: fix product name in documentation
8a54a42f4a feat: Updated protos and build files for Google Ads API v18
7d6f57e4dd feat: Updated dependency on google-cloud-run-v2
7b6975c4bb feat: add `SamplingLevel` type to Data API v1alpha feat: add `sampling_level` to the `ReportDefinition` type
80a2abb0a8 feat: Updated dependency on google-cloud-commerce-consumer-procurement-v1
54cdfa514d feat: Updated dependency on google-cloud-retail-v2
d3566d5efe feat: Add field `instance` to message `.google.cloud.securesourcemanager.v1.ListRepositoriesRequest` docs: A comment for field `instance` in message `.google.cloud.securesourcemanager.v1.Repository` is changed
4c44b3061b feat: discovery of BigQuery snapshots
8d15dcb4f2 feat: added connector version log proto
d10780874d feat: Introduce DefaultRuntime to PipelineJob
841ff7bb26 feat: adds support for restore token
cab65d5657 feat: add messages and fields related to Redis Instances
2f49d448f9 feat: Add `ProvisioningModelMix` to support mixing of spot and standard instances for secondary workers feat: Add support for configuration of bootdisk IOPS and throughput when bootdisk is a hyperdisk
f78cd2f794 docs: Marks the `google.cloud.essentialcontacts.v1.Contact.validation_state` field as `output_only`
a26064a9cc chore: add python-specific generation settings to service config
fa0c640351 chore: add python-specific generation settings to service config
7a0dc39843 chore: fetch GCE Discovery  doc from discovery-artifact-manager (#938)
2196d4843a feat: Add FindNearest API to the stable branch
b49a983820 feat: add experimental ArrowData type and arrow_data field within AppendRowsRequest
de509e38d3 docs: A comment for field `partner_model_tuning_spec` in message `.google.cloud.aiplatform.v1beta1.TuningJob` is changed
ad5cc8e91f build: update package name for @google-ads/marketing-platform-admin
fbdc238931 chore: Update gapic-generator-python to v1.19.1
d544df712e fix!: fix the location type annotation
10b8dc3b54 feat: Add low latency journey option to proto feat: Add CustomPronunciationParams for upcoming feature work
72be138392 feat: Add GroundedGenerationService API feat: Add BillingEstimation in data store feat: Support Google Workspace search feat: Support advanced boost search feat: Add one_box_page_size on search feat: Add site_credential for site search config docs: Update documentation
d6f9dbca53 feat: Add low latency journey option to proto feat: Add CustomPronunciationParams for upcoming feature work
d992b0619e feat: Add IngestionFailureEvent to the external proto
1f77391203 feat: add an effective_cgroup_mode field in node config feat: add storage pools field to NodePool API feat: Add ControlPlaneEndpointsConfig message to consolidate control plane isolation options feat: Add DNSEndpointConfig for new DNS-based control plane access Moves control plane and node isolation fields to respective objects for better semantics, deprecating former locations. Introduces new DNS-based access to control plane, simplifying control plane access. feat: add API to enable/disable secret manager csi component on GKE clusters feat: Add CompliancePosture field for configuration of GKE Compliance Posture product feat: Add RBACBindingConfig to API feat: Add CompliancePosture field for configuration of GKE Compliance Posture product feat: Add KCP_SSHD and KCP_CONNECTION to the supported values for the --logging flag for the create and update cluster commands feat: surface upgrade_target_version in GetServerConfig for all supported release channels feat: added support for Parallelstore CSI Driver docs: Minor documentation updates
e848c761f3 Synchronize new proto/yaml changes.
2b6b93bc89 chore: protos for R/W transaction support on multiplexed sessions
8692273ae7 feat: add conversational search feat: add tile navigation docs: keep the API doc up-to-date with recent changes
d01eb46894 feat: add conversational search feat: add tile navigation docs: keep the API doc up-to-date with recent changes
c24e8361e2 feat: add conversational search feat: add tile navigation docs: keep the API doc up-to-date with recent changes
f5caeefcc0 docs: minor wording and branding adjustments
c4ef0cc489 feat: A new field `lab_info` is added to message `.google.devtools.testing.v1.AndroidModel` feat: A new message `LabInfo` is added
4be7103ef0 feat: add partner_model_tuning_spec to TuningJob
bb00fdde3f feat: updated log_entries proto with fields for replay and cancel execution
3effbf23b1 feat: Support for field update operators in the Datastore API and resolution strategies when there is a conflict at write time
c532f355b2 fix!: Remove visibility of unneeded TestIamPermissions RPC fix!: Remove visibility of unneeded InitiateBackup RPC fix!: Remove visibility of unneeded AbandonBackup RPC fix!: Remove visibility of unneeded FinalizeBackup RPC fix!: Remove visibility of unneeded RemoveDataSource RPC fix!: Remove visibility of unneeded SetInternalStatus RPC
d0eeab38c8 feat: Add import / export IssueModel feat: Add CMEK InitializeLroSpec feat: Add metadata import to IngestConversations feat: Add sampling to IngestConversations docs: Add a comment for valid `order_by` values in ListConversations docs: Add a comment for valid `update_mask` values in UpdateConversation
1f8352cf46 feat: add Order modification RPCs and License Management Service docs: A comment for enum value `LINE_ITEM_CHANGE_STATE_PENDING_APPROVAL` in enum `LineItemChangeState` is changed docs: A comment for enum value `LINE_ITEM_CHANGE_STATE_APPROVED` in enum `LineItemChangeState` is changed docs: A comment for enum value `LINE_ITEM_CHANGE_STATE_COMPLETED` in enum `LineItemChangeState` is changed docs: A comment for enum value `LINE_ITEM_CHANGE_STATE_REJECTED` in enum `LineItemChangeState` is changed docs: A comment for enum value `LINE_ITEM_CHANGE_STATE_ABANDONED` in enum `LineItemChangeState` is changed docs: A comment for enum value `LINE_ITEM_CHANGE_STATE_ACTIVATING` in enum `LineItemChangeState` is changed docs: A comment for field `request_id` in message `.google.cloud.commerce.consumer.procurement.v1.PlaceOrderRequest` is changed docs: A comment for field `filter` in message `.google.cloud.commerce.consumer.procurement.v1.ListOrdersRequest` is changed
83e1d54c08 feat: Adds cross_device_conversions_by_conversion_date metric feat: Adds cross_device_conversions_value_by_conversion_date metric feat: Adds general_invalid_click_rate metric feat: Adds general_invalid_clicks metric feat: Adds ad_group_effective_label resource feat: Adds campaign_effective_label resource
b6a27d13a2 feat: Add support for primary_admin_email as customer_identity for ImportCustomer feat: Add support for importing team customer from a different reseller feat: Add support to look up team customer Cloud Identity information docs: Clarify the expected value of the domain field for team type customers
ff4436beeb feat: Removed deprecated api versions
3708fdf26f docs: minor documentation formatting fix for Parallelstore
78d1fb208e feat: adding some more information about supplemental data sources
672cd6a381 feat: Added support for Interactive Reporting fix: Removed closed beta services that had data discrepancies with the SOAP API
475669fc7a feat: add a dynamic retrieval API
4fe2139be5 docs:fixed formatting of some documentation feat:add Builds API feat:add Service Mesh configuration to Services feat:add GPU configuration to Services feat:add INGRESS_TRAFFIC_NONE to Services feat:add ServiceScaling to Services
8d17595189 feat: add continuous sync option in feature_view.proto
dd47718199 feat: Define ReplicaComputeCapacity and AsymmetricAutoscalingOption
917e347c53 docs: minor documentation formatting fix for Parallelstore
e7fa33a66a feat: Updated google-shopping-merchant-accounts-v1beta dependency
3338937d03 feat: Updated google-shopping-merchant-data_sources-v1beta dependency
c472cf7c64 feat: Add doc for permission settings & announcement space support feat: Add doc for import mode external users support docs: Messages API dev docs improvement docs: Memberships API dev docs improvement docs: Discoverable space docs improvement
16a1580c06 feat: add enable_secure_private_service_connect in service attachment
637e2a003c chore: Configure Ruby REST client for google-cloud-oracle_database
692cc30fde feat: adding v1 version of our api
8f00dabdad feat: add new `PscInterfaceConfig` field to `pipeline_job.proto`
ce31830dde feat: add psc_automation_configs to DeployIndex v1
42f7085c63 docs: Clarify Batch only supports global custom instance template now
72a51519ae docs: update comment for PROFILE QueryMode feat: add new QueryMode enum values (WITH_STATS, WITH_PLAN_AND_STATS)
463b5a6b06 feat:Add scheduleOptionsV2 and Error fields for TransferConfig
a6a6956a02 feat: add a dynamic retrieval API
1b2f804bf4 feat: add 'force' parameter for accounts.delete method docs: updated descriptions for the DeleteAccount and ListAccounts RPCs
2c9fb37781 feat: add INTERVAL API
d6f184876e fix: annotate PipelineJob and PipelineTaskRerunConfig fields as optional
bd4f3686c1 feat: added support for deploy policies docs: Minor documentation updates
005df4681b fix!: The type of an existing field `time_zone` is changed from `message` to `string` in message `.google.shopping.merchant.accounts.v1beta.ListAccountIssuesRequest` fix!: An existing field `account_aggregation` is removed from message `.google.shopping.merchant.accounts.v1beta.CreateAndConfigureAccountRequest` fix!: Changed field behavior for an existing field `service` in message `.google.shopping.merchant.accounts.v1beta.CreateAndConfigureAccountRequest` fix!: Changed field behavior for an existing field `region_code` in message `.google.shopping.merchant.accounts.v1beta.RetrieveLatestTermsOfServiceRequest` fix!: Changed field behavior for an existing field `kind` in message `.google.shopping.merchant.accounts.v1beta.RetrieveLatestTermsOfServiceRequest` feat: A new field `account_aggregation` is added to message `.google.shopping.merchant.accounts.v1beta.CreateAndConfigureAccountRequest` feat: A new message `AccountAggregation` is added feat: A new service `AutofeedSettingsService` is added feat: A new message `AutofeedSettings` is added feat: A new resource_definition `merchantapi.googleapis.com/AutofeedSettings` is added feat: A new message `GetAutofeedSettingsRequest` is added feat: A new message `UpdateAutofeedSettingsRequest` is added feat: A new field `korean_business_registration_number` is added to message `.google.shopping.merchant.accounts.v1beta.BusinessInfo`
d36e288fc5 feat: Client library for the backupvault api is added feat: Add backupplan proto feat: Add backupplanassociation proto feat: Add backupvault_ba proto feat: Add backupvault_gce proto
6125b3deff docs: cleanup of Parallelstore API descriptions feat: add UPGRADING state to Parallelstore state
9c4c174205 feat: Add FileUploads service docs: A comment for enum value `PRODUCTS` in enum `Channel` is changed
0ede901c45 feat: created new boolean fields in conversation dataset for zone isolation and zone separation compliance status feat: add ALAW encoding value to Audio encoding enum
5c181aaf78 feat: add support for Spark Connect sessions in Dataproc Serverless for Spark docs: update docs for `filter` field in `ListSessionsRequest`
30bce2d5f2 feat: Revert to local binding for Ruby reserved keywords
69e9dff10d feat: add ingestion Cloud Storage fields and Platform Logging fields to Topic
67e2cff0ed chore: regenerate API index
534e49c0ca feat: Add support for generating route tokens
c18ca2f804 fix: Updated mounted image log proto fields fix!: An existing field `job_type` is renamed to `source_image_type` in message `.google.cloud.backupdr.logging.v1.MountedImage` fix!: An existing field `resource_virtual_size` is renamed to `resource_virtual_size_in_gib` in message `.google.cloud.backupdr.logging.v1.MountedImage` fix!: An existing field `storage_consumed` is renamed to `storage_consumed_in_gib` in message `.google.cloud.backupdr.logging.v1.MountedImage` fix!: An existing field `mount_duration` is renamed to `mounted_image_age` in message `.google.cloud.backupdr.logging.v1.MountedImage` fix!: An existing field `resource_size` is renamed to `resource_size_in_gib` in message `.google.cloud.backupdr.logging.v1.MountedImage` fix!: An existing field `image_expiration_date` is renamed to `source_image_expiration_date` in message `.google.cloud.backupdr.logging.v1.MountedImage`
a18d9b2c35 feat: Add LEGACY_BUCKET option to DefaultLogsBucketBehavior docs: Sanitize docs
447d6abd9b fix: remove a proto which has no exported service and hasn't been generated
407deca15c feat: Add support for Cloud Bigtable Node Scaling Factor for CBT Clusters
a9253ab19d docs: updated api_short_name
979f71cfae feat: Add GoogleSearchRetrieval tool and candidate.grounding_metadata feat: Add Schema.min_items feat: Add GenerationConfig.{presence_penalty, frequency_penalty, logprobs, response_logprobs, logprobs} and Candidate.{avg_logprobs, logprobs_result} feat: Add PredictionService (for Imagen) feat: Add HarmCategory.HARM_CATEGORY_CIVIC_INTEGRITY feat: Add HarmBlockThreshold.OFF feat: Add TunedModels.reader_project_numbers docs: Small fixes docs: Tag HarmCategories by the model family they're used on.
1cb097eee9 feat: Add GenerationConfig.{presence_penalty, frequency_penalty, logprobs, response_logprobs, logprobs} and Candidate.{avg_logprobs, logprobs_result} feat: Add HarmCategory.HARM_CATEGORY_CIVIC_INTEGRITY docs: Tag HarmCategories by the model family they're used on. feat: Add HarmBlockThreshold.OFF docs: Small fixes
30009c9ff2 feat: add TunedModelRef and RebaseTunedModel Api for Vertex GenAiTuningService docs: limit comment `SupervisedTuningSpec` for 1p tuning
2a98f797cb feat: add TunedModelRef and RebaseTunedModel Api for Vertex GenAiTuningService docs: limit comment `SupervisedTuningSpec` for 1p tuning
970e691c23 chore: Configure Ruby clients for SQL Admin
697834490a chore: expand transport options for go gapic BUILD target
f87ae4487b feat: created new boolean fields in conversation model for zone isolation and zone separation compliance status
07b069bfb0 feat: A new field `response_logprbs` is added to message `.google.cloud.aiplatform.v1.GenerationConfig` feat: A new field `logprbs` is added to message `.google.cloud.aiplatform.v1.GenerationConfig` feat: A new field `logprobs_result` is added to message `.google.cloud.aiplatform.v1.Candidate` feat: A new field `model_version` is added to message `.google.cloud.aiplatform.v1.GenerateContentResponse`
923b6f3167 feat: add `GetPropertyQuotasSnapshot` method to the Data API v1alpha feat: add `PropertyQuotasSnapshot` type to the Data API v1alpha docs: update the documentation for the `CreateReportTask` method
e88eeaaecc feat: A new field `response_logprbs` is added to message `.google.cloud.aiplatform.v1beta1.GenerationConfig` feat: A new field `logprbs` is added to message `.google.cloud.aiplatform.v1beta1.GenerationConfig` feat: A new field `logprobs_result` is added to message `.google.cloud.aiplatform.v1beta1.Candidate` feat: A new field `model_version` is added to message `.google.cloud.aiplatform.v1beta1.GenerateContentResponse`
bd0c988bca feat: A new field `any_of` is added to message `.google.cloud.aiplatform.v1.Schema`
b86cd1c068 feat: A new field `any_of` is added to message `.google.cloud.aiplatform.v1beta1.Schema`
7f9941f4ba chore: remove Cloud common resource references from Marketing Platform API
607c2ae826 feat: action for publishing data profiles to SecOps (formelly known as Chronicle) feat: action for publishing data profiles to Security Command Center feat: discovery configs for AWS S3 buckets docs: small improvements and clarifications
02f118441f fix: Increase method timeout to 240s for BigQuery Metastore Partition Service API version v1alpha
de3b4b32cd feat: return listing information for subscriptions created via Analytics Hub
81e964a2b0 docs: formatting fixes for StorageDescriptor docs: include more IndexUnusedReason reasons fix!: redact redundant read masks from GetRoutine/ListRoutine RPCs
42492c963a fix!: Pagination feature is introduced for method `ListKeyHandles` in service `Autokey`
2d1f337e5d feat: Add CIVIC_INTEGRITY category to SafetySettings for prediction service
cf775e213a feat: Add CIVIC_INTEGRITY category to SafetySettings for prediction service
49d2887d42 feat: A new field `generation_config` is added to message `.google.cloud.aiplatform.v1.CountTokensRequest` feat: A new field `labels` is added to message `.google.cloud.aiplatform.v1.GenerateContentRequest`
42219196a8 feat: add `routing_parameters` to SearchNearbyRequest and SearchTextRequest feat: add `search_along_route_parameters` to SearchTextRequest feat: add `routing_summaries` to SearchNearbyResponse and SearchTextResponse docs: A comment for field `contextual_contents` in message `.google.maps.places.v1.SearchTextResponse` is changed to be more assertive docs: A comment for field `open_now` in message `.google.maps.places.v1.Place` is changed to clarify what it means with new-since-previous-comment current and secondary opening hours fields
551cdf470a feat: add psc_automation_configs to DeployIndex v1beta1
0a87fe7bcf feat: Support adding constraints to new method types REMOVE_GRANTS and GOVERN_TAGS
afbb0a8462 fix: set canonical scopes for all LRO calls
9f216d5254 feat: add new `PipelineTaskRerunConfig` field to `pipeline_job.proto` feat: expose `RuntimeArtifact` proto in `ui_pipeline_spec.proto`
55c6f22900 fix!: remove gRPC support for client libraries
acf0812d83 chore: regenerate API index
4d5f3a731f feat: Add v1 client libraries
4082d5e51e feat: add managed folder to testIamPermissions method chore: deprecate service account, hmac, and notificationConfig APIs chore: restoring default storage retry policy docs: update dual-region bucket link docs: clarify possible objectAccessControl roles
fde103ca32 feat: add an order type field to distinguish a fulfillment request from a sales inquiry feat: add support to mark comments as read or unread feat: rename zone state signal READY_FOR_SITE_TURNUP to FACTORY_TURNUP_CHECKS_PASSED docs: clarify how access_times are used
fd52b5754b feat: A new field `generation_config` is added to message `.google.cloud.aiplatform.v1beta1.CountTokensRequest` feat: A new field `labels` is added to message `.google.cloud.aiplatform.v1beta1.GenerateContentRequest`
38d33ad1da feat: A new field `property_ordering` is added to message `.google.cloud.aiplatform.v1.Schema`
a57c150115 feat: add vm_ip to CryptoMiningEvent
65306b92f0 feat: A new field `property_ordering` is added to message `.google.cloud.aiplatform.v1beta1.Schema`
31df26d0ff feat: An optional field `security_posture_config` in message `.google.cloud.gkemulticloud.v1.AttachedCluster` is added feat: An optional field `kubelet_config` in message `.google.cloud.gkemulticloud.v1.AwsNodePool` is added
e99de3d3cc feat(api): A new rpc 'SwitchActiveReplicaZone' is added to service 'google.cloud.netapp.v1.NetApp' feat: A new message 'google.cloud.netapp.v1.SwitchActiveReplicaZoneRequest' is added feat: A new field 'allow_auto_tiering' in message 'google.cloud.netapp.v1.StoragePool' is added feat: A new field 'cold_tier_size_gib' in message 'google.cloud.netapp.v1.Volume' is added
964f6c9ab5 feat: add resource reference for KMS keys and fix comments
ffbe78335c fix!: Field behavior for field `display_name` in message `.google.cloud.cloudcontrolspartner.v1beta.Customer` is changed feat: Field behavior for field `customer_onboarding_state` in message `.google.cloud.cloudcontrolspartner.v1beta.Customer` is changed feat: Field behavior for field `is_onboarded` in message `.google.cloud.cloudcontrolspartner.v1beta.Customer` is changed feat: A new value `ACCESS_TRANSPARENCY_LOGS_SUPPORT_CASE_VIEWER` is added to enum `.google.cloud.cloudcontrolspartner.v1beta.PartnerPermissions.Permission` docs: A comment for field `display_name` in message `.google.cloud.cloudcontrolspartner.v1beta.Customer` is changed
9ebde5402a fix!: Field behavior for field `display_name` in message `.google.cloud.cloudcontrolspartner.v1.Customer` is changed feat: Field behavior for field `customer_onboarding_state` in message `.google.cloud.cloudcontrolspartner.v1.Customer` is changed feat: Field behavior for field `is_onboarded` in message `.google.cloud.cloudcontrolspartner.v1.Customer` is changed feat: A new value `ACCESS_TRANSPARENCY_LOGS_SUPPORT_CASE_VIEWER` is added to enum `.google.cloud.cloudcontrolspartner.v1.PartnerPermissions.Permission` docs: A comment for field `display_name` in message `.google.cloud.cloudcontrolspartner.v1.Customer` is changed
0eb6e43796 feat: Update Discovery Engine Ruby GAPIC dependencies to 1.1.0 for v1 and 0.15.0 for v1beta
fc22a982df docs: publish documentation about BigqueryExportStatus log entry proto
a834320384 feat: minor fields and documentation update
9382d7406b feat: add file_id to SharePointSource feat: add share_point_sources to RagFile
dcc4f933bf feat: add `satisfies_pzi` to `Environment`
c5bc296a6d feat: 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 in your Workspace organization: - SearchSpaces - DeleteSpace - UpdateSpace - GetSpace - ListMemberships - DeleteMembership - CreateMembership - UpdateMembership - GetMembership
eafe1c87c5 fix!: Update transport type for the google-cloud-api_hub Ruby wrapper client to REST only
0f44538daf feat: A new method `CheckUpgrade` is added to service `Environments` feat: A new field `satisfies_pzi` is added to message `.google.cloud.orchestration.airflow.service.v1.Environment` feat: A new message `CheckUpgradeRequest` is added feat: A new field `airflow_metadata_retention_config` is added to message `.google.cloud.orchestration.airflow.service.v1.DataRetentionConfig` feat: A new message `AirflowMetadataRetentionPolicyConfig` is added docs: A comment for field `maintenance_window` in message `.google.cloud.orchestration.airflow.service.v1.EnvironmentConfig` is changed docs: A comment for message `WorkloadsConfig` is changed docs: A comment for field `storage_mode` in message `.google.cloud.orchestration.airflow.service.v1.TaskLogsRetentionConfig` is changed
c27097ea63 docs: Comments are clarified for certain fields in messages `QueryAssetsResponse` and `ResourceSearchResult`
41cd9dba9e fix(deps): Update the Java code generator (gapic-generator-java) to 2.45.0
8ebfd76bd9 chore: update gapic-generator-go to 0.47.0
cbf696d38a feat: Add support for Cloud Bigtable Row Affinity in App Profiles
afb6b3599d feat: add Pinecone and Vector Search integration for Vertex RAG
2b46b7546b feat: A new value `CANCELLATION_IN_PROGRESS` is added to enum `State` feat: A new value `CANCELLED` is added to enum `State`
43a4ddc8af chore(googleads)!: remove protos for v15, which has sunset
394f626e83 docs: update documentation for 31 day subscription message retention
02f62c8e24 feat: add support for new Dataproc features 1. Allow flink and trino job support for workflow templates API 2. Add unreachable output field for LIST workflow template API 3. Add unreachable output field for LIST batch templates API 4. Add kms key input for create cluster API 5. Add FLINK metric source for Dataproc Metric Source
32bc036532 feat: add support for new Dataproc features 1. Allow flink job support for jobs 2. Add unreachable output field for LIST jobs API
76ffdb2287 chore(php): Migrate some GA APIs to NEW_SURFACE_ONLY
ca82297144 feat: add share_point_sources to SharePointSources feat: add sharepoint_folder_path to SharePointSource feat: add sharepoint_folder_id to SharePointSource feat: add drive_name to SharePointSource feat: add drive_id to SharePointSource feat: add client_id to SharePointSource feat: add client_secret to SharePointSource feat: add tenant_id to SharePointSource feat: add sharepoint_site_name to SharePointSource feat: add share_point_sources to ImportRagFilesConfig feat: add partial_failure_gcs_sink tp ImportRagFilesConfig feat: add partial_failure_bigquery_sink to ImportRagFilesConfig
aa4d66ab00 chore: regenerate API index
2f1274f3d0 chore: Deprecate uses of CustomLayerInfo, which will stop being populated soon docs: Clean up documentation per AIP conventions
be61427b6c docs: Adding Destination Package to publish client library
cb39bdd75d feat: add OFF to HarmBlockThreshold
9aad398cf4 feat: add OFF to HarmBlockThreshold
070b0fd6ac feat: add Database.SourceInfo and Database.source_info (information about database provenance, specifically for restored databases) feat: add Database.CmekConfig and Database.cmek_config (information about CMEK enablement) feat: allow specifying an encryption_config when restoring a database feat: add Database.delete_time (the time a database was deleted, if it ever was) feat: add Database.previous_id (if a database was deleted, what ID it was using beforehand) docs: fix assorted capitalization issues with the word "ID" docs: clarify restore details
eb4c1ec024 docs: fix CreateAssessmentRequest comment docs: update API title in docs overview
003e626651 feat: Add API fields for the descriptions of entity type and property in the document schema
d3029316f8 docs: update comment link for ListTasks filter
f21743b4fe feat: Add CHAT_SPACE link type support for GA launch
34133c71bc chore(python): Update namespace for google/marketingplatform/admin to prepare for release
2cd2b6589e fix!: update the client libraries package prefix to include the `ads` namespace
68f6c7f689 feat: add more configurability to feature_group.proto feat: add ragSource to feature_view.proto feat: add sync watermark to feature_view_sync.proto docs: fix typo in feature_online_store_admin_service.proto
cb6a8eeacd feat: add more configurability to feature_group.proto feat: add ragSource to feature_view.proto feat: add sync watermark to feature_view_sync.proto docs: fix typo in feature_online_store_admin_service.proto
cb6264a971 feat: add FLEX_START to Scheduling.strategy
fa23e3050b feat: add FLEX_START to Scheduling.strategy
8c6de209d3 fix!: remove gRPC support for client libraries
b744eff901 feat: add BDRBackupRestoreJobLog used for BackupPlan based backup/restore jobs
c13cea289c docs: add a note to the CreateTransferConfigRequest and UpdateTransferConfigRequest to disable restricting service account usage
95a1490f69 feat: returns usage metadata for context caching
5314818275 feat: promote search tuning service to v1 feat: promot user event purge to v1 feat: return structured document info in answers feat: return index status in document feat: support batch documents purge with GCS input feat: support batch get documents metadata by uri patterns feat: return joined status in user event docs: keep the API doc up-to-date with recent changes
6cb0a970d1 feat: support natural language understanding in search feat: allow set relevance threshold on search feat: support one box search feat: return structured document info in answers feat: return index status in document feat: support batch documents purge with GCS input feat: support batch get documents metadata by uri patterns feat: return joined status in user event docs: keep the API doc up-to-date with recent changes
ce9d18865e feat: return index status in document feat: support creating workspace search data stores feat: support batch get documents metadata by uri patterns feat: return query segment in NL query understanding feat: return joined status in user event docs: keep the API doc up-to-date with recent changes
9c6ceea874 docs: A comment for message `StreamMetastorePartitionsRequest` is changed docs: A comment for message `StreamMetastorePartitionsResponse` is changed docs: A comment for field `location_uri` in message `.google.cloud.bigquery.storage.v1alpha.StorageDescriptor` is changed
4bf146f058 feat(v1): promote block_project_ssh_keys support to batch v1 API
6a474b31c5 feat:add optional parameters (tarball-access) in DiagnoseClusterRequest
085ad08132 feat: add Vector DB config for Vertex RAG (Weaviate + FeatureStore) feat: add UpdateRagCorpus API for Vertex RAG feat: add ApiKeyConfig field to ApiAuth docs: A comment for field `vertex_prediction_endpoint` in message `.google.cloud.aiplatform.v1beta1.RagEmbeddingModelConfig` is changed docs: A comment for field `distance` in message `.google.cloud.aiplatform.v1beta1.RagContexts` is changed
7310c46ada docs: swap comments on `BONDED` and `NON_BONDED` enums in `BondingType`
07308e1ca2 feat: add v1 NotebookExecutionJob to Schedule
296afd1429 docs: Clarify maximum retention of backups (max 14 weeks) docs: Remove note about backups running at a specific time docs: Standardize on the capitalization of "ID"
b99f12ae81 docs: minor doc fixes
b83ceb6200 chore: revert accidental changes for gapic_generator_java target in WORKSPACE
b1a9e6c1b0 feat: add `EXTENDED` enum value for `ReleaseChannel.Channel`
a8f277295c chore: Uncomment Java build rules for API Hub V1
8b2adf3f68 feat: add max_wait_duration to Scheduling
aee11eedca feat: add max_wait_duration to Scheduling
0e9edd7617 feat: add ReleaseChannel EXTENDED value
1f98162424 docs: fully qualify relative URLs in proto comments
14d1fe2996 feat: add AssessmentEnvironment for CreateAssessement to explicitly describe the environment of the assessment
3165e16f3b build: Only generate gRPC clients for google/cloud/bigquery/storage/v1alpha
f17f11412a feat: request client libraries for new languages feat: add BatchOperationStatus to import metadata docs: A comment for method `ClipAsset` in service `Warehouse` is changed docs: A comment for enum value `IN_PROGRESS` in enum `State` is changed docs: A comment for enum value `SUCCEEDED` in enum `State` is changed docs: A comment for enum value `FAILED` in enum `State` is changed docs: A comment for field `relevance` in message `.google.cloud.visionai.v1.SearchResultItem` is changed
a1185ce214 feat: support for enabling outbound public IP on an instance feat: support for getting outbound public IP addresses of an instance feat: support for setting maintenance update policy on a cluster feat: support for getting maintenance schedule of a cluster
ec3826751c feat: Support local binding for variables with keyword name collision
dfb718a4ae feat: Add field `experimental_features` to message `PythonSettings`
a67e27687c feat: Adds CustomColumn's renderType feat: Adds owner_customer_id to campaign_label, ad_group_label, ad_group_ad_label and ad_group_criterion_label
0c11bf2700 chore: remove protobuf-javalite from maven_install target
818d9fd16d docs: update Long Audio capabilities to include SSML
6f3c628e7f feat: add documentation for partition value limit
87fc660f97 docs: Update product URL for google-cloud-managed_kafka
9f96d27b2e chore: Configure Ruby client for google-cloud-gke_connect-gateway-v1
63947bfd92 chore(python): Use `google.cloud.bigquery_storage` instead of `google.cloud.bigquery.storage` for v1alpha
82ab100ce1 chore: Update gkeconnect/gateway v1 BUILD.bazel to prepare for python release
54d659d0ae fix: Update proto dependencies for apphub.googleapis.com after last client library publication
71434fd174 feat!: removed the nonfunctional GatewayService and replaced it with the GatewayControl service
869c2e1fff feat: Support for a custom error message for BatchSizeTooLargeError
8550c7655b fix: Update proto dependencies for apphub.googleapis.com after last client library publication
5e76753c18 feat!: removed the nonfunctional GatewayService and replaced it with the GatewayControl service
9f3335a0e8 feat: A new field `max_chargeable_bytes` is added to message `.google.cloud.sql.v1.BackupRun` feat: A new enum `CaMode` is added feat: A new field `server_ca_mode` is added to message `.google.cloud.sql.v1.ConnectSettings` feat: A new field `satisfies_pzi` is added to message `.google.cloud.sql.v1.DatabaseInstance` feat: A new field `switch_transaction_logs_to_cloud_storage_enabled` is added to message `.google.cloud.sql.v1.DatabaseInstance` feat: A new value `UNSUPPORTED_COLUMNS` is added to enum `SqlExternalSyncSettingErrorType` feat: A new enum `CaMode` is added feat: A new field `server_ca_mode` is added to message `.google.cloud.sql.v1.IpConfiguration` feat: A new value `MAJOR_VERSION_UPGRADE` is added to enum `SqlOperationType` docs: A comment for method `AddServerCa` in service `SqlInstancesService` is changed docs: A comment for method `RotateServerCa` in service `SqlInstancesService` is changed
59883000df docs: update `Certification` field descriptions
cc4e33a263 feat: add AddIpOverride RPC feat: add `express_settings` to `Key` docs: clarify `Event.express` field docs: fix billing, quota, and usecase links
57d2c452fc docs: update preview docs for short mode queries docs: mark dataset GcpTags as deprecated feat: add edition to job statistics docs: add Range example to StandardSqlDataType docs feat: expose DataPolicyOptions
07ede94493 docs: clarify tasks success criteria for background runnable
d7f3478b9c docs: clarify tasks success criteria for background runnable
b678386866 docs: deprecate `authorization_code`
c2f74b9a26 chore: update gapic-generator-go to 0.46.2
d9eae9f029 docs: update Long Audio capabilities to include SSML
fe8ba054ad fix(deps): Update the Java code generator (gapic-generator-java) to 2.44.0
21c206f737 docs: Many small fixes feat: Add new PromptFeedback and FinishReason entries feat: Add model max_temperature
5157b5f455 docs: Many small fixes feat: Add new PromptFeedback and FinishReason entries for https://github.com/google-gemini/generative-ai-python/issues/476
07ee67599c feat: inspect template modified cadence discovery config for Cloud SQL feat: file store data profiles can now be filtered by type and storage location docs: small improvements
cd2318e194 chore: update gapic-generator-go to 0.46.1
611b36b0c5 chore: configure client push to package managers
8425ff95d4 chore: configure client push to package managers
21b26c5151 feat: Disable xrefs for README files in wrapper gems
fe00da8d22 refactor!: removed existing client libraries
195c051374 feat: A new method `StreamingSynthesize` is added to service `TextToSpeech`
569fc73ce3 feat: A new method `StreamingSynthesize` is added to service `TextToSpeech`
83e5198365 feat: add HDFS configuration feat: add GCS Managed Folders feat: add S3 Managed Private Network feat: add S3 Cloudfront Domain
e813a85a14 docs: changed API title to official name
2b7a9cbe54 docs: Batch CentOS images and HPC CentOS images are EOS
9067360326 docs: Batch CentOS images and HPC CentOS images are EOS docs: Clarify required fields for Runnable.Container docs: Clarify required oneof fields for Runnable.Script docs: Clarify TaskSpec requires one or more runnables
96facece98 feat(spanner): Add resource reference annotation to backup schedules docs(spanner): Add an example to filter backups based on schedule name
182e5df1cc feat: optional field for specifying a service account to use for the build. This helps navigate the change of historical default on new projects. For more details, see https://cloud.google.com/build/docs/cloud-build-service-account-updates feat: optional fields for setting up automatic base image updates. feat: optional field for specifying a revision on GetFunction. feat: optional field for binary authorization policy. feat: optional field for deploying a source from a GitHub repository. feat: additional field on the output that specified whether the deployment supports Physical Zone Separation. feat: Generate upload URL now supports for specifying the GCF generation that the generated upload url will be used for. feat: ListRuntimes response now includes deprecation and decommissioning dates. docs: Refined description in several fields.
eb87f475f5 feat(spanner): add edition field to the instance proto
456a812fbc feat: Add BigQuery Metastore Partition Service API version v1alpha
5b517c2637 docs: Format comment in AutoML Translation
23bf1dd6a3 chore(php): Revert two optional to required fields for dialogflow
a5c87fe0b6 feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.BatchPredictionJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.BatchPredictionJob` feat: A new message `RoutingConfig` is added feat: A new field `seed` is added to message `.google.cloud.aiplatform.v1.GenerationConfig` feat: A new field `routing_config` is added to message `.google.cloud.aiplatform.v1.GenerationConfig` feat: A new field `avg_logprobs` is added to message `.google.cloud.aiplatform.v1.Candidate` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.CustomJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.CustomJob` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.DataItem` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.DataItem` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.Dataset` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.Dataset` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.DatasetVersion` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.DatasetVersion` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.DeploymentResourcePool` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.DeploymentResourcePool` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.EntityType` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.EntityType` feat: A new message `TimeSeries` is added feat: A new field `time_series` is added to message `.google.cloud.aiplatform.v1.FeatureGroup` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.FeatureOnlineStore` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.FeatureOnlineStore` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.FeatureView` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.FeatureView` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.FeatureViewSync` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.FeatureViewSync` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.Featurestore` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.Featurestore` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.HyperparameterTuningJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.HyperparameterTuningJob` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.Index` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.Index` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.IndexEndpoint` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.IndexEndpoint` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.ModelDeploymentMonitoringJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.ModelDeploymentMonitoringJob` feat: A new field `hugging_face_token` is added to message `.google.cloud.aiplatform.v1.GetPublisherModelRequest` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1.NasJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1.NasJob` feat: A new field `encryption_spec` is added to message `.google.cloud.aiplatform.v1.NotebookExecutionJob` feat: A new field `sample_request` is added to message `.google.cloud.aiplatform.v1.PublisherModel` feat: A new resource_definition `compute.googleapis.com/NetworkAttachment` is added feat: A new field `service_attachment` is added to message `.google.cloud.aiplatform.v1.PrivateServiceConnectConfig` feat: A new field `total_truncated_example_count` is added to message `.google.cloud.aiplatform.v1.SupervisedTuningDataStats` feat: A new field `truncated_example_indices` is added to message `.google.cloud.aiplatform.v1.SupervisedTuningDataStats` docs: A comment for enum value `STOP` in enum `FinishReason` is changed docs: A comment for enum value `MAX_TOKENS` in enum `FinishReason` is changed docs: A comment for enum value `SAFETY` in enum `FinishReason` is changed docs: A comment for enum value `RECITATION` in enum `FinishReason` is changed docs: A comment for enum value `OTHER` in enum `FinishReason` is changed docs: A comment for enum value `BLOCKLIST` in enum `FinishReason` is changed docs: A comment for enum value `PROHIBITED_CONTENT` in enum `FinishReason` is changed docs: A comment for enum value `SPII` in enum `FinishReason` is changed docs: A comment for enum `Strategy` is changed docs: A comment for enum value `STRATEGY_UNSPECIFIED` in enum `Strategy` is changed docs: A comment for field `model` in message `.google.cloud.aiplatform.v1.GenerateContentRequest` is changed docs: A comment for enum value `AUTO` in enum `Mode` is changed
f7d214cb08 chore: Update gapic-generator-python to v1.18.5
3c0b84de0e feat: A new message `RoutingConfig` is added feat: A new field `seed` is added to message `.google.cloud.aiplatform.v1beta1.GenerationConfig` feat: A new field `routing_config` is added to message `.google.cloud.aiplatform.v1beta1.GenerationConfig` feat: A new field `avg_logprobs` is added to message `.google.cloud.aiplatform.v1beta1.Candidate` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.CustomJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.CustomJob` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.EntityType` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.EntityType` feat: A new message `TimeSeries` is added feat: A new field `time_series` is added to message `.google.cloud.aiplatform.v1beta1.FeatureGroup` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.FeatureOnlineStore` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.FeatureOnlineStore` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.FeatureView` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.FeatureView` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.FeatureViewSync` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.FeatureViewSync` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.Featurestore` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.Featurestore` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.HyperparameterTuningJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.HyperparameterTuningJob` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.Index` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.Index` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.IndexEndpoint` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.IndexEndpoint` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.ModelDeploymentMonitoringJob` feat: A new field `hugging_face_token` is added to message `.google.cloud.aiplatform.v1beta1.GetPublisherModelRequest` feat: A new field `satisfies_pzs` is added to message `.google.cloud.aiplatform.v1beta1.NasJob` feat: A new field `satisfies_pzi` is added to message `.google.cloud.aiplatform.v1beta1.NasJob` feat: A new field `encryption_spec` is added to message `.google.cloud.aiplatform.v1beta1.NotebookExecutionJob` feat: A new field `sample_request` is added to message `.google.cloud.aiplatform.v1beta1.PublisherModel` feat: A new field `service_attachment` is added to message `.google.cloud.aiplatform.v1beta1.PrivateServiceConnectConfig` feat: A new field `total_truncated_example_count` is added to message `.google.cloud.aiplatform.v1beta1.SupervisedTuningDataStats` feat: A new field `truncated_example_indices` is added to message `.google.cloud.aiplatform.v1beta1.SupervisedTuningDataStats` fix!: An existing message `GroundingAttribution` is removed fix!: An existing field `grounding_attributions` is removed from message `.google.cloud.aiplatform.v1beta1.GroundingMetadata` fix!: An existing field `disable_attribution` is removed from message `.google.cloud.aiplatform.v1beta1.GoogleSearchRetrieval` docs: A comment for enum value `STOP` in enum `FinishReason` is changed docs: A comment for enum value `MAX_TOKENS` in enum `FinishReason` is changed docs: A comment for enum value `SAFETY` in enum `FinishReason` is changed docs: A comment for enum value `RECITATION` in enum `FinishReason` is changed docs: A comment for enum value `OTHER` in enum `FinishReason` is changed docs: A comment for enum value `BLOCKLIST` in enum `FinishReason` is changed docs: A comment for enum value `PROHIBITED_CONTENT` in enum `FinishReason` is changed docs: A comment for enum value `SPII` in enum `FinishReason` is changed docs: A comment for enum `Strategy` is changed docs: A comment for enum value `STRATEGY_UNSPECIFIED` in enum `Strategy` is changed docs: A comment for enum value `AUTO` in enum `Mode` is changed docs: A comment for field `distance` in message `.google.cloud.aiplatform.v1beta1.RagContexts` is changed
a353d25bae feat: release advanced parsing options for rag files
7601a10765 chore: Configure Ruby wrapper client for google.cloud.apihub.v1
6a4a5720c0 chore: Address reserved keyword collisions and formatting updates
6d6665608f chore: regenerate API index
e728fd395b docs: very minor documentation updates
dfc2489938 feat: Updated protos and build files for Google Ads API v17
8652e28bd0 feat: optional field for specifying a service account to use for the build. This helps navigate the change of historical default on new projects. For more details, see https://cloud.google.com/build/docs/cloud-build-service-account-updates feat: optional fields for setting up automatic base image updates. feat: optional field for specifying a revision on GetFunction. feat: optional field for binary authorization policy. feat: optional field for deploying a source from a GitHub repository. feat: additional field on the output that specified whether the deployment supports Physical Zone Separation. feat: Generate upload URL now supports for specifying the GCF generation that the generated upload url will be used for. feat: ListRuntimes response now includes deprecation and decommissioning dates. docs: Refined description in several fields.
7767c573e4 feat: Added `build_service_account` field to CloudFunction docs: A comment for field `runtime_version` in message `.google.cloud.functions.v1.CloudFunction` is changed docs: A comment for field `docker_repository` in message `.google.cloud.functions.v1.CloudFunction` is changed docs: A comment for field `automatic_update_policy` in message `.google.cloud.functions.v1.CloudFunction` is changed docs: A comment for field `on_deploy_update_policy` in message `.google.cloud.functions.v1.CloudFunction` is changed docs: A comment for field `url` in message `.google.cloud.functions.v1.SourceRepository` is changed docs: A comment for field `url` in message `.google.cloud.functions.v1.HttpsTrigger` is changed
28685f723d feat: Expose the `FindNearest.distance_result_field` parameter feat: Expose the `FindNearest.distance_threshold` parameter
37b76d3790 feat: Updated protos and build files for Google Ads API v17
d89462962f feat: expose the new vpcflowlogs api proto
1f17bcaf61 feat: Allow v1 api calls for some dataset_service, llm_utility_service, and prediction_service apis without project and location
dba0d79077 feat: Allow v1beta1 api calls for some dataset_service, llm_utility_service, and prediction_service apis without project and location
9d6389cd9a feat: add evaluation service proto to v1
0a250ef231 chore(php): Migrate some GA APIs to NEW_SURFACE_ONLY
634d59e1f5 feat: add pointwise and pairwise metrics to evaluation service
2467774a1f chore: regenerate API index (#921)
d4acb64370 feat: add block_project_ssh_keys field to the v1alpha job API to block project level ssh keys access to Batch created VMs
7314e20f5e feat: add the TagResources API
f907e15b64 feat: add reservation affinity proto feat: add spot field to Vertex Prediction's Dedicated Resources and Custom Training's Scheduling Strategy docs: update the description for the deprecated GPU (K80)
333c1ece4e feat: add reservation affinity proto feat: add spot field to Vertex Prediction's Dedicated Resources and Custom Training's Scheduling Strategy docs: update the description for the deprecated GPU (K80)
00ed8aad1e docs: Refine usage scope for fields `task_execution` and `task_state` in StatusEvent
db79b1a514 feat: Adds AdaptiveMt HTML/Glossary support feat: Adds protos for Custom Translation API (AutoML) feat: Adds protos for Transliteration in V3 Advanced translate text feat: Adds protos for Romanization APIs docs: Fixes typos in docs
ae593946b7 feat: enable Dynamic Mute feat: New values `EXPLOITATION_FOR_PRIVILEGE_ESCALATION` corresponding to T1068 and `INDICATOR_REMOVAL_FILE_DELETION` corresponding to T1070.004 are added to enum `Technique` docs: T1068 is added for value `EXPLOITATION_FOR_PRIVILEGE_ESCALATION` and T1070.004 is added for value `INDICATOR_REMOVAL_FILE_DELETION` for enum `Technique
bc05924644 feat: Add Proactive Generative Knowledge Assist endpoints and types feat: Add Generator related services and types feat: Add GenerateStatelessSuggestion related endpoints and types docs: A comment for field `name` in message `.google.cloud.dialogflow.v2beta1.Conversation` is changed docs: A comment for field `conversation_stage` in message `.google.cloud.dialogflow.v2beta1.Conversation` is changed docs: A comment for field `filter` in message `.google.cloud.dialogflow.v2beta1.ListConversationsRequest` is changed docs: A comment for field `latest_message` in message `.google.cloud.dialogflow.v2beta1.SuggestConversationSummaryRequest` is changed docs: A comment for field `context_size` in message `.google.cloud.dialogflow.v2beta1.SuggestConversationSummaryRequest` is changed docs: A comment for field `assist_query_params` in message `.google.cloud.dialogflow.v2beta1.SuggestConversationSummaryRequest` is changed docs: A comment for field `latest_message` in message `.google.cloud.dialogflow.v2beta1.GenerateStatelessSummaryRequest` is changed docs: A comment for field `max_context_size` in message `.google.cloud.dialogflow.v2beta1.GenerateStatelessSummaryRequest` is changed docs: A comment for field `parent` in message `.google.cloud.dialogflow.v2beta1.SearchKnowledgeRequest` is changed docs: A comment for field `session_id` in message `.google.cloud.dialogflow.v2beta1.SearchKnowledgeRequest` is changed docs: A comment for field `conversation` in message `.google.cloud.dialogflow.v2beta1.SearchKnowledgeRequest` is changed docs: A comment for field `latest_message` in message `.google.cloud.dialogflow.v2beta1.SearchKnowledgeRequest` is changed docs: A comment for message `HumanAgentHandoffConfig` is changed docs: A comment for field `live_person_config` in message `.google.cloud.dialogflow.v2beta1.HumanAgentHandoffConfig` is changed docs: A comment for field `audio` in message `.google.cloud.dialogflow.v2beta1.AudioInput` is changed fix: An existing method_signature `parent` is fixed for method `BatchCreateMessages` in service `Conversations` fix: Changed field behavior for an existing field `parent` in message `.google.cloud.dialogflow.v2beta1.SearchKnowledgeRequest` fix: Changed field behavior for an existing field `session_id` in message `.google.cloud.dialogflow.v2beta1.SearchKnowledgeRequest`
dcbd1d4b2c feat: Add Proactive Generative Knowledge Assist endpoints and types feat: Add Generator related services and types feat: Add GenerateStatelessSuggestion related endpoints and types docs: A comment for field `name` in message `.google.cloud.dialogflow.v2.Conversation` is changed docs: A comment for field `conversation_stage` in message `.google.cloud.dialogflow.v2.Conversation` is changed docs: A comment for field `filter` in message `.google.cloud.dialogflow.v2.ListConversationsRequest` is changed docs: A comment for field `latest_message` in message `.google.cloud.dialogflow.v2.SuggestConversationSummaryRequest` is changed docs: A comment for field `context_size` in message `.google.cloud.dialogflow.v2.SuggestConversationSummaryRequest` is changed docs: A comment for field `assist_query_params` in message `.google.cloud.dialogflow.v2.SuggestConversationSummaryRequest` is changed docs: A comment for field `latest_message` in message `.google.cloud.dialogflow.v2.GenerateStatelessSummaryRequest` is changed docs: A comment for field `max_context_size` in message `.google.cloud.dialogflow.v2.GenerateStatelessSummaryRequest` is changed docs: A comment for field `parent` in message `.google.cloud.dialogflow.v2.SearchKnowledgeRequest` is changed docs: A comment for field `session_id` in message `.google.cloud.dialogflow.v2.SearchKnowledgeRequest` is changed docs: A comment for field `conversation` in message `.google.cloud.dialogflow.v2.SearchKnowledgeRequest` is changed docs: A comment for field `latest_message` in message `.google.cloud.dialogflow.v2.SearchKnowledgeRequest` is changed docs: A comment for message `HumanAgentHandoffConfig` is changed docs: A comment for field `live_person_config` in message `.google.cloud.dialogflow.v2.HumanAgentHandoffConfig` is changed docs: A comment for field `audio` in message `.google.cloud.dialogflow.v2.AudioInput` is changed fix: Changed field behavior for an existing field `parent` in message `.google.cloud.dialogflow.v2.SearchKnowledgeRequest` fix: Changed field behavior for an existing field `session_id` in message `.google.cloud.dialogflow.v2.SearchKnowledgeRequest`
a1cc0b437a feat: add the `comparisons` field to the `Metadata` resource feat: add the `comparisons` field to the `RunReportRequest`, `RunPivotReportRequest` resources feat: add the `Comparison` type feat: add the `ComparisonMetadata` type docs: a comment for field `custom_definition` in message `DimensionMetadata` is changed
6725aebbe1 feat: Add API Hub v1
c93b54fa30 feat: add fields and the BackupType proto for Hot Backups docs: clarify comments and fix typos
c37b7f00ae feat: enable Dynamic Mute feat: New values `EXPLOITATION_FOR_PRIVILEGE_ESCALATION` corresponding to T1068 and `INDICATOR_REMOVAL_FILE_DELETION` corresponding to T1070.004 are added to enum `Technique` docs: T1068 is added for value `EXPLOITATION_FOR_PRIVILEGE_ESCALATION` and T1070.004 is added for value `INDICATOR_REMOVAL_FILE_DELETION` for enum `Technique
f7bcaabac1 feat: A new field `imageless_mode` is added to message `.google.cloud.documentai.v1.ProcessRequest` feat: A new field `gen_ai_model_info` is added to message `.google.cloud.documentai.v1.ProcessorVersion`
b479bc2f1e feat: add `GetKeyEvent`, `CreateKeyEvent`, `ListKeyEvents`, `UpdateKeyEvent`, and `DeleteKeyEvent` methods feat: mark `GetConversionEvent`, `CreateConversionEvent`, `ListConversionEvents`, `UpdateConversionEvent`, and `DeleteConversionEvent` methods as deprecated docs: add deprecation comment to `GetConversionEvent`, `CreateConversionEvent`, `ListConversionEvents`, `UpdateConversionEvent`, and `DeleteConversionEvent` methods docs: improve comment formatting of the `parent` field in `CreateFirebaseLinkRequest` and `ListFirebaseLinksRequest` docs: improve comment formatting of the `name` field in `DeleteFirebaseLinkRequest`, `GetGlobalSiteTagRequest`, and `GetDataSharingSettingsRequest` docs: improve comment formatting of `account` and `property` fields in `SearchChangeHistoryEventsRequest` feat: add the `create_time` field to the `Audience` resource feat: add the `primary` field to the `ChannelGroup` resource feat: add `CreateBigQueryLink`, `UpdateBigQueryLink`, and `DeleteBigQueryLink` methods feat: add the `dataset_location` field to the `BigQueryLink` resource feat: add the `BIGQUERY_LINK` option to the `ChangeHistoryResourceType` enum feat: add the `gmp_organization` field to the `Account` resource fix!: Rename custom method `CreateSubpropertyRequest` to `ProvisionSubpropertyRequest` feat: add `GetEventEditRule`, `CreateEventEditRule`, `ListEventEditRules`, `UpdateEventEditRule`, `DeleteEventEditRule`, and `ReorderEventEditRules` methods to the Admin API v1 alpha
98e5657241 feat: support natural language understanding in search feat: support search as you type feature feat: allow set relevance threshold on search feat: support import and purge autocomplete data feat: populate more metadata in answer services feat: allow providing language info in data stores feat: add requirement service feat: support import data from AlloyDB feat: support add metadata for website uris docs: keep the API doc up-to-date with recent changes
24c5ee0917 feat: add file_stripe_level and directory_stripe_level fields to Instance
7b2b605b03 docs: mark DataplexTransferStatus.MIGRATED as deprecated
51c59a2099 feat: A new field `imageless_mode` is added to message `.google.cloud.documentai.v1.ProcessRequest` docs: Keep the API doc up-to-date with recent changes
d8fce50eea docs: Add public section
adcf14f548 docs: A comment for field `active_directory_id` in message `.google.cloud.netapp.v1.CreateActiveDirectoryRequest` is changed docs: A comment for field `backup_id` in message `.google.cloud.netapp.v1.CreateBackupRequest` is changed docs: A comment for field `backup_policy_id` in message `.google.cloud.netapp.v1.CreateBackupPolicyRequest` is changed docs: A comment for field `backup_vault_id` in message `.google.cloud.netapp.v1.CreateBackupVaultRequest` is changed docs: A comment for field `kms_config_id` in message `.google.cloud.netapp.v1.CreateKmsConfigRequest` is changed docs: A comment for field `transfer_bytes` in message `.google.cloud.netapp.v1.TransferStats` is changed docs: A comment for field `total_transfer_duration` in message `.google.cloud.netapp.v1.TransferStats` is changed docs: A comment for enum value `TRANSFERRING` in enum `MirrorState` is changed docs: A comment for field `replication_id` in message `.google.cloud.netapp.v1.CreateReplicationRequest` is changed docs: A comment for field `snapshot_id` in message `.google.cloud.netapp.v1.CreateSnapshotRequest` is changed docs: A comment for field `storage_pool_id` in message `.google.cloud.netapp.v1.CreateStoragePoolRequest` is changed docs: A comment for field `volume_id` in message `.google.cloud.netapp.v1.CreateVolumeRequest` is changed feat: A new field `administrators` is added to message `.google.cloud.netapp.v1.ActiveDirectory` feat: A new field `replica_zone` is added to message `.google.cloud.netapp.v1.StoragePool` feat: A new field `zone` is added to message `.google.cloud.netapp.v1.StoragePool` feat: A new field `large_capacity` is added to message `.google.cloud.netapp.v1.Volume` feat: A new field `multiple_endpoints` is added to message `.google.cloud.netapp.v1.Volume` feat: A new field `replica_zone` is added to message `.google.cloud.netapp.v1.Volume` feat: A new field `zone` is added to message `.google.cloud.netapp.v1.Volume`
29bff4c417 chore(dlp): fix ordering of Connection resource patterns
aa6fe3bc95 docs: replace HTML tags with CommonMark notation
e77b669b90 feat(spanner): Add support for Cloud Spanner Incremental Backups
87a20e3098 feat: v0_6 Launch feat: Enable hourly and geo segmentation feat: Adds start_time to customer_manager_link feat: Adds support for multimedia ads type feat: Adds support for average_quality_score feat: Adds SOCIAL_FACEBOOK_TRACKING_ONLY in advertising_sub_channel docs: A comment for message `SearchAds360Error` is changed docs: A comment for field `target_sp…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:python sdk Issue/PR related to Python SDK type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants