Skip to content

feat: API regeneration: release-2026-03-23.08-02-43#3141

Merged
jskeet merged 83 commits intomainfrom
release-2026-03-23.08-02-43
Mar 23, 2026
Merged

feat: API regeneration: release-2026-03-23.08-02-43#3141
jskeet merged 83 commits intomainfrom
release-2026-03-23.08-02-43

Conversation

@amanda-tarafa
Copy link
Copy Markdown
Contributor

Changes in this PR will be published to Nuget on the next release cycle.

@amanda-tarafa amanda-tarafa requested a review from a team as a code owner March 23, 2026 08:08
@gemini-code-assist
Copy link
Copy Markdown

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request focuses on updating the Google APIs .NET Client Library through API regeneration. It incorporates the latest changes in various Google services, including updates to existing discovery JSON files and the addition of a new API, Agent Registry. These updates ensure that the library remains current with the latest API definitions and features.

Highlights

  • API Regeneration: This pull request includes the latest API regeneration for the release-2026-03-23.08-02-43 cycle, updating multiple discovery JSON files and adding a new one.
  • Discovery JSON Updates: Several discovery JSON files, such as adexchangebuyer2.v2beta1.json, admin.reports_v1.json, androidpublisher.v3.json, apphub.v1.json, apphub.v1alpha.json, bigquerydatatransfer.v1.json, chat.v1.json, cloudasset.v1.json, cloudasset.v1beta1.json, cloudasset.v1p1beta1.json, cloudasset.v1p5beta1.json, cloudasset.v1p7beta1.json, clouddeploy.v1.json, cloudidentity.v1beta1.json, cloudkms.v1.json, cloudsearch.v1.json, connectors.v1.json, container.v1.json, containeranalysis.v1.json, containeranalysis.v1alpha1.json, containeranalysis.v1beta1.json, dataform.v1.json, dataform.v1beta1.json, datastream.v1.json, datastream.v1alpha1.json, deploymentmanager.alpha.json, deploymentmanager.v2.json, deploymentmanager.v2beta.json, developerconnect.v1.json, dialogflow.v2.json, dialogflow.v2beta1.json, dialogflow.v3.json, dialogflow.v3beta1.json, documentai.v1.json, documentai.v1beta3.json, drive.v2.json, gkehub.v1.json, gkehub.v1alpha.json, gkehub.v1beta.json, gkehub.v2.json, gkehub.v2alpha.json, gkehub.v2beta.json, hypercomputecluster.v1.json, iam.v1.json, iap.v1.json, logging.v2.json, meet.v2.json, merchantapi.accounts_v1.json, merchantapi.accounts_v1beta.json, merchantapi.products_v1.json, metastore.v1.json, metastore.v1alpha.json, metastore.v1beta.json, networkservices.v1.json, networkservices.v1beta1.json, ondemandscanning.v1.json, ondemandscanning.v1beta1.json, orgpolicy.v2.json, policysimulator.v1.json, policysimulator.v1beta.json, pubsub.v1.json, run.v1.json, run.v2.json, securityposture.v1.json, serviceusage.v1.json, serviceusage.v1beta1.json, sts.v1.json, sts.v1beta.json, toolresults.v1beta3.json, and youtube.v3.json were updated.
  • New Discovery JSON: A new discovery JSON file, agentregistry.v1alpha.json, was added, introducing the Agent Registry API.
  • Nuget Publication: The changes in this pull request will be published to Nuget during the next release cycle.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@jskeet jskeet merged commit b4cf28f into main Mar 23, 2026
6 checks passed
@jskeet jskeet deleted the release-2026-03-23.08-02-43 branch March 23, 2026 08:18
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request contains a large number of automated updates for API discovery documents, reflecting new features, deprecations, and documentation improvements across many Google Cloud services. My review focused on the consistency and clarity of these changes. Overall, the updates are beneficial, enhancing the accuracy and usability of the API definitions. I've identified a few minor areas where descriptions could be clearer or more consistent to prevent potential confusion for developers. These are detailed in the specific comments.

"type": "string"
},
"serviceId": {
"description": "Required. The ID to use for the service, which will become the final component of the service's resource name. This value should be 4-63 characters, and valid characters are `/a-z-/`.",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The description for serviceId states that valid characters are /a-z-/. This is ambiguous. It's unclear if slashes are permitted or are just delimiters in the description. Typically, resource IDs follow a pattern like [a-z]([a-z0-9-]{0,61}[a-z0-9])?. Please clarify the set of valid characters to avoid confusion for developers.

],
"parameters": {
"filter": {
"description": "Optional. Filter for the transfer resources. Currently supported filters include: * Resource name: `name` - Wildcard supported * Resource type: `type` * Resource destination: `destination` * Latest resource state: `latest_status_detail.state` * Last update time: `update_time` - RFC-3339 format * Parent table name: `hierarchy_detail.partition_detail.table` Multiple filters can be applied using the `AND/OR` operator. Examples: * `name=\"*123\" AND (type=\"TABLE\" OR latest_status_detail.state=\"SUCCEEDED\")` * `update_time >= \"2012-04-21T11:30:00-04:00` * `hierarchy_detail.partition_detail.table = \"table1\"`",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There appears to be a typo in an example for the filter parameter. The example update_time >= "2012-04-21T11:30:00-04:00 is missing a closing double quote. It should likely be update_time >= "2012-04-21T11:30:00-04:00".

"id": "AlertPolicyCheck",
"properties": {
"alertPolicies": {
"description": "Required. The Cloud Monitoring Alert Policies to check for active alerts. Format is `projects/{project}/alertPolicies/{alert_policy}`.",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The format description for alertPolicies is projects/{project}/alertPolicies/{alert_policy}. However, the corresponding status field AlertPolicyCheckStatus.alertPolicies (line 2510) uses the format projects/{project}/locations/{location}/alertPolicies/{alertPolicy}, which includes the location. Please ensure the format is consistent and correct. If the location is required, it should be included in this description as well.

Comment on lines +14094 to +14102
"enumDescriptions": [
"",
"",
"",
"",
"",
"",
""
],
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The enumDescriptions for generatorType are all empty strings. Please provide meaningful descriptions for each enum value (FREE_FORM, AGENT_COACHING, etc.) to clarify their purpose.

Comment on lines +10450 to +10457
"enumDescriptions": [
"",
"",
"",
"",
"",
""
],
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The enumDescriptions for endState in GoogleCloudDialogflowCxV3TraceBlock are all empty strings. Please add descriptions for each state (OUTPUT_STATE_OK, OUTPUT_STATE_CANCELLED, etc.) to explain what they represent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants