Skip to content

feat(google/cloud/agentidentity/v1beta): onboard a new library - #9013

Merged
quirogas merged 1 commit into
googleapis:mainfrom
quirogas:chore-onboard-library-2026-07-29-google/cloud/agentidentity/v1beta
Jul 29, 2026
Merged

feat(google/cloud/agentidentity/v1beta): onboard a new library#9013
quirogas merged 1 commit into
googleapis:mainfrom
quirogas:chore-onboard-library-2026-07-29-google/cloud/agentidentity/v1beta

Conversation

@quirogas

Copy link
Copy Markdown
Contributor

No description provided.

@quirogas quirogas self-assigned this Jul 29, 2026
@quirogas
quirogas requested a review from a team as a code owner July 29, 2026 18:26
@github-actions
github-actions Bot requested a review from feywind July 29, 2026 18:26

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

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.

Code Review

This pull request introduces the new @google-cloud/agentidentity package, adding its protobuf definitions, auto-generated samples, and package configuration. However, the critical client implementation file auth_provider_service_client.ts is missing, which will cause compilation to fail. Additionally, feedback suggests adding the types field to package.json for TypeScript consumers and removing the unnecessary dom library from tsconfig.json to prevent global namespace pollution.

// ** https://github.com/googleapis/gapic-generator-typescript **
// ** All changes to this file may be overwritten. **

export { AuthProviderServiceClient } from './auth_provider_service_client';

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.

critical

The client implementation file auth_provider_service_client.ts is missing from this pull request. Since index.ts attempts to export AuthProviderServiceClient from ./auth_provider_service_client, the TypeScript compilation will fail. Please ensure that all generated source files (including the client implementation and unit tests) are committed and included in this PR.

"license": "Apache-2.0",
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-agentidentity",
"author": "Google LLC",
"main": "build/src/index.js",

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 package.json file is missing the types field. For TypeScript consumers to properly resolve the type definitions of this package, please specify the types field pointing to the compiled declaration file.

  "main": "build/src/index.js",
  "types": "build/src/index.d.ts",

Comment thread packages/google-cloud-agentidentity/tsconfig.json
@quirogas
quirogas merged commit acd5989 into googleapis:main Jul 29, 2026
34 checks passed
@release-please release-please Bot mentioned this pull request Jul 29, 2026
danieljbruce pushed a commit that referenced this pull request Jul 29, 2026
🤖 I have created a release *beep* *boop*
---


<details><summary>common: 7.0.0</summary>

##
[7.0.0](common-v6.1.0...common-v7.0.0)
(2026-07-29)


### ⚠ BREAKING CHANGES

* Update common to minimum Node version of 22.
([#8988](#8988))

### Features

* Update common to minimum Node version of 22.
([#8988](#8988))
([d38c05a](d38c05a)),
refs
[#8985](#8985)
</details>

<details><summary>agentidentity: 0.1.0</summary>

## 0.1.0 (2026-07-29)


### Features

* **google/cloud/agentidentity/v1beta:** Onboard a new library
([#9013](#9013))
([acd5989](acd5989))
* **google/cloud/agentidentity/v1:** Onboard a new library
([#9014](#9014))
([b4cef83](b4cef83))
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
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