chore: librarian generate pull request: 20260408T070849Z (#16576) · googleapis/google-cloud-python@56ccbd8 · GitHub
Skip to content

Commit 56ccbd8

Browse files
chore: librarian generate pull request: 20260408T070849Z (#16576)
PR created by the Librarian CLI to generate Cloud Client Libraries code from protos. BEGIN_COMMIT BEGIN_NESTED_COMMIT docs: Fix documentation URL AIInference MessageTransform service_account_email field PiperOrigin-RevId: 895485801 Library-IDs: google-cloud-pubsub Source-link: [googleapis/googleapis@afb6d4b3](googleapis/googleapis@afb6d4b3) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: A new field `mime_type` is added to message `.google.cloud.translation.v3.AdaptiveMtTranslateRequest` PiperOrigin-RevId: 895422613 Library-IDs: google-cloud-translate Source-link: [googleapis/googleapis@d6837a5d](googleapis/googleapis@d6837a5d) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: populate the `persisted_data_checksums` field with object checksums on write object / query write status responses PiperOrigin-RevId: 895357062 Library-IDs: google-cloud-storage Source-link: [googleapis/googleapis@d73dfb3c](googleapis/googleapis@d73dfb3c) END_NESTED_COMMIT BEGIN_NESTED_COMMIT docs: improve wording around `object_checksums` in bidi write object requests PiperOrigin-RevId: 895357062 Library-IDs: google-cloud-storage Source-link: [googleapis/googleapis@d73dfb3c](googleapis/googleapis@d73dfb3c) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: added support for detecting key-value pairs in client provided metadata PiperOrigin-RevId: 895098649 Library-IDs: google-cloud-dlp Source-link: [googleapis/googleapis@544bab0c](googleapis/googleapis@544bab0c) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: Support app authentication with admin-consent scopes for Chat API ListMessages, GetMessage, GetSpaceEvent and ListSpaceEvents PiperOrigin-RevId: 893619899 Library-IDs: google-apps-chat Source-link: [googleapis/googleapis@8d52a0bd](googleapis/googleapis@8d52a0bd) END_NESTED_COMMIT BEGIN_NESTED_COMMIT docs: Update reference documentation for Chat API ListMessages, GetMessage, GetSpaceEvent and ListSpaceEvents. PiperOrigin-RevId: 893619899 Library-IDs: google-apps-chat Source-link: [googleapis/googleapis@8d52a0bd](googleapis/googleapis@8d52a0bd) END_NESTED_COMMIT BEGIN_NESTED_COMMIT feat: Addition of Section and SectionItem APIs PiperOrigin-RevId: 893488928 Library-IDs: google-apps-chat Source-link: [googleapis/googleapis@76fdbf75](googleapis/googleapis@76fdbf75) END_NESTED_COMMIT END_COMMIT This pull request is generated with proto changes between [googleapis/googleapis@582172de](googleapis/googleapis@582172d) (exclusive) and [googleapis/googleapis@afb6d4b3](googleapis/googleapis@afb6d4b) (inclusive). Librarian Version: v0.0.0-20260407125916-07fdb844a681 Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:234b9d1f2ddb057ed7ac6a38db0bf8163d839c65c6cf88ade52530cddebce59e ## Generation failed for - google-cloud-spanner
1 parent 8e92bae commit 56ccbd8

49 files changed

Lines changed: 20599 additions & 6199 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.librarian/state.yaml

Lines changed: 20 additions & 26 deletions

packages/google-apps-chat/google/apps/chat/__init__.py

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,21 @@
111111
ListReactionsResponse,
112112
Reaction,
113113
)
114+
from google.apps.chat_v1.types.section import (
115+
CreateSectionRequest,
116+
DeleteSectionRequest,
117+
ListSectionItemsRequest,
118+
ListSectionItemsResponse,
119+
ListSectionsRequest,
120+
ListSectionsResponse,
121+
MoveSectionItemRequest,
122+
MoveSectionItemResponse,
123+
PositionSectionRequest,
124+
PositionSectionResponse,
125+
Section,
126+
SectionItem,
127+
UpdateSectionRequest,
128+
)
114129
from google.apps.chat_v1.types.slash_command import SlashCommand
115130
from google.apps.chat_v1.types.space import (
116131
CompleteImportSpaceRequest,
@@ -230,6 +245,19 @@
230245
"ListReactionsRequest",
231246
"ListReactionsResponse",
232247
"Reaction",
248+
"CreateSectionRequest",
249+
"DeleteSectionRequest",
250+
"ListSectionItemsRequest",
251+
"ListSectionItemsResponse",
252+
"ListSectionsRequest",
253+
"ListSectionsResponse",
254+
"MoveSectionItemRequest",
255+
"MoveSectionItemResponse",
256+
"PositionSectionRequest",
257+
"PositionSectionResponse",
258+
"Section",
259+
"SectionItem",
260+
"UpdateSectionRequest",
233261
"SlashCommand",
234262
"CompleteImportSpaceRequest",
235263
"CompleteImportSpaceResponse",

packages/google-apps-chat/google/apps/chat_v1/__init__.py

Lines changed: 28 additions & 0 deletions

0 commit comments

Comments
 (0)