google-apis-chat_v1 0.98.0 → 0.99.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: 7c7f5381d0fb825bff8741b8e72d07ec79daf695a34ebb61c50f8056026393a4
4
- data.tar.gz: 74e6bfcf2f7c125f2d9d535783d74b30912e314f5d7255f81a7e97b255b8632e
3
+ metadata.gz: 3c13ac8822d50aac80311aeeb33bb1c96f9297a462b810177a58153b7f6a5761
4
+ data.tar.gz: 9cc0b62dbef77a7678c5c571b5402b283b8c3492200289aa2e76c30859f0ae91
5
5
  SHA512:
6
- metadata.gz: 99eb911e2084e0019876e7f052a6c3dc72674cc6aec718666e541ae23335e0a5e2ede70a3df96934c8ec0bbc6fa88c60a0eccc94c522edbc43e641b3f3732b25
7
- data.tar.gz: 627d69647e22405d8289b241e3d0b8beb0ebbfaf7d6f7194e9fd2bb2439cb6c074096977bcb673b6831710f951398bb511eb27d101b5a012cc7e1b416419319a
6
+ metadata.gz: 5e9a97d572db19fea2b6e208ad05a704593729a3b60141969eb251cf35a7ca249ee6c87706bf72c816f94c44ea20f6b4571a914b31c0f423645af2f0c31b5e8a
7
+ data.tar.gz: b42778712a4cdc24f941e6cd3f292a0001b6eb73097ed645617e4e6d3290e32b3affd1ae74e45b017d35a5707bd6e23c8cb78c51791ba848493898cd95794410
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-chat_v1
2
2
 
3
+ ### v0.99.0 (2024-08-04)
4
+
5
+ * Regenerated from discovery document revision 20240728
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.98.0 (2024-07-25)
4
9
 
5
10
  * Regenerated from discovery document revision 20240709
@@ -1801,8 +1801,7 @@ module Google
1801
1801
  # devices, the second column wraps if the screen width is less than or equal to
1802
1802
  # 320 dp. To include more than 2 columns, or to use rows, use the `Grid` widget.
1803
1803
  # [Google Workspace Add-ons and Chat apps](https://developers.google.com/
1804
- # workspace/extend): Columns for Google Workspace Add-ons are in Developer
1805
- # Preview.
1804
+ # workspace/extend):
1806
1805
  class GoogleAppsCardV1Columns
1807
1806
  include Google::Apis::Core::Hashable
1808
1807
 
@@ -2971,8 +2970,7 @@ module Google
2971
2970
  # devices, the second column wraps if the screen width is less than or equal to
2972
2971
  # 320 dp. To include more than 2 columns, or to use rows, use the `Grid` widget.
2973
2972
  # [Google Workspace Add-ons and Chat apps](https://developers.google.com/
2974
- # workspace/extend): Columns for Google Workspace Add-ons are in Developer
2975
- # Preview.
2973
+ # workspace/extend):
2976
2974
  # Corresponds to the JSON property `columns`
2977
2975
  # @return [Google::Apis::ChatV1::GoogleAppsCardV1Columns]
2978
2976
  attr_accessor :columns
@@ -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.98.0"
19
+ GEM_VERSION = "0.99.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240709"
25
+ REVISION = "20240728"
26
26
  end
27
27
  end
28
28
  end
@@ -48,28 +48,28 @@ module Google
48
48
  # Private Service: https://www.googleapis.com/auth/chat.bot
49
49
  AUTH_CHAT_BOT = 'https://www.googleapis.com/auth/chat.bot'
50
50
 
51
- # Delete conversations and spaces & remove access to associated files in Google Chat
51
+ # Delete conversations and spaces and remove access to associated files in Google Chat
52
52
  AUTH_CHAT_DELETE = 'https://www.googleapis.com/auth/chat.delete'
53
53
 
54
54
  # Import spaces, messages, and memberships into Google Chat.
55
55
  AUTH_CHAT_IMPORT = 'https://www.googleapis.com/auth/chat.import'
56
56
 
57
- # View, add, update, and remove members from conversations in Google Chat
57
+ # See, add, update, and remove members from conversations and spaces in Google Chat
58
58
  AUTH_CHAT_MEMBERSHIPS = 'https://www.googleapis.com/auth/chat.memberships'
59
59
 
60
- # Add and remove itself from conversations in Google Chat
60
+ # Add and remove itself from conversations and spaces in Google Chat
61
61
  AUTH_CHAT_MEMBERSHIPS_APP = 'https://www.googleapis.com/auth/chat.memberships.app'
62
62
 
63
63
  # View members in Google Chat conversations.
64
64
  AUTH_CHAT_MEMBERSHIPS_READONLY = 'https://www.googleapis.com/auth/chat.memberships.readonly'
65
65
 
66
- # View, compose, send, update, and delete messages, and add, view, and delete reactions to messages.
66
+ # See, compose, send, update, and delete messages and their associated attachments, and add, see, and delete reactions to messages.
67
67
  AUTH_CHAT_MESSAGES = 'https://www.googleapis.com/auth/chat.messages'
68
68
 
69
69
  # Compose and send messages in Google Chat
70
70
  AUTH_CHAT_MESSAGES_CREATE = 'https://www.googleapis.com/auth/chat.messages.create'
71
71
 
72
- # View, add, and delete reactions to messages in Google Chat
72
+ # See, add, and delete reactions to messages in Google Chat
73
73
  AUTH_CHAT_MESSAGES_REACTIONS = 'https://www.googleapis.com/auth/chat.messages.reactions'
74
74
 
75
75
  # Add reactions to messages in Google Chat
@@ -78,13 +78,13 @@ module Google
78
78
  # View reactions to messages in Google Chat
79
79
  AUTH_CHAT_MESSAGES_REACTIONS_READONLY = 'https://www.googleapis.com/auth/chat.messages.reactions.readonly'
80
80
 
81
- # View messages and reactions in Google Chat
81
+ # See messages and their associated reactions and attachments in Google Chat
82
82
  AUTH_CHAT_MESSAGES_READONLY = 'https://www.googleapis.com/auth/chat.messages.readonly'
83
83
 
84
- # Create conversations and spaces and see or edit metadata (including history settings and access settings) in Google Chat
84
+ # Create conversations and spaces and see or update metadata (including history settings and access settings) in Google Chat
85
85
  AUTH_CHAT_SPACES = 'https://www.googleapis.com/auth/chat.spaces'
86
86
 
87
- # Create new conversations in Google Chat
87
+ # Create new conversations and spaces in Google Chat
88
88
  AUTH_CHAT_SPACES_CREATE = 'https://www.googleapis.com/auth/chat.spaces.create'
89
89
 
90
90
  # View chat and spaces in Google Chat
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.98.0
4
+ version: 0.99.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: 2024-07-25 00:00:00.000000000 Z
11
+ date: 2024-08-04 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.98.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.99.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: []