chore: [AppsChat] update protobuf to 33.2 and rules_python to 1.6.0 - #9441
Merged
Conversation
No region tags are edited in this PR.This comment is generated by snippet-bot.
|
Contributor
Author
|
Owl bot is regenerating pull request 9441... |
gcf-owl-bot
Bot
force-pushed
the
owl-bot-copy-AppsChat
branch
from
August 7, 2026 09:57
ecea954 to
6bd946c
Compare
Contributor
Author
|
Owl bot is regenerating pull request 9441... |
gcf-owl-bot
Bot
force-pushed
the
owl-bot-copy-AppsChat
branch
from
August 7, 2026 19:56
e11cbff to
2f32194
Compare
Contributor
Author
|
Owl bot is regenerating pull request 9441... |
PiperOrigin-RevId: 960369644 Source-Link: googleapis/googleapis@fc62df0 Source-Link: googleapis/googleapis-gen@80c5936 Copy-Tag: eyJwIjoiQXBwc0NoYXQvLk93bEJvdC55YW1sIiwiaCI6IjgwYzU5MzY4ZjZiOGM5MWZjZjU1ZTlmOTM3NTE5MjAzYjQ1YzIyZjMifQ== feat: add internal tag to generated $serviceScopes property fix: avoid passing null as an array offset in resumeOperation PiperOrigin-RevId: 960012253 Source-Link: googleapis/googleapis@19cec06 Source-Link: googleapis/googleapis-gen@855c2ce Copy-Tag: eyJwIjoiQXBwc0NoYXQvLk93bEJvdC55YW1sIiwiaCI6Ijg1NWMyY2VmZTk1ZmQxMmM5ZDNiMmM2ODQ5MDM3ZDJkOTc2OWU0NTYifQ== feat: update Compute v1 to revision 20260722 docs: update various comments PiperOrigin-RevId: 958583027 docs: Update copyright year PiperOrigin-RevId: 958631646 feat: add Tool.ExaAiSearch to Vertex AI v1beta1 Adds `Tool.ExaAiSearch` (with `api_key` and `custom_configs`) and the `Tool.exa_ai_search` field, letting callers ground model responses on Exa.ai web search results. PiperOrigin-RevId: 959032917 feat: add Tool.ExaAiSearch to Vertex AI v1 Adds `Tool.ExaAiSearch` (with `api_key` and `custom_configs`) and the `Tool.exa_ai_search` field, letting callers ground model responses on Exa.ai web search results. PiperOrigin-RevId: 959033171 feat: Allow users to search for spaces without requiring admin privileges docs: A comment for method `SearchSpaces` in service `ChatService` is changed docs: A comment for field `use_admin_access` in message `.google.chat.v1.SearchSpacesRequest` is changed docs: A comment for field `query` in message `.google.chat.v1.SearchSpacesRequest` is changed docs: A comment for field `order_by` in message `.google.chat.v1.SearchSpacesRequest` is changed docs: A comment for field `spaces` in message `.google.chat.v1.SearchSpacesResponse` is changed PiperOrigin-RevId: 959066237 fix(deps): Update the Java code generator (gapic-generator-java) to v2.75.0 PiperOrigin-RevId: 959793430 chore: Update Ruby generator to latest (v0.51.1) PiperOrigin-RevId: 959902593 Source-Link: googleapis/googleapis@2314177 Source-Link: googleapis/googleapis-gen@8e76ccf Copy-Tag: eyJwIjoiQXBwc0NoYXQvLk93bEJvdC55YW1sIiwiaCI6IjhlNzZjY2Y0NWRkZjZlNTQ4YWRkYTMzMTM5YWM2MjdjZmQ3Y2I5MjQifQ==
gcf-owl-bot
Bot
force-pushed
the
owl-bot-copy-AppsChat
branch
from
August 8, 2026 00:44
eaf9700 to
4c97a48
Compare
bshaffer
approved these changes
Aug 8, 2026
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: 960369644
Source-Link: googleapis/googleapis@fc62df0
Source-Link: https://github.com/googleapis/googleapis-gen/commit/80c59368f6b8c91fcf55e9f937519203b45c22f3
Copy-Tag: eyJwIjoiQXBwc0NoYXQvLk93bEJvdC55YW1sIiwiaCI6IjgwYzU5MzY4ZjZiOGM5MWZjZjU1ZTlmOTM3NTE5MjAzYjQ1YzIyZjMifQ==
feat: add internal tag to generated $serviceScopes property
fix: avoid passing null as an array offset in resumeOperation
PiperOrigin-RevId: 960012253
Source-Link: googleapis/googleapis@19cec06
Source-Link: https://github.com/googleapis/googleapis-gen/commit/855c2cefe95fd12c9d3b2c6849037d2d9769e456
Copy-Tag: eyJwIjoiQXBwc0NoYXQvLk93bEJvdC55YW1sIiwiaCI6Ijg1NWMyY2VmZTk1ZmQxMmM5ZDNiMmM2ODQ5MDM3ZDJkOTc2OWU0NTYifQ==
feat: update Compute v1 to revision 20260722
docs: update various comments
PiperOrigin-RevId: 958583027
docs: Update copyright year
PiperOrigin-RevId: 958631646
feat: add Tool.ExaAiSearch to Vertex AI v1beta1
Adds
Tool.ExaAiSearch(withapi_keyandcustom_configs) and theTool.exa_ai_searchfield, letting callers ground model responses on Exa.aiweb search results.
PiperOrigin-RevId: 959032917
feat: add Tool.ExaAiSearch to Vertex AI v1
Adds
Tool.ExaAiSearch(withapi_keyandcustom_configs) and theTool.exa_ai_searchfield, letting callers ground model responses on Exa.aiweb search results.
PiperOrigin-RevId: 959033171
feat: Allow users to search for spaces without requiring admin privileges
docs: A comment for method
SearchSpacesin serviceChatServiceis changeddocs: A comment for field
use_admin_accessin message.google.chat.v1.SearchSpacesRequestis changeddocs: A comment for field
queryin message.google.chat.v1.SearchSpacesRequestis changeddocs: A comment for field
order_byin message.google.chat.v1.SearchSpacesRequestis changeddocs: A comment for field
spacesin message.google.chat.v1.SearchSpacesResponseis changedPiperOrigin-RevId: 959066237
fix(deps): Update the Java code generator (gapic-generator-java) to v2.75.0
PiperOrigin-RevId: 959793430
chore: Update Ruby generator to latest (v0.51.1)
PiperOrigin-RevId: 959902593
Source-Link: googleapis/googleapis@2314177
Source-Link: https://github.com/googleapis/googleapis-gen/commit/8e76ccf45ddf6e548adda33139ac627cfd7cb924
Copy-Tag: eyJwIjoiQXBwc0NoYXQvLk93bEJvdC55YW1sIiwiaCI6IjhlNzZjY2Y0NWRkZjZlNTQ4YWRkYTMzMTM5YWM2MjdjZmQ3Y2I5MjQifQ==
BREAKING_CHANGE_REASON=Marking $serviceScopes internal is not breaking. Now users can use ::getServiceScopes() instead.