google-apps-chat-v1 0.9.0 → 0.9.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0d27010c1e7ff9c738cd27675af9df43c9c907ded990d382a6c73b2ffb7407b4
|
4
|
+
data.tar.gz: f0a94a70049c086ee0ac50eccaa3402b35d8266db39d5a357b9c7d43256a7497
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f7e572e811a585976672c127da8d5b25feb6fa91b7af765c4cc4c70d4d22b3a1b24834d7d8d82ae3fbcbf970cb899c2333180189fa7c81fbaa8f749dc8ceec23
|
7
|
+
data.tar.gz: 40e1eef6413a465f59cf6f9e13cf995d44cc66374a47fa8e7da25e43e0e05cbc1043b36d524ee418a0075657dad3e49f8ccb0a1e9c72ce819791592f8ebe1359
|
@@ -221,6 +221,12 @@ module Google
|
|
221
221
|
# Pythonic which are included in `protobuf>=5.29.x`. This feature will be
|
222
222
|
# enabled by default 1 month after launching the feature in preview
|
223
223
|
# packages.
|
224
|
+
# @!attribute [rw] unversioned_package_disabled
|
225
|
+
# @return [::Boolean]
|
226
|
+
# Disables generation of an unversioned Python package for this client
|
227
|
+
# library. This means that the module names will need to be versioned in
|
228
|
+
# import statements. For example `import google.cloud.library_v2` instead
|
229
|
+
# of `import google.cloud.library`.
|
224
230
|
class ExperimentalFeatures
|
225
231
|
include ::Google::Protobuf::MessageExts
|
226
232
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -22,7 +22,7 @@ module Google
|
|
22
22
|
module Chat
|
23
23
|
module V1
|
24
24
|
# A [slash
|
25
|
-
# command](https://developers.google.com/workspace/chat/
|
25
|
+
# command](https://developers.google.com/workspace/chat/commands) in
|
26
26
|
# Google Chat.
|
27
27
|
# @!attribute [rw] command_id
|
28
28
|
# @return [::Integer]
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apps-chat-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-02-12 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: gapic-common
|
@@ -162,7 +162,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
162
162
|
- !ruby/object:Gem::Version
|
163
163
|
version: '0'
|
164
164
|
requirements: []
|
165
|
-
rubygems_version: 3.6.
|
165
|
+
rubygems_version: 3.6.3
|
166
166
|
specification_version: 4
|
167
167
|
summary: The Google Chat API lets you build Chat apps to integrate your services with
|
168
168
|
Google Chat and manage Chat resources such as spaces, members, and messages.
|