Skip to content

Conversation

@parthea
Copy link
Contributor

@parthea parthea commented Jan 27, 2026

PR created by the Librarian CLI to generate Cloud Client Libraries code from protos.

BEGIN_COMMIT

BEGIN_NESTED_COMMIT
feat: Update Compute Engine v1beta API to revision 20251230 (#1143)

PiperOrigin-RevId:
Library-IDs: google-cloud-compute-v1beta
Source-link: googleapis/googleapis@741fcad2
END_NESTED_COMMIT

END_COMMIT

This pull request is generated with proto changes between
googleapis/googleapis@136a2c43
(exclusive) and
googleapis/googleapis@741fcad2
(inclusive).

Librarian Version: v0.7.0
Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:56f26eaebaf1b4a9f174a72e00d091a1364997e17201dbad1aea099ddbda3a3e

@parthea parthea requested review from a team as code owners January 27, 2026 19:10
@snippet-bot
Copy link

snippet-bot bot commented Jan 27, 2026

Here is the summary of changes.

You are about to add 2 region tags.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @parthea, 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 is an automated update to the Google Cloud Client Libraries for the Compute Engine v1beta API. It primarily focuses on expanding the API's capabilities by introducing new resources and operations related to managing members within regional Multi-MIGs, alongside other minor API enhancements. The changes ensure the client library remains synchronized with the latest API definitions.

Highlights

  • New API Service: RegionMultiMigMembers: This pull request introduces a new API service, RegionMultiMigMembers, to the Compute Engine v1beta client library. This service provides functionality to manage members of regional Multi-MIGs (Managed Instance Groups).
  • New Data Types and Requests: Several new data types and request objects have been added to support the RegionMultiMigMembers service, including MultiMigMember, MultiMigMemberList, MultiMigMemberStatus, GetRegionMultiMigMemberRequest, and ListRegionMultiMigMembersRequest. Additionally, new fields like LicenseParams, NetworkProfileNetworkFeaturesPredefinedSubnetworkRange, and StoragePoolParams have been integrated into existing API resources.
  • Client Library Updates: The client library's core files (__init__.py, gapic_metadata.json) have been updated to incorporate the new service and its associated methods and types. This includes new client and pager implementations for RegionMultiMigMembers.
  • Test and Documentation Generation: New unit tests and sample code snippets have been generated for the RegionMultiMigMembers service, ensuring coverage and providing examples for usage. Corresponding documentation files have also been added or updated.
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
Contributor

@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 introduces the RegionMultiMigMembers API to the Google Cloud Compute v1beta library. It includes adding new files for the API's client, pagers, and transports, as well as modifying existing files to incorporate the new service. The changes involve updating the librarian state, adding documentation, and modifying the __init__.py files to include the new API.

@@ -0,0 +1,1035 @@
# -*- coding: utf-8 -*-
# Copyright 2025 Google LLC
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Copyright headers should reflect the current year.

Suggested change
# Copyright 2025 Google LLC
# Copyright 2026 Google LLC

@@ -0,0 +1,18 @@
# -*- coding: utf-8 -*-
# Copyright 2025 Google LLC
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Copyright headers should reflect the current year.

Suggested change
# Copyright 2025 Google LLC
# Copyright 2026 Google LLC

@@ -0,0 +1,117 @@
# -*- coding: utf-8 -*-
# Copyright 2025 Google LLC
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Copyright headers should reflect the current year.

Suggested change
# Copyright 2025 Google LLC
# Copyright 2026 Google LLC

@@ -0,0 +1,35 @@
# -*- coding: utf-8 -*-
# Copyright 2025 Google LLC
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Copyright headers should reflect the current year.

Suggested change
# Copyright 2025 Google LLC
# Copyright 2026 Google LLC

@@ -0,0 +1,187 @@
# -*- coding: utf-8 -*-
# Copyright 2025 Google LLC
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Copyright headers should reflect the current year.

Suggested change
# Copyright 2025 Google LLC
# Copyright 2026 Google LLC

@@ -0,0 +1,602 @@
# -*- coding: utf-8 -*-
# Copyright 2025 Google LLC
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Copyright headers should reflect the current year.

Suggested change
# Copyright 2025 Google LLC
# Copyright 2026 Google LLC

@@ -0,0 +1,183 @@
# -*- coding: utf-8 -*-
# Copyright 2025 Google LLC
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Copyright headers should reflect the current year.

Suggested change
# Copyright 2025 Google LLC
# Copyright 2026 Google LLC

@parthea parthea merged commit 7260dd4 into main Jan 28, 2026
24 of 26 checks passed
@parthea parthea deleted the librarian-20260127T190835Z branch January 28, 2026 17:04
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