Skip to content

Commit fef36ac

Browse files
docs: [google-apps-card]card proto update (googleapis#12572)
- [ ] Regenerate this pull request now. BEGIN_COMMIT_OVERRIDE feat: material icon in card docs: card proto update END_COMMIT_OVERRIDE PiperOrigin-RevId: 624942359 Source-Link: googleapis/googleapis@436a34a Source-Link: https://github.com/googleapis/googleapis-gen/commit/7c861248a2ab2c3dbd25d52afec49ff905e66a8b Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWFwcHMtY2FyZC8uT3dsQm90LnlhbWwiLCJoIjoiN2M4NjEyNDhhMmFiMmMzZGJkMjVkNTJhZmVjNDlmZjkwNWU2NmE4YiJ9 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 25d0874 commit fef36ac

File tree

4 files changed

+281
-171
lines changed

4 files changed

+281
-171
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
Image,
3434
ImageComponent,
3535
ImageCropStyle,
36+
MaterialIcon,
3637
OnClick,
3738
OpenLink,
3839
SelectionInput,
@@ -57,6 +58,7 @@
5758
"Image",
5859
"ImageComponent",
5960
"ImageCropStyle",
61+
"MaterialIcon",
6062
"OnClick",
6163
"OpenLink",
6264
"SelectionInput",

packages/google-apps-card/google/apps/card_v1/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
Image,
3434
ImageComponent,
3535
ImageCropStyle,
36+
MaterialIcon,
3637
OnClick,
3738
OpenLink,
3839
SelectionInput,
@@ -57,6 +58,7 @@
5758
"Image",
5859
"ImageComponent",
5960
"ImageCropStyle",
61+
"MaterialIcon",
6062
"OnClick",
6163
"OpenLink",
6264
"SelectionInput",

packages/google-apps-card/google/apps/card_v1/types/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
Image,
2929
ImageComponent,
3030
ImageCropStyle,
31+
MaterialIcon,
3132
OnClick,
3233
OpenLink,
3334
SelectionInput,
@@ -52,6 +53,7 @@
5253
"Image",
5354
"ImageComponent",
5455
"ImageCropStyle",
56+
"MaterialIcon",
5557
"OnClick",
5658
"OpenLink",
5759
"SelectionInput",

0 commit comments

Comments
 (0)