Skip to content

Conversation

@cloud-sdk-librarian-robot
Copy link
Collaborator

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:718167d5c23ed389b41f617b3a00ac839bdd938a6bd2d48ae0c2f1fa51ab1c3d

ai: 0.15.0

0.15.0 (2026-01-08)

Features

  • add support for GroundingMetadata.google_maps_widget_context_token (PiperOrigin-RevId: 846116816) (db65e792)

  • add support for RetrievalConfig (PiperOrigin-RevId: 846118142) (db65e792)

  • add IMAGE_RECITATION reason when generation is stopped due to recitation (PiperOrigin-RevId: 846116816) (db65e792)

  • add support for GoogleMaps and FileSearch tools (PiperOrigin-RevId: 846118142) (db65e792)

  • add json_name for GenerationConfig.response_json_schema_ordered field (PiperOrigin-RevId: 846116816) (db65e792)

aiplatform: 1.113.0

1.113.0 (2026-01-08)

Features

  • add streaming function call argument API changes (PiperOrigin-RevId: 852409018) (d19e89ca)

  • Add Lustre support to the Vertex Training Custom Job API (PiperOrigin-RevId: 846415033) (db65e792)

Documentation

  • A comment for field name in message .google.cloud.aiplatform.v1beta1.FunctionCall is changed (PiperOrigin-RevId: 852409018) (d19e89ca)

  • A comment for field args in message .google.cloud.aiplatform.v1beta1.FunctionCall is changed (PiperOrigin-RevId: 852409018) (d19e89ca)

  • Update comments for machine resources and autoscaling (PiperOrigin-RevId: 846415033) (db65e792)

alloydb: 1.20.0

1.20.0 (2026-01-08)

Features

  • add POSTGRES_18 to DatabaseVersion (PiperOrigin-RevId: 852794094) (d19e89ca)

  • add POSTGRES_18 to DatabaseVersion (PiperOrigin-RevId: 845801340) (db65e792)

apiregistry: 0.1.0

0.1.0 (2026-01-08)

Features

Documentation

artifactregistry: 1.19.0

1.19.0 (2026-01-08)

Features

  • add Fingerprint to Artifact Registry Version resource (PiperOrigin-RevId: 846851972) (db65e792)

Documentation

  • update the description of ExportArtifact (PiperOrigin-RevId: 846851972) (db65e792)
compute: 1.53.0

1.53.0 (2026-01-08)

Features

errorreporting: 0.4.0

0.4.0 (2026-01-08)

Bug Fixes

  • update golang.org/x/net to 0.37.0 (11449782)

  • update google.golang.org/api to 0.229.0 (3319672f)

  • upgrade gRPC service registration func An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in chore: add Protobuf warning to release notes #11025. (PiperOrigin-RevId: 817164257) (a33d7666)

  • update golang.org/x/net to v0.33.0 (e9b0b696)

Documentation

geminidataanalytics: 0.5.0

0.5.0 (2026-01-08)

Features

  • add LookerGoldenQuery to Context (PiperOrigin-RevId: 845792138) (db65e792)

Documentation

longrunning: 0.8.0

0.8.0 (2026-01-08)

Bug Fixes

  • upgrade gRPC service registration func An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in chore: add Protobuf warning to release notes #11025. (PiperOrigin-RevId: 833829944) (185951b3)
maintenance: 0.3.0

0.3.0 (2026-01-08)

Documentation

speech: 1.29.0

1.29.0 (2026-01-08)

Features

  • add custom prompt config in the request and return prompt in the response (PiperOrigin-RevId: 852383212) (d19e89ca)

  • update min_speaker_count and max_speaker_count to be optional (PiperOrigin-RevId: 852383212) (d19e89ca)

Documentation

  • Clarify that min_speaker_count and max_speaker_count in SpeakerDiarizationConfig are not currently used (PiperOrigin-RevId: 852383212) (d19e89ca)

  • Update guidance on how to enable speaker diarization; to enable, set the diarization_config field to an empty SpeakerDiarizationConfig message (PiperOrigin-RevId: 852383212) (d19e89ca)

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @cloud-sdk-librarian-robot, 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 release initiated by the Librarian CLI, updating multiple Google Cloud Go client libraries. It includes new features across various services like AI Generative Language, AI Platform, AlloyDB, API Registry, Artifact Registry, Gemini Data Analytics, and Speech-to-Text. Additionally, it incorporates bug fixes for Error Reporting and Long Running Operations, and general documentation improvements across several modules. The changes ensure the client libraries are up-to-date with the latest API revisions and address identified issues.

Highlights

  • AI Generative Language API (ai): Added support for GroundingMetadata.google_maps_widget_context_token, RetrievalConfig, IMAGE_RECITATION reason for generation stops, GoogleMaps and FileSearch tools, and json_name for GenerationConfig.response_json_schema_ordered field.
  • AI Platform (aiplatform): Introduced streaming function call argument API changes and Lustre support for the Vertex Training Custom Job API. Documentation for FunctionCall fields and machine resources/autoscaling was also updated.
  • AlloyDB (alloydb): Added support for POSTGRES_18 to the DatabaseVersion.
  • API Registry (apiregistry): New clients were added, along with minor typo corrections in documentation.
  • Artifact Registry (artifactregistry): Added the Fingerprint field to the Artifact Registry Version resource and updated the description of ExportArtifact.
  • Compute Engine (compute): Updated the Compute Engine v1 and v1beta APIs to revision 20251210.
  • Error Reporting (errorreporting): Several bug fixes were implemented, including updates to golang.org/x/net and google.golang.org/api, and an upgrade to the gRPC service registration function. Documentation was also clarified regarding regional resource names and global-only service references.
  • Gemini Data Analytics (geminidataanalytics): Added LookerGoldenQuery to the Context and performed bulk typo corrections in documentation.
  • Long Running Operations (longrunning): The gRPC service registration function was upgraded to use an interface instead of a concrete type.
  • Maintenance (maintenance): Documentation updates include typo corrections and a change to the comment for the 'filter' field in SummarizeMaintenancesRequest.
  • Speech-to-Text (speech): Added custom prompt configuration in requests and responses, made min_speaker_count and max_speaker_count optional, and clarified documentation for speaker diarization.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

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 is an automated release update, incrementing versions for several Google Cloud Go libraries. The changes consistently update version numbers across .librarian/state.yaml, CHANGES.md, internal/version.go, and snippet_metadata.json files for each affected module. Copyright years have also been updated to 2026 where applicable. All changes appear to be correctly applied and consistent with the intended release process. No issues were found that require specific feedback.

@ldetmer ldetmer merged commit 4907315 into main Jan 8, 2026
10 checks passed
@ldetmer ldetmer deleted the librarian-20260108T080427Z branch January 8, 2026 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants