google-apis-chat_v1 0.56.0 → 0.57.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: ac4f1010b55aaf1e847d513d46aea3b929b74995334d4b4597bcd5c71bf68a52
4
- data.tar.gz: 9104fabf5179c5dc5d257dc1924d1a3943123f521d87592f6d4a3df9733978ad
3
+ metadata.gz: 2e57d0780b6b36684d84bb88d2238fb9644490678fe9e4b4d5c66ec2743fdf05
4
+ data.tar.gz: 63bb6c8eff6211a826d70d6a3746f0b7348211c1c6d61072ea4a137d08b34362
5
5
  SHA512:
6
- metadata.gz: 789b086753937e85ed98f7ff103b991484f6f4ae47d64ab3809125fd693a5ca786ef0755e32c3943b3a2258394380e34773af7a0921d519abe2d2f7786a8e4b6
7
- data.tar.gz: 3e82eea42f6230a7f25e93eeec573d4d9fcfc2b3a9e1d0c7b0a3e8c1de45d2914caf9e7504c1b1f53fbdcc29472cd653f9953633a3f4b3b7b3cf847c8451cede
6
+ metadata.gz: 860048ff7c78848afc2dc9d3a8caf303eaecfc315bc11fa0705b3ff224930a8289a2f94a689fbda45874cda1ee5ec23ddbf7dc93200b3cacd4a4cd2c799fa392
7
+ data.tar.gz: eabc63e8220177c473d98b4de2995eaed5a68d94d1fe06c646b2aea164e94fdcf28e56f159e2cd6953424742cebc4c35d89b12f821dac4d9ab20898af118259b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-chat_v1
2
2
 
3
+ ### v0.57.0 (2023-04-02)
4
+
5
+ * Regenerated from discovery document revision 20230328
6
+
3
7
  ### v0.56.0 (2023-03-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20230302
@@ -1011,7 +1011,8 @@ module Google
1011
1011
  end
1012
1012
  end
1013
1013
 
1014
- # Represents the complete border style applied to items in a widget.
1014
+ # The style options for the border of a card or widget, including the border
1015
+ # type and color.
1015
1016
  class GoogleAppsCardV1BorderStyle
1016
1017
  include Google::Apis::Core::Hashable
1017
1018
 
@@ -1605,7 +1606,8 @@ module Google
1605
1606
  class GoogleAppsCardV1Grid
1606
1607
  include Google::Apis::Core::Hashable
1607
1608
 
1608
- # Represents the complete border style applied to items in a widget.
1609
+ # The style options for the border of a card or widget, including the border
1610
+ # type and color.
1609
1611
  # Corresponds to the JSON property `borderStyle`
1610
1612
  # @return [Google::Apis::ChatV1::GoogleAppsCardV1BorderStyle]
1611
1613
  attr_accessor :border_style
@@ -1786,7 +1788,8 @@ module Google
1786
1788
  # @return [String]
1787
1789
  attr_accessor :alt_text
1788
1790
 
1789
- # Represents the complete border style applied to items in a widget.
1791
+ # The style options for the border of a card or widget, including the border
1792
+ # type and color.
1790
1793
  # Corresponds to the JSON property `borderStyle`
1791
1794
  # @return [Google::Apis::ChatV1::GoogleAppsCardV1BorderStyle]
1792
1795
  attr_accessor :border_style
@@ -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.56.0"
19
+ GEM_VERSION = "0.57.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 = "20230302"
25
+ REVISION = "20230328"
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.56.0
4
+ version: 0.57.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-03-12 00:00:00.000000000 Z
11
+ date: 2023-04-02 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.56.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.57.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: []