Skip to content

feat: API regeneration: 20260416T070507Z#15572

Merged
jskeet merged 3 commits intomainfrom
librarian-regen-20260416T070507Z
Apr 16, 2026
Merged

feat: API regeneration: 20260416T070507Z#15572
jskeet merged 3 commits intomainfrom
librarian-regen-20260416T070507Z

Conversation

@google-cloud-sdk-librarian-dotnet-robot
Copy link
Copy Markdown
Collaborator

Changes in this PR

  • Generated Google.Apps.Chat.V1
  • Generated Google.Cloud.Bigtable.Admin.V2
  • Generated Google.Cloud.Kms.V1

feat: Addition of ChatService.FindGroupChats


PiperOrigin-RevId: 900283522
Source-Link: googleapis/googleapis@13ca8db
feat: add Editions field to Instance


PiperOrigin-RevId: 900156940
Source-Link: googleapis/googleapis@9761131
docs: Update the comment for duration value `unrefreshed_duration_until_disable` to accurately reflect the system-defined duration


PiperOrigin-RevId: 900186052
Source-Link: googleapis/googleapis@bcfcbda
@snippet-bot
Copy link
Copy Markdown

snippet-bot Bot commented Apr 16, 2026

Here is the summary of changes.

You are about to add 2 region tags.

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

Copy link
Copy Markdown
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 updates several Google Cloud client libraries. It adds the FindGroupChats and FindGroupChatsAsync methods to the Google Apps Chat V1 library, including new request/response messages and an enum for space views. The Bigtable Admin V2 library is updated to include an Edition field in the Instance resource, and the KMS V1 library documentation is updated to reflect a longer instance refresh duration. Associated snippets and pipeline state metadata are also synchronized. I have no feedback to provide.

@github-actions
Copy link
Copy Markdown

Pull request diff results
Finding changes in Google.Apps.Chat.V1...
Comparing old and new versions (by source)
Minor changes:
Class 'ChatService.ChatServiceBase'; method 'Task FindGroupChats(FindGroupChatsRequest request, ServerCallContext context)' added.
Class 'ChatService.ChatServiceClient'; method 'FindGroupChatsResponse FindGroupChats(FindGroupChatsRequest request, CallOptions options)' added.
Class 'ChatService.ChatServiceClient'; method 'FindGroupChatsResponse FindGroupChats(FindGroupChatsRequest request, Metadata headers = null, Nullable deadline = null, CancellationToken cancellationToken = null)' added.
Class 'ChatService.ChatServiceClient'; method 'AsyncUnaryCall FindGroupChatsAsync(FindGroupChatsRequest request, CallOptions options)' added.
Class 'ChatService.ChatServiceClient'; method 'AsyncUnaryCall FindGroupChatsAsync(FindGroupChatsRequest request, Metadata headers = null, Nullable deadline = null, CancellationToken cancellationToken = null)' added.
Class 'ChatServiceClient'; method 'PagedAsyncEnumerable<FindGroupChatsResponse, Space> FindGroupChatsAsync(FindGroupChatsRequest request, CallSettings callSettings = null)' added.
Class 'ChatServiceClient'; method 'PagedEnumerable<FindGroupChatsResponse, Space> FindGroupChats(FindGroupChatsRequest request, CallSettings callSettings = null)' added.
Class 'ChatServiceClientImpl'; method 'PagedAsyncEnumerable<FindGroupChatsResponse, Space> FindGroupChatsAsync(FindGroupChatsRequest request, CallSettings callSettings = null)' added.
Class 'ChatServiceClientImpl'; method 'PagedEnumerable<FindGroupChatsResponse, Space> FindGroupChats(FindGroupChatsRequest request, CallSettings callSettings = null)' added.
Class 'ChatServiceSettings'; property 'CallSettings FindGroupChatsSettings { get; set; }' added.
Class 'FindGroupChatsRequest' added.
Class 'FindGroupChatsResponse' added.
Enum 'SpaceView' added.

