google-apis-chat_v1 0.3.0 → 0.4.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: d901b834b96523629efdd245d9f12a35ffde71faefc5a27c9f9ddd1f6ebab5d3
4
- data.tar.gz: decb136bdfb30e7a6df3cff30d76093711431fe05f32798aed7325d4d491519f
3
+ metadata.gz: 826fb89904f0ac42ebc61cf8ebfc7a58650b39384ff7bfc5d14481be836acaea
4
+ data.tar.gz: 3698af6d86f72010abfc16279df3b4816e78c2394d6c4a7ddfb2f48ea899cc0d
5
5
  SHA512:
6
- metadata.gz: 3cf0cb3fb274eaf3eb27533137300492ebe459df0288efa4ff1b1ecf530040057cb505dee659e3d40891d5271e3014f9747f083b5fb1c58c2dc766405d01f763
7
- data.tar.gz: 7b774d4aac183a141f556940abb2e19fb0c154f57e6309ed570e2e99e23e5027a23d433f41bf16b42df99d6cf57f7911360fd94d9c836add1f9f4d5ff14821c4
6
+ metadata.gz: 2e7e3c9a52ea5ed2db285d3dd7c0e45f83e150a36531e9460bd341a774859a34733a45885b9fb9039a77b2106db3f7a715b5599db4fab37e35649348c1d1372a
7
+ data.tar.gz: c70f661e17750754a692c5b8f8ef51cb8672d1cfcdcb9b2cd3b7937312246976e3931877fa44d391cbd5ba5b05bbc2033cba856453d4d9766a2821dae8fd1cbc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-chat_v1
2
2
 
3
+ ### v0.4.0 (2021-03-12)
4
+
5
+ * Regenerated from discovery document revision 20210307
6
+ * Regenerated using generator version 0.2.0
7
+
3
8
  ### v0.3.0 (2021-03-04)
4
9
 
5
10
  * Unspecified changes
@@ -766,8 +766,7 @@ module Google
766
766
  # @return [String]
767
767
  attr_accessor :fallback_text
768
768
 
769
- # Resource name, in the form "spaces/*/messages/*". Example: spaces/AAAAMpdlehY/
770
- # messages/UMxbHmzDlr4.UMxbHmzDlr4
769
+ #
771
770
  # Corresponds to the JSON property `name`
772
771
  # @return [String]
773
772
  attr_accessor :name
@@ -784,7 +783,7 @@ module Google
784
783
  # @return [Google::Apis::ChatV1::User]
785
784
  attr_accessor :sender
786
785
 
787
- # A Slash Command in Hangouts Chat.
786
+ # A Slash Command in Chat.
788
787
  # Corresponds to the JSON property `slashCommand`
789
788
  # @return [Google::Apis::ChatV1::SlashCommand]
790
789
  attr_accessor :slash_command
@@ -899,7 +898,7 @@ module Google
899
898
  end
900
899
  end
901
900
 
902
- # A Slash Command in Hangouts Chat.
901
+ # A Slash Command in Chat.
903
902
  class SlashCommand
904
903
  include Google::Apis::Core::Hashable
905
904
 
@@ -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.3.0"
19
+ GEM_VERSION = "0.4.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210127"
25
+ REVISION = "20210307"
26
26
  end
27
27
  end
28
28
  end
@@ -636,8 +636,6 @@ module Google
636
636
 
637
637
  # Updates a message.
638
638
  # @param [String] name
639
- # Resource name, in the form "spaces/*/messages/*". Example: spaces/AAAAMpdlehY/
640
- # messages/UMxbHmzDlr4.UMxbHmzDlr4
641
639
  # @param [Google::Apis::ChatV1::Message] message_object
642
640
  # @param [String] update_mask
643
641
  # Required. The field paths to be updated, comma separated if there are multiple.
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.3.0
4
+ version: 0.4.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: 2021-03-08 00:00:00.000000000 Z
11
+ date: 2021-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-chat_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.3.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.4.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-chat_v1
57
57
  post_install_message:
58
58
  rdoc_options: []