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: bea3f824fbcc09ce6952ee12a6a59eec8705aa097cb6b1dd446aad8bd3d5263b
4
- data.tar.gz: be32771224be27d6e77369782b3a69ef2b5ada9e933b8bc4db218f34aa136c98
3
+ metadata.gz: 0d27010c1e7ff9c738cd27675af9df43c9c907ded990d382a6c73b2ffb7407b4
4
+ data.tar.gz: f0a94a70049c086ee0ac50eccaa3402b35d8266db39d5a357b9c7d43256a7497
5
5
  SHA512:
6
- metadata.gz: e3db05bb1b509fa280d9962dcc15727662e0e5f210f5147d57030bf41e2cbc57ca84fa329a523ab80f939d04478bad15b30a8a34a73b15bd96bbffa4ed92ee5a
7
- data.tar.gz: fe1082d4cfdf570add0060e85daffaf6aa5bb92a009ec2c4b4b23c0592a45194107bb5dc60194bccfc1da4cdbf8ff3beda1402280f7718adb70205d3cc947080
6
+ metadata.gz: f7e572e811a585976672c127da8d5b25feb6fa91b7af765c4cc4c70d4d22b3a1b24834d7d8d82ae3fbcbf970cb899c2333180189fa7c81fbaa8f749dc8ceec23
7
+ data.tar.gz: 40e1eef6413a465f59cf6f9e13cf995d44cc66374a47fa8e7da25e43e0e05cbc1043b36d524ee418a0075657dad3e49f8ccb0a1e9c72ce819791592f8ebe1359
@@ -21,7 +21,7 @@ module Google
21
21
  module Apps
22
22
  module Chat
23
23
  module V1
24
- VERSION = "0.9.0"
24
+ VERSION = "0.9.1"
25
25
  end
26
26
  end
27
27
  end
@@ -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/slash-commands) in
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.0
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-01-31 00:00:00.000000000 Z
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.2
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.