google-apis-chat_v1 0.32.0 → 0.35.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: 1b76377c3456f9395858c13f2ab8aeb7712d7480298ca2411b9957467be334aa
4
+ data.tar.gz: b3ee40dc7d0ff93de4e4e1f2457c96c0293de111e4e3439092d29a885d2897c7
5
5
  SHA512:
6
- metadata.gz: 131de5ed63ac874af5c5ae49220e507f4fee0e5b2ea0ec3dae8398f89b48dba10e224816f217b95deecc239356856c0430565865549d8f5f97fc323976c87184
7
- data.tar.gz: 228c32c75af5094d40d58b528c58c31c37242e23da2128ccd23e79969e9eef7bc47f8c7d6200459af242e601bb9979167b5e8fe69b0afd740dc986e12fdcccc0
6
+ metadata.gz: 110d55a676c28b1c255ecfa622e19b96ba61407df0e1f68e05ac9fe39c1a48990dd475464c1d4f00bc4492997f8072264539dc9fd1937f8ca75e720c2d728b66
7
+ data.tar.gz: 8473031407935055549a9d2f682aa8cea7ccb01845a42a5593e49c50354004cba965b086a87e3474ea7720f9084a8022f98f37ac0e46c11abd2818e2f1821917
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-chat_v1
2
2
 
3
+ ### v0.35.0 (2022-06-06)
4
+
5
+ * Regenerated using generator version 0.5.0
6
+
7
+ ### v0.34.0 (2022-05-25)
8
+
9
+ * Regenerated from discovery document revision 20220520
10
+
11
+ ### v0.33.0 (2022-05-18)
12
+
13
+ * Regenerated from discovery document revision 20220511
14
+
3
15
  ### v0.32.0 (2022-05-13)
4
16
 
5
17
  * 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.35.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220506"
25
+ REVISION = "20220520"
26
26
  end
27
27
  end
28
28
  end
@@ -23,8 +23,7 @@ module Google
23
23
  # Google Chat API
24
24
  #
25
25
  # Enables apps to fetch information and perform actions in Google Chat.
26
- # Authentication using a service account is a prerequisite for using the Google
27
- # Chat REST API.
26
+ # Authentication is a prerequisite for using the Google Chat REST API.
28
27
  #
29
28
  # @example
30
29
  # require 'google/apis/chat_v1'
@@ -22,8 +22,7 @@ module Google
22
22
  # Google Chat API
23
23
  #
24
24
  # Enables apps to fetch information and perform actions in Google Chat.
25
- # Authentication using a service account is a prerequisite for using the Google
26
- # Chat REST API.
25
+ # Authentication is a prerequisite for using the Google Chat REST API.
27
26
  #
28
27
  # @see https://developers.google.com/hangouts/chat
29
28
  module ChatV1
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.35.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-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.5'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.5'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.35.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Chat API V1