Skip to content

Conversation

@cloud-sdk-librarian-robot
Copy link
Collaborator

BEGIN_COMMIT_OVERRIDE

BEGIN_NESTED_COMMIT
feat: Add EmbedContent method v1

PiperOrigin-RevId: 823219007
Library-IDs: aiplatform
Source-link: googleapis/googleapis@0830bd94
END_NESTED_COMMIT

BEGIN_NESTED_COMMIT
feat: add ROLE_ASSISTANT_MANAGER to the MembershipRole enum in the Membership proto and assistant_managers_allowed to the PermissionSetting

PiperOrigin-RevId: 823185429
Library-IDs: chat
Source-link: googleapis/googleapis@98fef441
END_NESTED_COMMIT

BEGIN_NESTED_COMMIT
docs: Update field documentations for space.proto and membership.proto

PiperOrigin-RevId: 823185429
Library-IDs: chat
Source-link: googleapis/googleapis@98fef441
END_NESTED_COMMIT

BEGIN_NESTED_COMMIT
docs: minor formatting

PiperOrigin-RevId: 823067257
Library-IDs: dialogflow
Source-link: googleapis/googleapis@fc2a56a1
END_NESTED_COMMIT

BEGIN_NESTED_COMMIT
feat: A new message DataDocumentationSpec is added representing Data Documentation Spec

PiperOrigin-RevId: 822921010
Library-IDs: dataplex
Source-link: googleapis/googleapis@5ad924f1
END_NESTED_COMMIT

BEGIN_NESTED_COMMIT
feat: A new field data_documentation_result is added for Data Documentation Result to message .google.cloud.dataplex.v1.DataScan

PiperOrigin-RevId: 822921010
Library-IDs: dataplex
Source-link: googleapis/googleapis@5ad924f1
END_NESTED_COMMIT

BEGIN_NESTED_COMMIT
feat: A new field data_documentation_result is added for Data Documentation Result in .google.cloud.dataplex.v1.DataScanJob

PiperOrigin-RevId: 822921010
Library-IDs: dataplex
Source-link: googleapis/googleapis@5ad924f1
END_NESTED_COMMIT

BEGIN_NESTED_COMMIT
feat: A new data scan type Data documentation added.

PiperOrigin-RevId: 822921010
Library-IDs: dataplex
Source-link: googleapis/googleapis@5ad924f1
END_NESTED_COMMIT

BEGIN_NESTED_COMMIT
docs: A comment for field resource in message .google.cloud.dataplex.v1.DataSource is changed

PiperOrigin-RevId: 822921010
Library-IDs: dataplex
Source-link: googleapis/googleapis@5ad924f1
END_NESTED_COMMIT

BEGIN_NESTED_COMMIT
docs: A comment for message DataScan is changed

PiperOrigin-RevId: 822921010
Library-IDs: dataplex
Source-link: googleapis/googleapis@5ad924f1
END_NESTED_COMMIT

BEGIN_NESTED_COMMIT
feat: A new message DataDocumentationResult is added representing Data Documentation Result

PiperOrigin-RevId: 822921010
Library-IDs: dataplex
Source-link: googleapis/googleapis@5ad924f1
END_NESTED_COMMIT

BEGIN_NESTED_COMMIT
feat: A new field data_documentation_spec is added for Data Documentation Spec to message .google.cloud.dataplex.v1.DataScan

PiperOrigin-RevId: 822921010
Library-IDs: dataplex
Source-link: googleapis/googleapis@5ad924f1
END_NESTED_COMMIT

BEGIN_NESTED_COMMIT
feat: A new field data_documentation_spec is added for Data Documentation Spec to message .google.cloud.dataplex.v1.DataScanJob

PiperOrigin-RevId: 822921010
Library-IDs: dataplex
Source-link: googleapis/googleapis@5ad924f1
END_NESTED_COMMIT

END_COMMIT_OVERRIDE

This pull request is generated with proto changes between
googleapis/googleapis@b61fb21b
(exclusive) and
googleapis/googleapis@0830bd94
(inclusive).

Librarian Version: v0.0.0-20251022181450-0ee9437f0ec3
Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian-go@sha256:9d769b80b95bb0ff51c282def392bd57ac10ed05f0987a60d6cb5d2e8e2c3aa2

@snippet-bot
Copy link

snippet-bot bot commented Oct 24, 2025

Here is the summary of changes.

You are about to add 1 region tag.

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 @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 aggregates several updates across multiple Google Cloud client libraries. Key changes include the introduction of a new EmbedContent method in AI Platform, an expansion of membership roles and permissions in the Chat API, and significant additions to Dataplex for data documentation capabilities and CMEK configuration. Various documentation comments and internal state files have also been updated to reflect these changes and ensure consistency.

Highlights

  • AI Platform: Embed Content: A new EmbedContent method has been added to the PredictionService, allowing for embedding multimodal inputs. This includes updates to the gRPC service definition, client interfaces, and a new usage metadata file (usage_metadata.pb.go) to track token usage.
  • Chat API: Membership Roles and Permissions: The MembershipRole enum in the Chat API has been extended with ROLE_ASSISTANT_MANAGER. Correspondingly, a new assistant_managers_allowed field has been added to Space_PermissionSetting to manage permissions for this new role. Documentation for membership and space protos has also been updated.
  • Dataplex: Data Documentation and CMEK: New messages DataDocumentationSpec and DataDocumentationResult have been introduced, along with a new data scan type for Data Documentation. Fields related to data documentation results and specifications have been added to DataScan and DataScanJob. Additionally, a new enable_metastore_encryption field has been added to EncryptionConfig for CMEK management, and caution notes regarding metadata changes have been added to Catalog Service methods.
  • Dialogflow: Documentation Formatting: Minor formatting improvements have been applied to field documentations within the Dialogflow tool.pb.go file, specifically adding markdown code block formatting for a TLS certificate example.
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 update from the librarian tool, incorporating a series of new features, documentation updates, and minor fixes from the upstream googleapis repository across several libraries.

Key changes include:

  • AI Platform: A new EmbedContent method has been added to the Prediction Service.
  • Chat: A new ROLE_ASSISTANT_MANAGER has been introduced in the MembershipRole enum, and documentation for existing roles has been updated to reflect new semantics.
  • Dataplex: New features for Data Documentation have been added, including new message types and updates to data scan configurations. Additionally, documentation has been updated to include cautions about metadata changes in the Universal Catalog.
  • Dialogflow: A minor documentation formatting fix was applied to improve readability of a code example.

The changes primarily consist of auto-generated code which appears to be correct and consistent with the upstream API definitions. I have not found any issues in the generated code.

@ldetmer ldetmer self-requested a review October 24, 2025 21:03
@quartzmo quartzmo merged commit 612e608 into main Oct 24, 2025
13 checks passed
@quartzmo quartzmo deleted the librarian-20251024T204506Z branch October 24, 2025 21:17
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.

3 participants