google-apis-chat_v1 0.51.0 → 0.52.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d3f4a377cac8451cdfb29b0b5a6341ebc3b54785f6bc018680268fc53bfa1b66
4
- data.tar.gz: 0aa3ef70db8e8b12e9d28122c51d8e344b7c72ba9d85831b7dfe2a70d79d8cb1
3
+ metadata.gz: 3714de06f7773230e1276d95b2f3b9178839f76f9699b51d21b167a8746c652e
4
+ data.tar.gz: '0091eb9417f31be71f25ebc0f8cf7b26f0ac8a3779d4d1c520c52a8d37c68a45'
5
5
  SHA512:
6
- metadata.gz: 6e5e864b8f4aaa496cc0b480816208d764e6396504ef725efc35808616bbc4f71e4606952e94fcffd3c82f87fcac6af7d244b38ad6661f0ed0b2eb7f8d523d6d
7
- data.tar.gz: 0740c98535b47c8186d6bda15f92c8659e203ad9a896da194682132c1711de3a3cb17765a944abdd86ce5273179db6359f9d1410fb918fc7b84bbb9a0dd1c40f
6
+ metadata.gz: 18b6594c979c43267ce4a47ce6ca9264e9e1149c1f8d9a341a133b665a864a340de23d7fc06cb743dadb2c278a180ebedd4201d8e7a54f388f111f55c47931a2
7
+ data.tar.gz: d80d0e05c3bae4a160fccc1d1f685eba502fda6beb4d8b9ca6580be1f205a268b0ee2ba713b5129973093d1ca95c3a3e7005d321c3f7b818010e0a9a4e7a73e8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-chat_v1
2
2
 
3
+ ### v0.52.0 (2023-02-05)
4
+
5
+ * Regenerated from discovery document revision 20230131
6
+
3
7
  ### v0.51.0 (2023-01-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20230119
@@ -50,7 +50,7 @@ module Google
50
50
  end
51
51
  end
52
52
 
53
- # Parameters that a Chat app can use to configure how it's response is posted.
53
+ # Parameters that a Chat app can use to configure how its response is posted.
54
54
  class ActionResponse
55
55
  include Google::Apis::Core::Hashable
56
56
 
@@ -113,9 +113,9 @@ module Google
113
113
  # Annotations associated with the plain-text body of the message. Example plain-
114
114
  # text message body: ``` Hello @FooBot how are you!" ``` The corresponding
115
115
  # annotations metadata: ``` "annotations":[` "type":"USER_MENTION", "startIndex":
116
- # 6, "length":7, "userMention": ` "user": ` "name":"users/107946847022116401880",
117
- # "displayName":"FooBot", "avatarUrl":"https://goo.gl/aeDtrS", "type":"BOT" `, "
118
- # type":"MENTION" ` `] ```
116
+ # 6, "length":7, "userMention": ` "user": ` "name":"users/`user`", "displayName":
117
+ # "FooBot", "avatarUrl":"https://goo.gl/aeDtrS", "type":"BOT" `, "type":"MENTION"
118
+ # ` `] ```
119
119
  class Annotation
120
120
  include Google::Apis::Core::Hashable
121
121
 
@@ -2729,7 +2729,7 @@ module Google
2729
2729
  class Message
2730
2730
  include Google::Apis::Core::Hashable
2731
2731
 
2732
- # Parameters that a Chat app can use to configure how it's response is posted.
2732
+ # Parameters that a Chat app can use to configure how its response is posted.
2733
2733
  # Corresponds to the JSON property `actionResponse`
2734
2734
  # @return [Google::Apis::ChatV1::ActionResponse]
2735
2735
  attr_accessor :action_response
@@ -2744,7 +2744,7 @@ module Google
2744
2744
  # @return [String]
2745
2745
  attr_accessor :argument_text
2746
2746
 
2747
- # User uploaded attachment.
2747
+ # User-uploaded attachment.
2748
2748
  # Corresponds to the JSON property `attachment`
2749
2749
  # @return [Array<Google::Apis::ChatV1::Attachment>]
2750
2750
  attr_accessor :attachment
@@ -2759,7 +2759,7 @@ module Google
2759
2759
 
2760
2760
  # Richly formatted and interactive cards that display UI elements and editable
2761
2761
  # widgets, such as: - Formatted text - Buttons - Clickable images - Checkboxes -
2762
- # Radio buttons - Input widgets. Cards are usually displayed below the text-body
2762
+ # Radio buttons - Input widgets. Cards are usually displayed below the text body
2763
2763
  # of a Chat message, but can situationally appear other places, such as [dialogs]
2764
2764
  # (https://developers.google.com/chat/how-tos/dialogs). The `cardId` is a unique
2765
2765
  # identifier among cards in the same message and for identifying user input
@@ -3211,9 +3211,9 @@ module Google
3211
3211
 
3212
3212
  # Optional. Opaque thread identifier. To start or add to a thread, create a
3213
3213
  # message and specify a `threadKey` or the thread.name. For example usage, see [
3214
- # Start or reply to a message thread](/chat/api/guides/crudl/messages#
3215
- # start_or_reply_to_a_message_thread). For other requests, this is an output
3216
- # only field.
3214
+ # Start or reply to a message thread](https://developers.google.com/chat/api/
3215
+ # guides/crudl/messages#start_or_reply_to_a_message_thread). For other requests,
3216
+ # this is an output only field.
3217
3217
  # Corresponds to the JSON property `threadKey`
3218
3218
  # @return [String]
3219
3219
  attr_accessor :thread_key
@@ -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.51.0"
19
+ GEM_VERSION = "0.52.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230119"
25
+ REVISION = "20230131"
26
26
  end
27
27
  end
28
28
  end
@@ -298,8 +298,9 @@ module Google
298
298
  # @param [String] thread_key
299
299
  # Optional. Deprecated: Use thread.thread_key instead. Opaque thread identifier.
300
300
  # To start or add to a thread, create a message and specify a `threadKey` or the
301
- # thread.name. For example usage, see [Start or reply to a message thread](/chat/
302
- # api/guides/crudl/messages#start_or_reply_to_a_message_thread).
301
+ # thread.name. For example usage, see [Start or reply to a message thread](https:
302
+ # //developers.google.com/chat/api/guides/crudl/messages#
303
+ # start_or_reply_to_a_message_thread).
303
304
  # @param [String] fields
304
305
  # Selector specifying which fields to include in a partial response.
305
306
  # @param [String] quota_user
@@ -527,8 +528,9 @@ module Google
527
528
  end
528
529
 
529
530
  # Gets the metadata of a message attachment. The attachment data is fetched
530
- # using the media API. Requires [service account authentication](https://
531
- # developers.google.com/chat/api/guides/auth/service-accounts).
531
+ # using the [media API](https://developers.google.com/chat/api/reference/rest/v1/
532
+ # media/download). Requires [service account authentication](https://developers.
533
+ # google.com/chat/api/guides/auth/service-accounts).
532
534
  # @param [String] name
533
535
  # Required. Resource name of the attachment, in the form "spaces/*/messages/*/
534
536
  # attachments/*".
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-chat_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.51.0
4
+ version: 0.52.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-01-29 00:00:00.000000000 Z
11
+ date: 2023-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chat_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.51.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.52.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chat_v1
63
63
  post_install_message:
64
64
  rdoc_options: []