google-apis-chat_v1 0.70.0 → 0.71.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f83ed9bbbeed1bd7a0f49fcc932201d577911c51be0f5b8450ce454990dfd57b
4
- data.tar.gz: d45ba15dc2fd0c474aa1abd8971a8736790d2819afbe7e3f8b27f9a95ec35361
3
+ metadata.gz: ce621095e264dc798a09e6a341c48058e3571ee26c704d05862d230118f49efa
4
+ data.tar.gz: 80ca270f821d484631f1045f6b3c98a3aa53366c749a680b9af2c7148184029b
5
5
  SHA512:
6
- metadata.gz: 528643c9f0bf5ff9c5d21a5637163522098a853ca5a63eb077218d9a39905832389b0871be402662378d21a914ec1cfee710ac88a6111141bb249ecd425e2213
7
- data.tar.gz: 92aa0621c15f3f5ee1cad75fec64629673d1f69f5e837f5067123ae31f2e4c9af3a0588845bb3b019544bca2763b343202040f707b8699f331e41ca6a867bd36
6
+ metadata.gz: 472717af0f1da43a4ccdc086d2672c1162348d9d60e2931cdc68df254b79cd3acaf0e299f34e056d2aa64c44b6daaaf3fb451f109e0dc3b812b874e11f4c7afd
7
+ data.tar.gz: aec09b6ecbcc2d7344a3c54f1aba3fc939799bc9683b75761528ffad57f153f7fa55c68dd602eba9dd49f0fe02b98b172572b524686b71b196b55b5e3cd8bbc0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-chat_v1
2
2
 
3
+ ### v0.71.0 (2023-09-10)
4
+
5
+ * Regenerated from discovery document revision 20230905
6
+
3
7
  ### v0.70.0 (2023-09-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20230827
@@ -3425,10 +3425,11 @@ module Google
3425
3425
  attr_accessor :space
3426
3426
 
3427
3427
  # Plain-text body of the message. The first link to an image, video, or web page
3428
- # generates a preview chip. You can also @mention a Google Chat user, or
3429
- # everyone in the space. To learn about creating text messages, see [Create a
3430
- # text message](https://developers.google.com/chat/api/guides/message-formats/
3431
- # text).
3428
+ # generates a [preview chip](https://developers.google.com/chat/how-tos/preview-
3429
+ # links). You can also [@mention a Google Chat user](https://developers.google.
3430
+ # com/chat/api/guides/message-formats/text#messages-@mention), or everyone in
3431
+ # the space. To learn about creating text messages, see [Create a text message](
3432
+ # https://developers.google.com/chat/api/guides/message-formats/text).
3432
3433
  # Corresponds to the JSON property `text`
3433
3434
  # @return [String]
3434
3435
  attr_accessor :text
@@ -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.70.0"
19
+ GEM_VERSION = "0.71.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230827"
25
+ REVISION = "20230905"
26
26
  end
27
27
  end
28
28
  end
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.70.0
4
+ version: 0.71.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-09-03 00:00:00.000000000 Z
11
+ date: 2023-09-10 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.70.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.71.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: []