Skip to content

Commit 9960262

Browse files
chore: update googleapis commit at Sat Jan 24 02:39:10 UTC 2026 (#4091)
This pull request is generated with proto changes between [googleapis/googleapis@6406df7](googleapis/googleapis@6406df7) (exclusive) and [googleapis/googleapis@7a57066](googleapis/googleapis@7a57066) (inclusive). BEGIN_COMMIT_OVERRIDE BEGIN_NESTED_COMMIT docs: [common-protos] update reference documentation for `SelectionInput.DROPDOWN` to include dynamic data sources and autosuggestion docs: [common-protos] update copyright to 2026 PiperOrigin-RevId: 864941572 Source Link: [googleapis/googleapis@2ca9449](googleapis/googleapis@2ca9449) END_NESTED_COMMIT END_COMMIT_OVERRIDE
1 parent e1587dd commit 9960262

File tree

5 files changed

+67
-7
lines changed

5 files changed

+67
-7
lines changed

generation_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
googleapis_commitish: 6406df78515540a6a7d64b3dba19190766467455
1+
googleapis_commitish: 7a5706618f42f482acf583febcc7b977b66c25b2
22
# the libraries are ordered with respect to library name, which is
33
# java-{library.library_name} or java-{library.api-shortname} when
44
# library.library_name is not defined.

java-common-protos/proto-google-common-protos/src/main/java/com/google/apps/card/v1/Chip.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ public com.google.apps.card.v1.OnClickOrBuilder getOnClickOrBuilder() {
245245
* <code>bool enabled = 4 [deprecated = true];</code>
246246
*
247247
* @deprecated google.apps.card.v1.Chip.enabled is deprecated. See
248-
* google/apps/card/v1/card.proto;l=2425
248+
* google/apps/card/v1/card.proto;l=2445
249249
* @return The enabled.
250250
*/
251251
@java.lang.Override
@@ -1310,7 +1310,7 @@ public com.google.apps.card.v1.OnClickOrBuilder getOnClickOrBuilder() {
13101310
* <code>bool enabled = 4 [deprecated = true];</code>
13111311
*
13121312
* @deprecated google.apps.card.v1.Chip.enabled is deprecated. See
1313-
* google/apps/card/v1/card.proto;l=2425
1313+
* google/apps/card/v1/card.proto;l=2445
13141314
* @return The enabled.
13151315
*/
13161316
@java.lang.Override
@@ -1331,7 +1331,7 @@ public boolean getEnabled() {
13311331
* <code>bool enabled = 4 [deprecated = true];</code>
13321332
*
13331333
* @deprecated google.apps.card.v1.Chip.enabled is deprecated. See
1334-
* google/apps/card/v1/card.proto;l=2425
1334+
* google/apps/card/v1/card.proto;l=2445
13351335
* @param value The enabled to set.
13361336
* @return This builder for chaining.
13371337
*/
@@ -1356,7 +1356,7 @@ public Builder setEnabled(boolean value) {
13561356
* <code>bool enabled = 4 [deprecated = true];</code>
13571357
*
13581358
* @deprecated google.apps.card.v1.Chip.enabled is deprecated. See
1359-
* google/apps/card/v1/card.proto;l=2425
1359+
* google/apps/card/v1/card.proto;l=2445
13601360
* @return This builder for chaining.
13611361
*/
13621362
@java.lang.Deprecated

java-common-protos/proto-google-common-protos/src/main/java/com/google/apps/card/v1/ChipOrBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public interface ChipOrBuilder
144144
* <code>bool enabled = 4 [deprecated = true];</code>
145145
*
146146
* @deprecated google.apps.card.v1.Chip.enabled is deprecated. See
147-
* google/apps/card/v1/card.proto;l=2425
147+
* google/apps/card/v1/card.proto;l=2445
148148
* @return The enabled.
149149
*/
150150
@java.lang.Deprecated

java-common-protos/proto-google-common-protos/src/main/java/com/google/apps/card/v1/SelectionInput.java

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,26 @@ public enum SelectionType implements com.google.protobuf.ProtocolMessageEnum {
143143
*
144144
* <pre>
145145
* A dropdown menu. Users can select one item from the menu.
146+
*
147+
* For Google Chat apps, you can populate items using a dynamic data source
148+
* and autosuggest items as users type in the menu. For example, users can
149+
* start typing the name of a Google Chat space and the widget autosuggests
150+
* the space. To dynamically populate items for a dropdown menu, use one of
151+
* the following types of data sources:
152+
*
153+
* * Google Workspace data: Items are populated using data from Google
154+
* Workspace, such as Google Workspace users or Google Chat spaces.
155+
* * External data: Items are populated from an external data
156+
* source outside of Google Workspace.
157+
*
158+
* For examples of how to implement dropdown menus for Chat apps, see
159+
* [Add a dropdown
160+
* menu](https://developers.google.com/workspace/chat/design-interactive-card-dialog#dropdown-menu)
161+
* and [Dynamically populate drop-down
162+
* menus](https://developers.google.com/workspace/chat/design-interactive-card-dialog#dynamic-dropdown-menu).
163+
*
164+
* [Google Workspace add-ons and Chat
165+
* apps](https://developers.google.com/workspace/extend):
146166
* </pre>
147167
*
148168
* <code>DROPDOWN = 3;</code>
@@ -229,6 +249,26 @@ public enum SelectionType implements com.google.protobuf.ProtocolMessageEnum {
229249
*
230250
* <pre>
231251
* A dropdown menu. Users can select one item from the menu.
252+
*
253+
* For Google Chat apps, you can populate items using a dynamic data source
254+
* and autosuggest items as users type in the menu. For example, users can
255+
* start typing the name of a Google Chat space and the widget autosuggests
256+
* the space. To dynamically populate items for a dropdown menu, use one of
257+
* the following types of data sources:
258+
*
259+
* * Google Workspace data: Items are populated using data from Google
260+
* Workspace, such as Google Workspace users or Google Chat spaces.
261+
* * External data: Items are populated from an external data
262+
* source outside of Google Workspace.
263+
*
264+
* For examples of how to implement dropdown menus for Chat apps, see
265+
* [Add a dropdown
266+
* menu](https://developers.google.com/workspace/chat/design-interactive-card-dialog#dropdown-menu)
267+
* and [Dynamically populate drop-down
268+
* menus](https://developers.google.com/workspace/chat/design-interactive-card-dialog#dynamic-dropdown-menu).
269+
*
270+
* [Google Workspace add-ons and Chat
271+
* apps](https://developers.google.com/workspace/extend):
232272
* </pre>
233273
*
234274
* <code>DROPDOWN = 3;</code>

java-common-protos/proto-google-common-protos/src/main/proto/google/apps/card/v1/card.proto

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 Google LLC
1+
// Copyright 2026 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -1197,6 +1197,26 @@ message SelectionInput {
11971197
SWITCH = 2;
11981198

11991199
// A dropdown menu. Users can select one item from the menu.
1200+
//
1201+
// For Google Chat apps, you can populate items using a dynamic data source
1202+
// and autosuggest items as users type in the menu. For example, users can
1203+
// start typing the name of a Google Chat space and the widget autosuggests
1204+
// the space. To dynamically populate items for a dropdown menu, use one of
1205+
// the following types of data sources:
1206+
//
1207+
// * Google Workspace data: Items are populated using data from Google
1208+
// Workspace, such as Google Workspace users or Google Chat spaces.
1209+
// * External data: Items are populated from an external data
1210+
// source outside of Google Workspace.
1211+
//
1212+
// For examples of how to implement dropdown menus for Chat apps, see
1213+
// [Add a dropdown
1214+
// menu](https://developers.google.com/workspace/chat/design-interactive-card-dialog#dropdown-menu)
1215+
// and [Dynamically populate drop-down
1216+
// menus](https://developers.google.com/workspace/chat/design-interactive-card-dialog#dynamic-dropdown-menu).
1217+
//
1218+
// [Google Workspace add-ons and Chat
1219+
// apps](https://developers.google.com/workspace/extend):
12001220
DROPDOWN = 3;
12011221

12021222
// A menu with a text box. Users can type and select one or more items.

0 commit comments

Comments
 (0)