google-apis-chat_v1 0.32.0 → 0.33.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: 9006fe6d43f89b28a8d41b7136c3e1a0e2098e3cd1085484fe52dc79e77cc369
4
- data.tar.gz: 7e8287b0b1bc238dd9c2840d1a8dbf019080b08a635512b8229d3080be9380a4
3
+ metadata.gz: 7e1c3222bc5d64b8dacd65169d7a74f8c8c138052b6f90f659b54f94d9ff604f
4
+ data.tar.gz: e2e4a1da2408df5be7200ed901f474713470f54e06a325f38a69aed41fd014f9
5
5
  SHA512:
6
- metadata.gz: 131de5ed63ac874af5c5ae49220e507f4fee0e5b2ea0ec3dae8398f89b48dba10e224816f217b95deecc239356856c0430565865549d8f5f97fc323976c87184
7
- data.tar.gz: 228c32c75af5094d40d58b528c58c31c37242e23da2128ccd23e79969e9eef7bc47f8c7d6200459af242e601bb9979167b5e8fe69b0afd740dc986e12fdcccc0
6
+ metadata.gz: 75f899933d04f6d7c1d82460bf29fe9f2e6ce6facf43308abe0ac0689bba095628254c1d4c94496b83097db4bccdf43b4d44f0ce996c2b4bc591974b8d0f3953
7
+ data.tar.gz: c84ce50affa27cc8e2153552fa96c8bb5aa3a62a65697155a415684f71052b1d4eed06895acfc04fbd04c11791800085ca0dd5caca6204a00e437041d2c787bd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-chat_v1
2
2
 
3
+ ### v0.33.0 (2022-05-18)
4
+
5
+ * Regenerated from discovery document revision 20220511
6
+
3
7
  ### v0.32.0 (2022-05-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20220506
@@ -2483,9 +2483,8 @@ module Google
2483
2483
  # @return [String]
2484
2484
  attr_accessor :fallback_text
2485
2485
 
2486
- # Output only. The time at which the message was last updated in Google Chat
2487
- # server. If the message was never updated, this field will be same as
2488
- # create_time.
2486
+ # Output only. The time at which the message was last updated. If the message
2487
+ # was never updated, this field matches `create_time`.
2489
2488
  # Corresponds to the JSON property `lastUpdateTime`
2490
2489
  # @return [String]
2491
2490
  attr_accessor :last_update_time
@@ -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.32.0"
19
+ GEM_VERSION = "0.33.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220506"
25
+ REVISION = "20220511"
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.32.0
4
+ version: 0.33.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: 2022-05-16 00:00:00.000000000 Z
11
+ date: 2022-05-23 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.32.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.33.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: []