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 December 1, 2025 09:04
@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 an API regeneration across multiple Google API client libraries. The primary goal is to synchronize the client libraries with the latest upstream API definitions, introducing new features, correcting existing descriptions, and expanding supported functionalities. These updates ensure that developers using these libraries have access to the most current API capabilities and improved data handling mechanisms.

Highlights

  • Admin Directory API Updates: The Admin Directory API (admin.directory_v1) now includes a new createGuest method under the users collection, allowing for the creation of guest users. This update also introduces new schemas like DirectoryUsersCreateGuestRequest and GuestAccountInfo, and adds guestAccountInfo and isGuestUser properties to the User schema.
  • Admin Reports API Expansion: The Admin Reports API (admin.reports_v1) has expanded its applicationName enum to include new values for activity reports: directory_sync, ldap, profile, and access_evaluation, providing more granular reporting options.
  • Cloud Identity API Description Correction: A minor correction has been made in the Cloud Identity API (cloudidentity.v1beta1), updating the description for the name parameter in the Delete policy method to accurately reflect its purpose as 'delete' instead of 'retrieve'.
  • Contact Center Insights Export Schema Versions: The Contact Center Insights API (contactcenterinsights.v1) now supports additional export schema versions, specifically EXPORT_V12, EXPORT_V13, and EXPORT_V14, enhancing data export capabilities.
  • Deployment Manager Operation Metadata: The Deployment Manager APIs (deploymentmanager.alpha, v2, v2beta) have been updated to include FirewallPolicyRuleOperationMetadata within their Operation schemas, providing more detailed information about firewall policy rule operations.
  • Runtime Config List Operations Enhancements: The Runtime Config API (runtimeconfig.v1) introduces a new returnPartialSuccess query parameter for the ListOperations method and an unreachable field in the ListOperationsResponse, improving the handling of partial success scenarios and unreachable resources.
  • YouTube Data API Video Statistics: The YouTube Data API (youtube.v3) now features a new videos.batchGetStats method, enabling the retrieval of statistics for multiple videos in a single request. This update also adds new related schemas such as BatchGetStatsResponse, VideoStat, VideoStatsContentDetails, VideoStatsSnippet, and VideoStatsStatistics.
  • Client Library Version Updates: Several generated C# client libraries have received version bumps, along with updates to their Google.Apis and Google.Apis.Auth package references, reflecting the latest API definitions and dependencies.
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. It introduces several new features across different services, such as guest user creation in the Admin SDK Directory API, new application names for activity reports in the Reports API, and a new batchGetStats endpoint for videos in the YouTube API. It also includes a helpful documentation fix in the Cloud Identity API. My review identified two minor inconsistencies in the new YouTube API definition where parameters are described as 'Required' in their descriptions but are not marked as such in the API schema. These have been flagged for correction to avoid confusion for developers.

"type": "string"
},
"part": {
"description": "Required. The `**part**` parameter specifies a comma-separated list of one or more `videoStat` resource properties that the API response will include. If the parameter identifies a property that contains child properties, the child properties will be included in the response. For example, in a `videoStat` resource, the `statistics` property contains `view_count` and `like_count`. As such, if you set `**part=snippet**`, the API response will contain all of those properties.",

Choose a reason for hiding this comment

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

medium

The description for the part parameter states that it is "Required". However, the schema for this parameter is missing the "required": true property. This inconsistency can be misleading for developers using the API. Please add "required": true to the parameter definition if it is indeed mandatory.

"type": "string"
},
"videoIds": {
"description": "Required. Return videos with the given ids.",

Choose a reason for hiding this comment

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

medium

The description for the videoIds parameter states that it is "Required". However, the schema for this parameter is missing the "required": true property. This inconsistency can be misleading for developers using the API. Please add "required": true to the parameter definition if it is indeed mandatory.

@jskeet jskeet merged commit b5ee0eb into main Dec 1, 2025
5 checks passed
@jskeet jskeet deleted the release-2025-12-01.09-02-31 branch December 1, 2025 09:09
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