You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-chat/v1/2.0.0/com/google/api/services/chat/v1/model/GoogleAppsCardV1DataSourceConfig.java
Copy file name to clipboardExpand all lines: clients/google-api-services-chat/v1/2.0.0/com/google/api/services/chat/v1/model/GoogleAppsCardV1SelectionInput.java
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -44,8 +44,7 @@ public final class GoogleAppsCardV1SelectionInput extends com.google.api.client.
44
44
* grained control over the data source. If specified, the `multi_select_max_selected_items`
45
45
* field, `multi_select_min_query_length` field, `external_data_source` field and
46
46
* `platform_data_source` field are ignored. Available for Google Workspace add-ons that extend
47
-
* Google Workspace Studio. Available for the `Dropdown widget` in Google Chat apps as part of the
48
-
* [Developer Preview Program](https://developers.google.com/workspace/preview). For the
47
+
* Google Workspace Studio. Available for the `Dropdown widget` in Google Chat apps. For the
49
48
* `Dropdown` widget in Google Chat apps, only one `DataSourceConfig` is supported. If multiple
50
49
* `DataSourceConfig`s are set, only the first one is used.
51
50
* The value may be {@code null}.
@@ -152,8 +151,7 @@ public final class GoogleAppsCardV1SelectionInput extends com.google.api.client.
152
151
* grained control over the data source. If specified, the `multi_select_max_selected_items`
153
152
* field, `multi_select_min_query_length` field, `external_data_source` field and
154
153
* `platform_data_source` field are ignored. Available for Google Workspace add-ons that extend
155
-
* Google Workspace Studio. Available for the `Dropdown widget` in Google Chat apps as part of the
156
-
* [Developer Preview Program](https://developers.google.com/workspace/preview). For the
154
+
* Google Workspace Studio. Available for the `Dropdown widget` in Google Chat apps. For the
157
155
* `Dropdown` widget in Google Chat apps, only one `DataSourceConfig` is supported. If multiple
158
156
* `DataSourceConfig`s are set, only the first one is used.
159
157
* @return value or {@code null} for none
@@ -167,8 +165,7 @@ public java.util.List<GoogleAppsCardV1DataSourceConfig> getDataSourceConfigs() {
167
165
* grained control over the data source. If specified, the `multi_select_max_selected_items`
168
166
* field, `multi_select_min_query_length` field, `external_data_source` field and
169
167
* `platform_data_source` field are ignored. Available for Google Workspace add-ons that extend
170
-
* Google Workspace Studio. Available for the `Dropdown widget` in Google Chat apps as part of the
171
-
* [Developer Preview Program](https://developers.google.com/workspace/preview). For the
168
+
* Google Workspace Studio. Available for the `Dropdown widget` in Google Chat apps. For the
172
169
* `Dropdown` widget in Google Chat apps, only one `DataSourceConfig` is supported. If multiple
173
170
* `DataSourceConfig`s are set, only the first one is used.
174
171
* @param dataSourceConfigs dataSourceConfigs or {@code null} for none
0 commit comments