Diff level: Minor

Comparing with previous NuGet package
Checking compatibility for Google.Apps.Chat.V1 version 1.0.0-beta22
Differences from 1.0.0-beta22
Minor changes:
Class 'ChatService.ChatServiceBase'; method 'Task FindGroupChats(FindGroupChatsRequest request, ServerCallContext context)' added.
Class 'ChatService.ChatServiceClient'; method 'FindGroupChatsResponse FindGroupChats(FindGroupChatsRequest request, CallOptions options)' added.
Class 'ChatService.ChatServiceClient'; method 'FindGroupChatsResponse FindGroupChats(FindGroupChatsRequest request, Metadata headers = null, Nullable deadline = null, CancellationToken cancellationToken = null)' added.
Class 'ChatService.ChatServiceClient'; method 'AsyncUnaryCall FindGroupChatsAsync(FindGroupChatsRequest request, CallOptions options)' added.
Class 'ChatService.ChatServiceClient'; method 'AsyncUnaryCall FindGroupChatsAsync(FindGroupChatsRequest request, Metadata headers = null, Nullable deadline = null, CancellationToken cancellationToken = null)' added.
Class 'ChatServiceClient'; method 'PagedAsyncEnumerable<FindGroupChatsResponse, Space> FindGroupChatsAsync(FindGroupChatsRequest request, CallSettings callSettings = null)' added.
Class 'ChatServiceClient'; method 'PagedEnumerable<FindGroupChatsResponse, Space> FindGroupChats(FindGroupChatsRequest request, CallSettings callSettings = null)' added.
Class 'ChatServiceClientImpl'; method 'PagedAsyncEnumerable<FindGroupChatsResponse, Space> FindGroupChatsAsync(FindGroupChatsRequest request, CallSettings callSettings = null)' added.
Class 'ChatServiceClientImpl'; method 'PagedEnumerable<FindGroupChatsResponse, Space> FindGroupChats(FindGroupChatsRequest request, CallSettings callSettings = null)' added.
Class 'ChatServiceSettings'; property 'CallSettings FindGroupChatsSettings { get; set; }' added.
Class 'FindGroupChatsRequest' added.
Class 'FindGroupChatsResponse' added.
Enum 'SpaceView' added.

Diff level: Minor

Finished comparisons for Google.Apps.Chat.V1

Finding changes in Google.Cloud.Bigtable.Admin.V2...
Comparing old and new versions (by source)
Minor changes:
Class 'Instance'; property 'Instance.Types.Edition Edition { get; set; }' added.
Class 'Instance'; constant 'System.Int32 Google.Cloud.Bigtable.Admin.V2.Instance::EditionFieldNumber' added.
Enum 'Instance.Types.Edition' added.

Diff level: Minor

Comparing with previous NuGet package
Checking compatibility for Google.Cloud.Bigtable.Admin.V2 version 3.32.0
Differences from 3.32.0
Minor changes:
Class 'Instance'; property 'Instance.Types.Edition Edition { get; set; }' added.
Class 'Instance'; constant 'System.Int32 Google.Cloud.Bigtable.Admin.V2.Instance::EditionFieldNumber' added.
Enum 'Instance.Types.Edition' added.

Diff level: Minor

Finished comparisons for Google.Cloud.Bigtable.Admin.V2

Finding changes in Google.Cloud.Kms.V1...
Comparing old and new versions (by source)
Diff level: Identical

Comparing with previous NuGet package
Checking compatibility for Google.Cloud.Kms.V1 version 3.24.0
Differences from 3.24.0
Diff level: Identical

Finished comparisons for Google.Cloud.Kms.V1

@jskeet jskeet merged commit 81aa4b0 into main Apr 16, 2026
15 checks passed
@jskeet jskeet deleted the librarian-regen-20260416T070507Z branch April 16, 2026 07:19
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