Skip to content

feat(apiregistry): add new clients#13723

Merged
shollyman merged 1 commit intogoogleapis:mainfrom
shollyman:librarian-onboard-apiregistry
Jan 23, 2026
Merged

feat(apiregistry): add new clients#13723
shollyman merged 1 commit intogoogleapis:mainfrom
shollyman:librarian-onboard-apiregistry

Conversation

@shollyman
Copy link
Copy Markdown
Contributor

PiperOrigin-RevId: 860067834

PiperOrigin-RevId: 860067834
@shollyman shollyman requested a review from a team as a code owner January 23, 2026 17:14
@shollyman shollyman requested a review from a team January 23, 2026 17:14
@snippet-bot
Copy link
Copy Markdown

snippet-bot bot commented Jan 23, 2026

Here is the summary of changes.

You are about to add 6 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
Copy Markdown
Contributor

Summary of Changes

Hello @shollyman, 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 adds the new API Registry V1 client to the repository. It includes the necessary protobuf definitions, client files, and updates to the librarian state to incorporate the new client. This addition expands the API Registry's capabilities by providing a new version for use.

Highlights

  • API Registry V1 Addition: This PR introduces the new API Registry V1, adding necessary clients and protobuf definitions.
  • Librarian State Update: The .librarian/state.yaml file is modified to include the new API Registry V1 client, updating the last_generated_commit and adding paths for the new client.
  • File Additions: New files are added for the API Registry V1, including .repo-metadata.json, common.pb.go, resources.pb.go, service.pb.go, service_grpc.pb.go, auxiliary.go, auxiliary_go123.go, cloud_api_registry_client.go, cloud_api_registry_client_example_go123_test.go, cloud_api_registry_client_example_test.go, doc.go, and gapic_metadata.json.
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
Copy Markdown
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 adds new clients for the apiregistry, including updates to the state.yaml file and the addition of several new files related to the apiregistry v1 API. The changes include new protobuf definitions, gRPC service definitions, and client libraries. I have identified a potential issue with the copyright year in the added files, which should be reviewed.

@@ -0,0 +1,165 @@
// Copyright 2026 Google LLC
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The copyright year is set to 2026. Please confirm this is the correct year.

@@ -0,0 +1,425 @@
// Copyright 2026 Google LLC
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The copyright year is set to 2026. Please confirm this is the correct year.

@@ -0,0 +1,662 @@
// Copyright 2026 Google LLC
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The copyright year is set to 2026. Please confirm this is the correct year.

@@ -0,0 +1,241 @@
// Copyright 2026 Google LLC
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The copyright year is set to 2026. Please confirm this is the correct year.

@@ -0,0 +1,164 @@
// Copyright 2026 Google LLC
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The copyright year is set to 2026. Please confirm this is the correct year.

@@ -0,0 +1,53 @@
// Copyright 2026 Google LLC
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The copyright year is set to 2026. Please confirm this is the correct year.

@@ -0,0 +1,53 @@
// Copyright 2026 Google LLC
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The copyright year is set to 2026. Please confirm this is the correct year.

@@ -0,0 +1,66 @@
// Copyright 2026 Google LLC
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The copyright year is set to 2026. Please confirm this is the correct year.

@@ -0,0 +1,66 @@
// Copyright 2026 Google LLC
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The copyright year is set to 2026. Please confirm this is the correct year.

@@ -0,0 +1,66 @@
// Copyright 2026 Google LLC
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

The copyright year is set to 2026. Please confirm this is the correct year.

@shollyman shollyman merged commit c639b28 into googleapis:main Jan 23, 2026
10 checks passed
gagangupt16 pushed a commit to gagangupt16/google-cloud-go that referenced this pull request Jan 27, 2026
krishnamd-jkp pushed a commit that referenced this pull request Jan 28, 2026
parthea pushed a commit that referenced this pull request Jan 29, 2026
PR created by the Librarian CLI to initialize a release. Merging this PR
will auto trigger a release.

Librarian Version: v0.0.0-20251218164811-cd2252e38d0a
Language Image:
us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian-go@sha256:01189c9771ac4150742aed38eb52e19a008018889066002742034b7f82db070f
<details><summary>apiregistry: 0.2.0</summary>

##
[0.2.0](apiregistry/v0.1.0...apiregistry/v0.2.0)
(2026-01-29)

### Features

