Merged
Conversation
PiperOrigin-RevId: 874689837
Contributor
There was a problem hiding this comment.
Code Review
This pull request adds a new client for the ces (Gemini Enterprise for Customer Experience) API. The changes include adding the necessary configuration in .librarian/state.yaml, along with all the generated Go files for the apiv1beta client. However, there's a critical issue in the .librarian/state.yaml configuration where the remove_regex section is configured to remove most of the newly added files, which defeats the purpose of adding the new client. This needs to be corrected.
shollyman
approved these changes
Feb 24, 2026
ohmayr
pushed a commit
that referenced
this pull request
Feb 26, 2026
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release. Librarian Version: v0.0.0-20260216162532-e323d455c92b Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian-go@sha256:19bb93e8f1f916c61b597db2bad65dc432f79baaabb210499d7d0e4ad1dffe29 <details><summary>aiplatform: v1.118.0</summary> ## [v1.118.0](aiplatform/v1.117.0...aiplatform/v1.118.0) (2026-02-26) ### Features * Add v1 API version for Session Service (PiperOrigin-RevId: 874707222) ([b21a3b8](b21a3b84)) * Add transcription fields to Session Service (PiperOrigin-RevId: 874707222) ([b21a3b8](b21a3b84)) * Add image_spec to Reasoning Engine public protos (PiperOrigin-RevId: 874850930) ([b21a3b8](b21a3b84)) ### Documentation * A comment for field `ttl` in message `.google.cloud.aiplatform.v1beta1.Session` is changed (PiperOrigin-RevId: 874707222) ([b21a3b8](b21a3b84)) * A comment for field `filter` in message `.google.cloud.aiplatform.v1beta1.ListSessionsRequest` is changed (PiperOrigin-RevId: 874707222) ([b21a3b8](b21a3b84)) * A comment for field `expire_time` in message `.google.cloud.aiplatform.v1beta1.Session` is changed (PiperOrigin-RevId: 874707222) ([b21a3b8](b21a3b84)) </details> <details><summary>ces: v0.1.0</summary> ## [v0.1.0](ces/v0.0.0...ces/v0.1.0) (2026-02-26) ### Features * add new clients (#13889) (PiperOrigin-RevId: 874689837) ([6ddbda6](6ddbda65)) </details> <details><summary>compute: v1.55.0</summary> ## [v1.55.0](compute/v1.54.0...compute/v1.55.0) (2026-02-26) ### Features * Update Compute Engine v1beta API to revision 20260206 (googleapis/googleapis#1159) ([b21a3b8](b21a3b84)) * Update Compute Engine v1beta API to revision 20260106 (#1147) ([b21a3b8](b21a3b84)) * Update Compute Engine v1 API to revision 20260106 (#1148) ([b21a3b8](b21a3b84)) </details> <details><summary>datamanager: v0.2.0</summary> ## [v0.2.0](datamanager/v0.1.0...datamanager/v0.2.0) (2026-02-26) ### Features * add `UserListDirectLicense` resource (PiperOrigin-RevId: 873059573) ([b21a3b8](b21a3b84)) * add `PartnerLink` resource (PiperOrigin-RevId: 873059573) ([b21a3b8](b21a3b84)) * add `IngestUserIdDataStatus` to `IngestAudienceMembersStatus` to report the status of user ID data ingestion (PiperOrigin-RevId: 873059573) ([b21a3b8](b21a3b84)) * add `MarketingDataInsightsService` for retrieving marketing data insights for a given user list (PiperOrigin-RevId: 873059573) ([b21a3b8](b21a3b84)) * add `GOOGLE_AD_MANAGER_AUDIENCE_LINK` to the `AccountType` enum (PiperOrigin-RevId: 873059573) ([b21a3b8](b21a3b84)) * add new `ErrorReason` values for licensing, user list operations, and permission checks (PiperOrigin-RevId: 873059573) ([b21a3b8](b21a3b84)) * add `UserListGlobalLicenseCustomerInfo` resource (PiperOrigin-RevId: 873059573) ([b21a3b8](b21a3b84)) * add `UserListGlobalLicense` resource (PiperOrigin-RevId: 873059573) ([b21a3b8](b21a3b84)) * add `RemoveUserIdDataStatus` to `RemoveAudienceMembersStatus` to report the status of user ID data removal (PiperOrigin-RevId: 873059573) ([b21a3b8](b21a3b84)) * add `PpidData` to `AudienceMember` to support Publisher Provided ID (PPID) in audience member ingestion (PiperOrigin-RevId: 873059573) ([b21a3b8](b21a3b84)) * add `UserList` resource (PiperOrigin-RevId: 873059573) ([b21a3b8](b21a3b84)) * add `RemovePpidDataStatus` to `RemoveAudienceMembersStatus` to report the status of PPID data removal (PiperOrigin-RevId: 873059573) ([b21a3b8](b21a3b84)) * add `IngestPpidDataStatus` to `IngestAudienceMembersStatus` to report the status of PPID data ingestion (PiperOrigin-RevId: 873059573) ([b21a3b8](b21a3b84)) * add `UserListService` for creating and managing user lists (PiperOrigin-RevId: 873059573) ([b21a3b8](b21a3b84)) * add `UserListGlobalLicenseService` for creating and managing global user list licenses (PiperOrigin-RevId: 873059573) ([b21a3b8](b21a3b84)) * add `PartnerLinkService` for creating and managing links between advertiser and data partner accounts (PiperOrigin-RevId: 873059573) ([b21a3b8](b21a3b84)) * add `AgeRange` and `Gender` enums to support demographic breakdown in marketing insights (PiperOrigin-RevId: 873059573) ([b21a3b8](b21a3b84)) * add `UserListDirectLicenseService` for creating and managing direct user list licenses (PiperOrigin-RevId: 873059573) ([b21a3b8](b21a3b84)) * add `UserIdData` to `AudienceMember` to support User ID in audience member ingestion (PiperOrigin-RevId: 873059573) ([b21a3b8](b21a3b84)) ### Bug Fixes * changed `conversion_value` field to be optional in message `Event` (PiperOrigin-RevId: 873059573) ([b21a3b8](b21a3b84)) ### Documentation * a comment for message `PairData` is changed to clarify it is only available to data partners (PiperOrigin-RevId: 873059573) ([b21a3b8](b21a3b84)) * a comment for field `pair_data` in message `AudienceMember` is changed to clarify it is only available to data partners (PiperOrigin-RevId: 873059573) ([b21a3b8](b21a3b84)) * a comment for enum `ErrorReason` is changed to clarify that it is subject to future additions (PiperOrigin-RevId: 873059573) ([b21a3b8](b21a3b84)) * add comments to resources and methods to clarify which are available only to data partners (PiperOrigin-RevId: 873059573) ([b21a3b8](b21a3b84)) </details> <details><summary>developerconnect: v0.5.0</summary> ## [v0.5.0](developerconnect/v0.4.1...developerconnect/v0.5.0) (2026-02-26) ### Features * Add HTTP Proxy base URI field (PiperOrigin-RevId: 872542190) ([b21a3b8](b21a3b84)) * A new field `http_proxy_base_uri` is added to message `google.cloud.developerconnect.v1.HTTPProxyConfig` (PiperOrigin-RevId: 872542190) ([b21a3b8](b21a3b84)) * A new message `google.cloud.developerconnect.v1.SecureSourceManagerInstanceConfig` is added (PiperOrigin-RevId: 872542190) ([b21a3b8](b21a3b84)) * Add OAuth flow RPCs (StartOAuth, FinishOAuth) (PiperOrigin-RevId: 872542190) ([b21a3b8](b21a3b84)) * A new message `google.cloud.developerconnect.v1.insights.GetDeploymentEventRequest` is added (PiperOrigin-RevId: 872542190) ([b21a3b8](b21a3b84)) * A new field `projects` is added to message `google.cloud.developerconnect.v1.insights.InsightsConfig` (PiperOrigin-RevId: 872542190) ([b21a3b8](b21a3b84)) * Add Cloud Run and App Hub Service runtimes to InsightsConfig (PiperOrigin-RevId: 872542190) ([b21a3b8](b21a3b84)) * A new message `google.cloud.developerconnect.v1.StartOAuthResponse` is added (PiperOrigin-RevId: 872542190) ([b21a3b8](b21a3b84)) * A new field `app_hub_service` is added to message `google.cloud.developerconnect.v1.insights.RuntimeConfig` (PiperOrigin-RevId: 872542190) ([b21a3b8](b21a3b84)) * A new message `google.cloud.developerconnect.v1.StartOAuthRequest` is added (PiperOrigin-RevId: 872542190) ([b21a3b8](b21a3b84)) * Add Secure Source Manager and Generic HTTP Endpoint connection types (PiperOrigin-RevId: 872542190) ([b21a3b8](b21a3b84)) * A new field `http_config` is added to message `google.cloud.developerconnect.v1.Connection` (PiperOrigin-RevId: 872542190) ([b21a3b8](b21a3b84)) * A new message `google.cloud.developerconnect.v1.FinishOAuthResponse` is added (PiperOrigin-RevId: 872542190) ([b21a3b8](b21a3b84)) * A new message `google.cloud.developerconnect.v1.GenericHTTPEndpointConfig` is added (PiperOrigin-RevId: 872542190) ([b21a3b8](b21a3b84)) * A new message `google.cloud.developerconnect.v1.insights.DeploymentEvent` is added (PiperOrigin-RevId: 872542190) ([b21a3b8](b21a3b84)) * A new message `google.cloud.developerconnect.v1.FinishOAuthRequest` is added (PiperOrigin-RevId: 872542190) ([b21a3b8](b21a3b84)) * A new message `google.cloud.developerconnect.v1.insights.AppHubService` is added (PiperOrigin-RevId: 872542190) ([b21a3b8](b21a3b84)) * A new message `google.cloud.developerconnect.v1.insights.GoogleCloudRun` is added (PiperOrigin-RevId: 872542190) ([b21a3b8](b21a3b84)) * A new field `secure_source_manager_instance_config` is added to message `google.cloud.developerconnect.v1.Connection` (PiperOrigin-RevId: 872542190) ([b21a3b8](b21a3b84)) * A new message `google.cloud.developerconnect.v1.insights.Projects` is added (PiperOrigin-RevId: 872542190) ([b21a3b8](b21a3b84)) * A new enum value `GEMINI_CODE_ASSIST` is added to enum `google.cloud.developerconnect.v1.GitHubConfig.GitHubApp` (PiperOrigin-RevId: 872542190) ([b21a3b8](b21a3b84)) * A new message `google.cloud.developerconnect.v1.insights.ListDeploymentEventsRequest` is added (PiperOrigin-RevId: 872542190) ([b21a3b8](b21a3b84)) * Add Gemini Code Assist GitHub App type (PiperOrigin-RevId: 872542190) ([b21a3b8](b21a3b84)) * A new field `organization` is added to message `google.cloud.developerconnect.v1.GitHubEnterpriseConfig` (PiperOrigin-RevId: 872542190) ([b21a3b8](b21a3b84)) * A new message `google.cloud.developerconnect.v1.insights.ListDeploymentEventsResponse` is added (PiperOrigin-RevId: 872542190) ([b21a3b8](b21a3b84)) * A new field `google_cloud_run` is added to message `google.cloud.developerconnect.v1.insights.RuntimeConfig` (PiperOrigin-RevId: 872542190) ([b21a3b8](b21a3b84)) * Add Deployment Events to Insights API (GetDeploymentEvent, ListDeploymentEvents) (PiperOrigin-RevId: 872542190) ([b21a3b8](b21a3b84)) * A new message `google.cloud.developerconnect.v1.insights.ArtifactDeployment` is added (PiperOrigin-RevId: 872542190) ([b21a3b8](b21a3b84)) * Add Projects field to InsightsConfig for project tracking (PiperOrigin-RevId: 872542190) ([b21a3b8](b21a3b84)) ### Documentation * another bulk typo correction (#13527) ([90a4f21](90a4f21f)) * fix typo in README.md entries (#13526) ([ac32b85](ac32b851)) * Updated description for `google.cloud.location.Locations.ListLocations` in YAML (PiperOrigin-RevId: 872542190) ([b21a3b8](b21a3b84)) * Corrected typos in comments for `google.cloud.developerconnect.v1.insights.InsightsConfig` and `google.cloud.developerconnect.v1.insights.ArtifactConfig` (PiperOrigin-RevId: 872542190) ([b21a3b8](b21a3b84)) * Updated comment for `CreateGitRepositoryLink` RPC in `google.cloud.developerconnect.v1.DeveloperConnect` (PiperOrigin-RevId: 872542190) ([b21a3b8](b21a3b84)) * Updated comments to include regional secret patterns for SecretManager fields in `GitHubConfig`, `OAuthCredential`, `UserCredential`, `GitLabConfig`, `GitLabEnterpriseConfig`, `BitbucketDataCenterConfig`, and `BitbucketCloudConfig` (PiperOrigin-RevId: 872542190) ([b21a3b8](b21a3b84)) </details> <details><summary>hypercomputecluster: v0.2.0</summary> ## [v0.2.0](hypercomputecluster/v0.1.0...hypercomputecluster/v0.2.0) (2026-02-26) ### Features * add new clients (#13890) (PiperOrigin-RevId: 873108574) ([999231b](999231b6)) ### Documentation * another bulk typo correction (#13527) ([90a4f21](90a4f21f)) * fix typo in README.md entries (#13526) ([ac32b85](ac32b851)) </details> <details><summary>speech: v1.30.0</summary> ## [v1.30.0](speech/v1.29.0...speech/v1.30.0) (2026-02-26) ### Features * adds endpointing sensitivity to streaming recognition features (PiperOrigin-RevId: 871987204) ([b21a3b8](b21a3b84)) </details>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PiperOrigin-RevId: 874689837