Skip to content

Conversation

@amanda-tarafa
Copy link
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 October 22, 2025 08:05
@gemini-code-assist
Copy link

Summary of Changes

Hello @amanda-tarafa, 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 performs a comprehensive API regeneration across several Google Cloud services, ensuring that the client libraries reflect the latest API specifications. It introduces new functionalities such as Ruby package support in Artifact Registry, index management in BigQuery, advanced scheduling in BigQuery Reservation, and enhanced role management in Google Chat. Additionally, it adds a new client library for Dataform v1 and includes various descriptive improvements and corrections across other services, all while updating library versions and dependencies.

Highlights

  • API Regeneration: Multiple API client libraries have been regenerated to incorporate the latest API definitions, leading to new features, fields, and updated descriptions across various services.
  • New Dataform v1 Client Library: A new client library for Dataform v1 has been introduced, including its Discovery JSON and C# project file, and has been added to the main README documentation.
  • Artifact Registry Updates: The Artifact Registry API now supports 'RUBY' as a package format and includes an updated description for the 'GENERIC' package format.
  • BigQuery Enhancements: The BigQuery API has been updated to include an 'indexId' field within 'IndexPruningStats' for better index management.
  • BigQuery Reservation Scheduling Policies: The BigQuery Reservation API now includes a new 'SchedulingPolicy' schema and integrates 'schedulingPolicy' fields into 'Assignment' and 'Reservation' resources, allowing for more granular control over resource distribution.
  • Google Chat Role and Permission Updates: The Google Chat API introduces a new 'ROLE_ASSISTANT_MANAGER' for membership roles and an 'assistantManagersAllowed' field in 'PermissionSetting', alongside an updated description for the 'customer' field in 'Space' resources.
  • Firebase ML Function Descriptions: The Firebase ML API has updated the description for 'excludedPredefinedFunctions' to provide clearer guidance on their usage.
  • NetApp Crypto Key Format Correction: Both NetApp v1 and v1beta1 APIs have corrected the format description for the 'cryptoKeyName' field.
  • Payments Reseller Subscription Cycle Options: The Payments Reseller Subscription API now includes 'cycleOptions' in the 'CreateSubscriptionIntent' for more flexible subscription creation.
  • Google Places Moved Place Information: The Google Places API now provides 'movedPlace' and 'movedPlaceId' fields within 'GoogleMapsPlacesV1Place' to indicate if a place has permanently closed and moved.
  • reCAPTCHA Enterprise Assessment Reasons: The reCAPTCHA Enterprise API has added 'UNEXPECTED_ACTION' as a new assessment reason and refined the description for the 'client' field.
  • Dependency Version Updates: All affected client libraries have had their package versions incremented and core Google.Apis and Google.Apis.Auth dependencies updated to version 1.72.0.
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.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

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.

Copy link

@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 appears to be an automated API regeneration, updating various discovery documents and generated client libraries. The changes introduce new features, fields, and documentation improvements across multiple services. My review identified a couple of minor issues in the generated C# code where XML documentation comments have awkward line breaks due to the generator's line wrapping, which can affect documentation readability and rendering. I've provided suggestions to correct these.

Comment on lines +2731 to +2732
/// Optional. By default, [predefined
/// functions](https://cloud.google.com/vertex-ai/generative-ai/docs/computer-use#supported-actions) are

Choose a reason for hiding this comment

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

medium

The markdown link in the documentation comment is broken across two lines due to automatic line wrapping. This will prevent it from rendering correctly in IDEs and generated documentation.

        /// Optional. By default, [predefined functions](https://cloud.google.com/vertex-ai/generative-ai/docs/computer-use#supported-actions) are

Comment on lines +9372 to +9373
/// the app. This field isn't populated for direct messages (DMs) or when the space is created by non-Google
/// Workspace users.

Choose a reason for hiding this comment

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

medium

The line break in the middle of "non-Google Workspace users" is awkward and harms readability. Adjusting the wrapping would improve the documentation.

        /// the app. This field isn't populated for direct messages (DMs) or when the space is created by
        /// non-Google Workspace users.

@jskeet jskeet merged commit 6e55268 into main Oct 22, 2025
5 checks passed
@jskeet jskeet deleted the release-2025-10-22.08-02-23 branch October 22, 2025 09:44
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.

3 participants