* add new clients (#13723) (PiperOrigin-RevId: 860067834)
([c639b28](c639b283))

</details>


<details><summary>cloudquotas: 1.5.0</summary>

##
[1.5.0](cloudquotas/v1.4.0...cloudquotas/v1.5.0)
(2026-01-29)

### Documentation

* another bulk typo correction (#13527)
([90a4f21](90a4f21f))

* fix typo in README.md entries (#13526)
([ac32b85](ac32b851))

* Correct typo in comment for field `quota_id` (PiperOrigin-RevId:
859139909)
([d8ea738](d8ea738a))

</details>


<details><summary>cloudsecuritycompliance: 0.1.0</summary>

##
[0.1.0](cloudsecuritycompliance/v0.0.0...cloudsecuritycompliance/v0.1.0)
(2026-01-29)

### Features

* add new clients (#13660) (PiperOrigin-RevId: 799477610)
([fedc428](fedc428c))

</details>


<details><summary>container: 1.46.0</summary>

##
[1.46.0](container/v1.45.0...container/v1.46.0)
(2026-01-29)

### Features

* Add NodeDrainConfig to NodePool to configure node draining behavior
(PiperOrigin-RevId: 859731311)
([d8ea738](d8ea738a))

* Add RegistryHostConfig to ContainerdConfig for containerd registry
host configuration (PiperOrigin-RevId: 859731311)
([d8ea738](d8ea738a))

* Add ManagedOpenTelemetryConfig to Cluster to manage the OpenTelemetry
pipeline (PiperOrigin-RevId: 859731311)
([d8ea738](d8ea738a))

* Add AutopilotGeneralProfile to ClusterAutoscaling to configure
Autopilot profiles (PiperOrigin-RevId: 859731311)
([d8ea738](d8ea738a))

* Add SHORT_LIVED as a NodePoolUpdateStrategy (PiperOrigin-RevId:
859731311)
([d8ea738](d8ea738a))

* Add SliceControllerConfig to AddonsConfig to manage the Slice
Controller addon (PiperOrigin-RevId: 859731311)
([d8ea738](d8ea738a))

* Add SwapConfig to enable and configure swap memory for node pools
(PiperOrigin-RevId: 859731311)
([d8ea738](d8ea738a))

* Add DisruptionEvent to provide details on node disruption events
(PiperOrigin-RevId: 859731311)
([d8ea738](d8ea738a))

* Add DRAINING status to AdditionalIPRangesConfig for subnet draining
(PiperOrigin-RevId: 859731311)
([d8ea738](d8ea738a))

* Add consolidation_delay to configure Cluster Autoscaler node
consolidation delay (PiperOrigin-RevId: 859731311)
([d8ea738](d8ea738a))

* Add GPUDirectConfig to configure GPU Direct for node pools
(PiperOrigin-RevId: 859731311)
([d8ea738](d8ea738a))

* Allow specifying subnetwork in NodeNetworkConfig during node pool
creation (PiperOrigin-RevId: 859731311)
([d8ea738](d8ea738a))

### Documentation

* A comment for field `cluster_ipv4_cidr_block` in message
`.google.container.v1.IPAllocationPolicy` is changed (PiperOrigin-RevId:
859731311)
([d8ea738](d8ea738a))

* A comment for field `subnetwork` in message
`.google.container.v1.NodeNetworkConfig` is changed (PiperOrigin-RevId:
859731311)
([d8ea738](d8ea738a))

* A comment for field `tpu_ipv4_cidr_block` in message
`.google.container.v1.IPAllocationPolicy` is changed (PiperOrigin-RevId:
859731311)
([d8ea738](d8ea738a))

* A comment for field `recurrence` in message
`.google.container.v1.RecurringTimeWindow` is changed
(PiperOrigin-RevId: 859731311)
([d8ea738](d8ea738a))

* A comment for field `services_ipv4_cidr_block` in message
`.google.container.v1.IPAllocationPolicy` is changed (PiperOrigin-RevId:
859731311)
([d8ea738](d8ea738a))

* A comment for field `services_ipv4_cidr` in message
`.google.container.v1.Cluster` is changed (PiperOrigin-RevId: 859731311)
([d8ea738](d8ea738a))

* A comment for field `tpu_ipv4_cidr_block` in message
`.google.container.v1.Cluster` is changed (PiperOrigin-RevId: 859731311)
([d8ea738](d8ea738a))

* A comment for field `sysctls` in message
`.google.container.v1.LinuxNodeConfig` is changed (PiperOrigin-RevId:
859731311)
([d8ea738](d8ea738a))

* A comment for field `cluster_ipv4_cidr` in message
`.google.container.v1.Cluster` is changed (PiperOrigin-RevId: 859731311)
([d8ea738](d8ea738a))

* A comment for field `node_ipv4_cidr_block` in message
`.google.container.v1.IPAllocationPolicy` is changed (PiperOrigin-RevId:
859731311)
([d8ea738](d8ea738a))

* A comment for field `gcp_secret_manager_certificate_config` in message
`.google.container.v1.ContainerdConfig` is changed (PiperOrigin-RevId:
859731311)
([d8ea738](d8ea738a))

</details>


<details><summary>documentai: 1.40.0</summary>

##
[1.40.0](documentai/v1.39.0...documentai/v1.40.0)
(2026-01-29)

### Documentation

* Fixed language issues in multiple message field descriptions
(PiperOrigin-RevId: 859310712)
([d8ea738](d8ea738a))

* Regenerated REST and RPC Document AI documentation to include missing
changes from September 2024 to November 2025 (PiperOrigin-RevId:
859310712)
([d8ea738](d8ea738a))

</details>


<details><summary>networkmanagement: 1.22.0</summary>

##
[1.22.0](networkmanagement/v1.21.0...networkmanagement/v1.22.0)
(2026-01-29)

### Features

* add fields and messages for GKE Pods and IP masquerading
(PiperOrigin-RevId: 859595508)
([d8ea738](d8ea738a))

</details>


<details><summary>retail: 1.26.0</summary>

##
[1.26.0](retail/v1.25.1...retail/v1.26.0)
(2026-01-29)

### Features

* add a user_attributes field in SearchRequest that can be used for
personalization (PiperOrigin-RevId: 861314205)
([d8ea738](d8ea738a))

* add a model_scores field in SearchResponse.results to expose model
quality signals (PiperOrigin-RevId: 861314205)
([d8ea738](d8ea738a))

</details>
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