google-apis-chat_v1 0.136.0 → 0.138.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/chat_v1/classes.rb +78 -54
- data/lib/google/apis/chat_v1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9fb779d2581a89dd44256e29e385ee77a5eef2c04bec8981c2c1f1673a9acfae
|
|
4
|
+
data.tar.gz: 5f17a317fbeb1d2b1d33af92f9d3217adf539ec8f396eda55a300144576daf6a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c19120f8da28e79aa87ee34a965f302bcd328e81698fa348a2c098c9fcbad7b5ac17fba0e1a21f13ce689929a43ed443091bf507c86b8fa9436d7d50591eb0c9
|
|
7
|
+
data.tar.gz: 54ffb7df4d8a33f2d4b464bc736d4db0d13f4a60fa42201be5893836866cf16baee97f8c44509f5c248e532626b6ff69bd545b2c5dd7ec85e67f49795f6cef23
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-chat_v1
|
|
2
2
|
|
|
3
|
+
### v0.138.0 (2025-11-16)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20251109
|
|
6
|
+
|
|
7
|
+
### v0.137.0 (2025-11-02)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251029
|
|
10
|
+
|
|
3
11
|
### v0.136.0 (2025-10-26)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20251016
|
|
@@ -326,8 +326,8 @@ module Google
|
|
|
326
326
|
# @return [Google::Apis::ChatV1::DriveDataRef]
|
|
327
327
|
attr_accessor :drive_data_ref
|
|
328
328
|
|
|
329
|
-
#
|
|
330
|
-
#
|
|
329
|
+
# Identifier. Resource name of the attachment. Format: `spaces/`space`/messages/`
|
|
330
|
+
# message`/attachments/`attachment``.
|
|
331
331
|
# Corresponds to the JSON property `name`
|
|
332
332
|
# @return [String]
|
|
333
333
|
attr_accessor :name
|
|
@@ -1866,8 +1866,10 @@ module Google
|
|
|
1866
1866
|
# @return [String]
|
|
1867
1867
|
attr_accessor :display_style
|
|
1868
1868
|
|
|
1869
|
-
# The expression data for the card.
|
|
1870
|
-
#
|
|
1869
|
+
# The expression data for the card. Available for Google Workspace add-ons that
|
|
1870
|
+
# extend Google Workspace flows, which is available as part of the [Gemini Alpha
|
|
1871
|
+
# program](https://support.google.com/a/answer/14170809). Unavailable for Google
|
|
1872
|
+
# Chat apps.
|
|
1871
1873
|
# Corresponds to the JSON property `expressionData`
|
|
1872
1874
|
# @return [Array<Google::Apis::ChatV1::GoogleAppsCardV1ExpressionData>]
|
|
1873
1875
|
attr_accessor :expression_data
|
|
@@ -2328,15 +2330,17 @@ module Google
|
|
|
2328
2330
|
end
|
|
2329
2331
|
end
|
|
2330
2332
|
|
|
2331
|
-
# Represents an action that is not specific to a widget.
|
|
2332
|
-
#
|
|
2333
|
-
#
|
|
2333
|
+
# Represents an action that is not specific to a widget. Available for Google
|
|
2334
|
+
# Workspace add-ons that extend Google Workspace flows, which is available as
|
|
2335
|
+
# part of the [Gemini Alpha program](https://support.google.com/a/answer/
|
|
2336
|
+
# 14170809). Unavailable for Google Chat apps.
|
|
2334
2337
|
class GoogleAppsCardV1CommonWidgetAction
|
|
2335
2338
|
include Google::Apis::Core::Hashable
|
|
2336
2339
|
|
|
2337
|
-
# Represents an action that updates the visibility of a widget.
|
|
2338
|
-
#
|
|
2339
|
-
#
|
|
2340
|
+
# Represents an action that updates the visibility of a widget. Available for
|
|
2341
|
+
# Google Workspace add-ons that extend Google Workspace flows, which is
|
|
2342
|
+
# available as part of the [Gemini Alpha program](https://support.google.com/a/
|
|
2343
|
+
# answer/14170809). Unavailable for Google Chat apps.
|
|
2340
2344
|
# Corresponds to the JSON property `updateVisibilityAction`
|
|
2341
2345
|
# @return [Google::Apis::ChatV1::GoogleAppsCardV1UpdateVisibilityAction]
|
|
2342
2346
|
attr_accessor :update_visibility_action
|
|
@@ -2351,9 +2355,10 @@ module Google
|
|
|
2351
2355
|
end
|
|
2352
2356
|
end
|
|
2353
2357
|
|
|
2354
|
-
# Represents a condition that can be used to trigger an action.
|
|
2355
|
-
#
|
|
2356
|
-
#
|
|
2358
|
+
# Represents a condition that can be used to trigger an action. Available for
|
|
2359
|
+
# Google Workspace add-ons that extend Google Workspace flows, which is
|
|
2360
|
+
# available as part of the [Gemini Alpha program](https://support.google.com/a/
|
|
2361
|
+
# answer/14170809). Unavailable for Google Chat apps.
|
|
2357
2362
|
class GoogleAppsCardV1Condition
|
|
2358
2363
|
include Google::Apis::Core::Hashable
|
|
2359
2364
|
|
|
@@ -2362,8 +2367,10 @@ module Google
|
|
|
2362
2367
|
# @return [String]
|
|
2363
2368
|
attr_accessor :action_rule_id
|
|
2364
2369
|
|
|
2365
|
-
# Represents a condition that is evaluated using CEL.
|
|
2366
|
-
# Workspace
|
|
2370
|
+
# Represents a condition that is evaluated using CEL. Available for Google
|
|
2371
|
+
# Workspace add-ons that extend Google Workspace flows, which is available as
|
|
2372
|
+
# part of the [Gemini Alpha program](https://support.google.com/a/answer/
|
|
2373
|
+
# 14170809). Unavailable for Google Chat apps.
|
|
2367
2374
|
# Corresponds to the JSON property `expressionDataCondition`
|
|
2368
2375
|
# @return [Google::Apis::ChatV1::GoogleAppsCardV1ExpressionDataCondition]
|
|
2369
2376
|
attr_accessor :expression_data_condition
|
|
@@ -2380,8 +2387,9 @@ module Google
|
|
|
2380
2387
|
end
|
|
2381
2388
|
|
|
2382
2389
|
# A configuration object that helps configure the data sources for a widget.
|
|
2383
|
-
#
|
|
2384
|
-
#
|
|
2390
|
+
# Available for Google Workspace add-ons that extend Google Workspace flows,
|
|
2391
|
+
# which is available as part of the [Gemini Alpha program](https://support.
|
|
2392
|
+
# google.com/a/answer/14170809). Unavailable for Google Chat apps.
|
|
2385
2393
|
class GoogleAppsCardV1DataSourceConfig
|
|
2386
2394
|
include Google::Apis::Core::Hashable
|
|
2387
2395
|
|
|
@@ -2464,14 +2472,14 @@ module Google
|
|
|
2464
2472
|
# @return [String]
|
|
2465
2473
|
attr_accessor :type
|
|
2466
2474
|
|
|
2467
|
-
#
|
|
2468
|
-
#
|
|
2469
|
-
#
|
|
2470
|
-
#
|
|
2471
|
-
#
|
|
2472
|
-
#
|
|
2473
|
-
#
|
|
2474
|
-
#
|
|
2475
|
+
# The default value displayed in the widget, in milliseconds since [Unix epoch
|
|
2476
|
+
# time](https://en.wikipedia.org/wiki/Unix_time). Specify the value based on the
|
|
2477
|
+
# type of picker (`DateTimePickerType`): * `DATE_AND_TIME`: a calendar date and
|
|
2478
|
+
# time in UTC. For example, to represent January 1, 2023 at 12:00 PM UTC, use `
|
|
2479
|
+
# 1672574400000`. * `DATE_ONLY`: a calendar date at 00:00:00 UTC. For example,
|
|
2480
|
+
# to represent January 1, 2023, use `1672531200000`. * `TIME_ONLY`: a time in
|
|
2481
|
+
# UTC. For example, to represent 12:00 PM, use `43200000` (or `12 * 60 * 60 *
|
|
2482
|
+
# 1000`).
|
|
2475
2483
|
# Corresponds to the JSON property `valueMsEpoch`
|
|
2476
2484
|
# @return [Fixnum]
|
|
2477
2485
|
attr_accessor :value_ms_epoch
|
|
@@ -2672,9 +2680,10 @@ module Google
|
|
|
2672
2680
|
end
|
|
2673
2681
|
end
|
|
2674
2682
|
|
|
2675
|
-
# Represents an actionthat can be performed on an ui element.
|
|
2676
|
-
# Google Workspace
|
|
2677
|
-
#
|
|
2683
|
+
# Represents an actionthat can be performed on an ui element. Available for
|
|
2684
|
+
# Google Workspace add-ons that extend Google Workspace flows, which is
|
|
2685
|
+
# available as part of the [Gemini Alpha program](https://support.google.com/a/
|
|
2686
|
+
# answer/14170809). Unavailable for Google Chat apps.
|
|
2678
2687
|
class GoogleAppsCardV1EventAction
|
|
2679
2688
|
include Google::Apis::Core::Hashable
|
|
2680
2689
|
|
|
@@ -2683,9 +2692,10 @@ module Google
|
|
|
2683
2692
|
# @return [String]
|
|
2684
2693
|
attr_accessor :action_rule_id
|
|
2685
2694
|
|
|
2686
|
-
# Represents an action that is not specific to a widget.
|
|
2687
|
-
#
|
|
2688
|
-
#
|
|
2695
|
+
# Represents an action that is not specific to a widget. Available for Google
|
|
2696
|
+
# Workspace add-ons that extend Google Workspace flows, which is available as
|
|
2697
|
+
# part of the [Gemini Alpha program](https://support.google.com/a/answer/
|
|
2698
|
+
# 14170809). Unavailable for Google Chat apps.
|
|
2689
2699
|
# Corresponds to the JSON property `commonWidgetAction`
|
|
2690
2700
|
# @return [Google::Apis::ChatV1::GoogleAppsCardV1CommonWidgetAction]
|
|
2691
2701
|
attr_accessor :common_widget_action
|
|
@@ -2707,9 +2717,10 @@ module Google
|
|
|
2707
2717
|
end
|
|
2708
2718
|
end
|
|
2709
2719
|
|
|
2710
|
-
# Represents the data that is used to evaluate an expression.
|
|
2711
|
-
# Google Workspace
|
|
2712
|
-
#
|
|
2720
|
+
# Represents the data that is used to evaluate an expression. Available for
|
|
2721
|
+
# Google Workspace add-ons that extend Google Workspace flows, which is
|
|
2722
|
+
# available as part of the [Gemini Alpha program](https://support.google.com/a/
|
|
2723
|
+
# answer/14170809). Unavailable for Google Chat apps.
|
|
2713
2724
|
class GoogleAppsCardV1ExpressionData
|
|
2714
2725
|
include Google::Apis::Core::Hashable
|
|
2715
2726
|
|
|
@@ -2746,8 +2757,10 @@ module Google
|
|
|
2746
2757
|
end
|
|
2747
2758
|
end
|
|
2748
2759
|
|
|
2749
|
-
# Represents a condition that is evaluated using CEL.
|
|
2750
|
-
# Workspace
|
|
2760
|
+
# Represents a condition that is evaluated using CEL. Available for Google
|
|
2761
|
+
# Workspace add-ons that extend Google Workspace flows, which is available as
|
|
2762
|
+
# part of the [Gemini Alpha program](https://support.google.com/a/answer/
|
|
2763
|
+
# 14170809). Unavailable for Google Chat apps.
|
|
2751
2764
|
class GoogleAppsCardV1ExpressionDataCondition
|
|
2752
2765
|
include Google::Apis::Core::Hashable
|
|
2753
2766
|
|
|
@@ -3406,8 +3419,10 @@ module Google
|
|
|
3406
3419
|
|
|
3407
3420
|
# A unique ID assigned to the section that's used to identify the section to be
|
|
3408
3421
|
# mutated. The ID has a character limit of 64 characters and should be in the
|
|
3409
|
-
# format of `[a-zA-Z0-9-]+`.
|
|
3410
|
-
#
|
|
3422
|
+
# format of `[a-zA-Z0-9-]+`. Available for Google Workspace add-ons that extend
|
|
3423
|
+
# Google Workspace flows, which is available as part of the [Gemini Alpha
|
|
3424
|
+
# program](https://support.google.com/a/answer/14170809). Unavailable for Google
|
|
3425
|
+
# Chat apps.
|
|
3411
3426
|
# Corresponds to the JSON property `id`
|
|
3412
3427
|
# @return [String]
|
|
3413
3428
|
attr_accessor :id
|
|
@@ -3462,8 +3477,9 @@ module Google
|
|
|
3462
3477
|
# provides more fine-grained control over the data source. If specified, the `
|
|
3463
3478
|
# multi_select_max_selected_items` field, `multi_select_min_query_length` field,
|
|
3464
3479
|
# `external_data_source` field and `platform_data_source` field are ignored.
|
|
3465
|
-
#
|
|
3466
|
-
#
|
|
3480
|
+
# Available for Google Workspace add-ons that extend Google Workspace flows,
|
|
3481
|
+
# which is available as part of the [Gemini Alpha program](https://support.
|
|
3482
|
+
# google.com/a/answer/14170809). Unavailable for Google Chat apps.
|
|
3467
3483
|
# Corresponds to the JSON property `dataSourceConfigs`
|
|
3468
3484
|
# @return [Array<Google::Apis::ChatV1::GoogleAppsCardV1DataSourceConfig>]
|
|
3469
3485
|
attr_accessor :data_source_configs
|
|
@@ -3478,8 +3494,9 @@ module Google
|
|
|
3478
3494
|
|
|
3479
3495
|
# Optional. Text that appears below the selection input field meant to assist
|
|
3480
3496
|
# users by prompting them to enter a certain value. This text is always visible.
|
|
3481
|
-
#
|
|
3482
|
-
#
|
|
3497
|
+
# Available for Google Workspace add-ons that extend Google Workspace flows,
|
|
3498
|
+
# which is available as part of the [Gemini Alpha program](https://support.
|
|
3499
|
+
# google.com/a/answer/14170809). Unavailable for Google Chat apps.
|
|
3483
3500
|
# Corresponds to the JSON property `hintText`
|
|
3484
3501
|
# @return [String]
|
|
3485
3502
|
attr_accessor :hint_text
|
|
@@ -3890,8 +3907,10 @@ module Google
|
|
|
3890
3907
|
end
|
|
3891
3908
|
end
|
|
3892
3909
|
|
|
3893
|
-
# Represents a trigger.
|
|
3894
|
-
# Google
|
|
3910
|
+
# Represents a trigger. Available for Google Workspace add-ons that extend
|
|
3911
|
+
# Google Workspace flows, which is available as part of the [Gemini Alpha
|
|
3912
|
+
# program](https://support.google.com/a/answer/14170809). Unavailable for Google
|
|
3913
|
+
# Chat apps.
|
|
3895
3914
|
class GoogleAppsCardV1Trigger
|
|
3896
3915
|
include Google::Apis::Core::Hashable
|
|
3897
3916
|
|
|
@@ -3910,9 +3929,10 @@ module Google
|
|
|
3910
3929
|
end
|
|
3911
3930
|
end
|
|
3912
3931
|
|
|
3913
|
-
# Represents an action that updates the visibility of a widget.
|
|
3914
|
-
#
|
|
3915
|
-
#
|
|
3932
|
+
# Represents an action that updates the visibility of a widget. Available for
|
|
3933
|
+
# Google Workspace add-ons that extend Google Workspace flows, which is
|
|
3934
|
+
# available as part of the [Gemini Alpha program](https://support.google.com/a/
|
|
3935
|
+
# answer/14170809). Unavailable for Google Chat apps.
|
|
3916
3936
|
class GoogleAppsCardV1UpdateVisibilityAction
|
|
3917
3937
|
include Google::Apis::Core::Hashable
|
|
3918
3938
|
|
|
@@ -4053,9 +4073,10 @@ module Google
|
|
|
4053
4073
|
# @return [Google::Apis::ChatV1::GoogleAppsCardV1Divider]
|
|
4054
4074
|
attr_accessor :divider
|
|
4055
4075
|
|
|
4056
|
-
# Specifies the event actions that can be performed on the widget.
|
|
4057
|
-
#
|
|
4058
|
-
#
|
|
4076
|
+
# Specifies the event actions that can be performed on the widget. Available for
|
|
4077
|
+
# Google Workspace add-ons that extend Google Workspace flows, which is
|
|
4078
|
+
# available as part of the [Gemini Alpha program](https://support.google.com/a/
|
|
4079
|
+
# answer/14170809). Unavailable for Google Chat apps.
|
|
4059
4080
|
# Corresponds to the JSON property `eventActions`
|
|
4060
4081
|
# @return [Array<Google::Apis::ChatV1::GoogleAppsCardV1EventAction>]
|
|
4061
4082
|
attr_accessor :event_actions
|
|
@@ -4086,8 +4107,10 @@ module Google
|
|
|
4086
4107
|
|
|
4087
4108
|
# A unique ID assigned to the widget that's used to identify the widget to be
|
|
4088
4109
|
# mutated. The ID has a character limit of 64 characters and should be in the
|
|
4089
|
-
# format of `[a-zA-Z0-9-]+` and.
|
|
4090
|
-
#
|
|
4110
|
+
# format of `[a-zA-Z0-9-]+` and. Available for Google Workspace add-ons that
|
|
4111
|
+
# extend Google Workspace flows, which is available as part of the [Gemini Alpha
|
|
4112
|
+
# program](https://support.google.com/a/answer/14170809). Unavailable for Google
|
|
4113
|
+
# Chat apps.
|
|
4091
4114
|
# Corresponds to the JSON property `id`
|
|
4092
4115
|
# @return [String]
|
|
4093
4116
|
attr_accessor :id
|
|
@@ -4148,8 +4171,9 @@ module Google
|
|
|
4148
4171
|
attr_accessor :text_paragraph
|
|
4149
4172
|
|
|
4150
4173
|
# Specifies whether the widget is visible or hidden. The default value is `
|
|
4151
|
-
# VISIBLE`.
|
|
4152
|
-
#
|
|
4174
|
+
# VISIBLE`. Available for Google Workspace add-ons that extend Google Workspace
|
|
4175
|
+
# flows, which is available as part of the [Gemini Alpha program](https://
|
|
4176
|
+
# support.google.com/a/answer/14170809). Unavailable for Google Chat apps.
|
|
4153
4177
|
# Corresponds to the JSON property `visibility`
|
|
4154
4178
|
# @return [String]
|
|
4155
4179
|
attr_accessor :visibility
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ChatV1
|
|
18
18
|
# Version of the google-apis-chat_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.138.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251109"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-chat_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.138.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chat_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.138.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chat_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|