google-apps-chat-v1 0.9.0 → 0.10.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: bea3f824fbcc09ce6952ee12a6a59eec8705aa097cb6b1dd446aad8bd3d5263b
4
- data.tar.gz: be32771224be27d6e77369782b3a69ef2b5ada9e933b8bc4db218f34aa136c98
3
+ metadata.gz: 9cb7a1ec6542ccc251ef38b85fc3e5f6cb10af4510b5ad3f42135b3b3951cbd8
4
+ data.tar.gz: 2629be47336b3cf328cc27d090fc1e2e0af8f671a9eefa26fa6104a2c8b99616
5
5
  SHA512:
6
- metadata.gz: e3db05bb1b509fa280d9962dcc15727662e0e5f210f5147d57030bf41e2cbc57ca84fa329a523ab80f939d04478bad15b30a8a34a73b15bd96bbffa4ed92ee5a
7
- data.tar.gz: fe1082d4cfdf570add0060e85daffaf6aa5bb92a009ec2c4b4b23c0592a45194107bb5dc60194bccfc1da4cdbf8ff3beda1402280f7718adb70205d3cc947080
6
+ metadata.gz: ed0d1cca7187c265592dfdb4f1199e41e18d962ee142fc4b3ef1ffc51f45fb3a2c36b6439e52138c2052fb6192db35bed7308be43214060aa7f83ec7b64d910e
7
+ data.tar.gz: 66c684b2f0f2fc758324c2db2042a29a4355f1570019d2be3a49b6a39caf278b7275cf41b064fd25c0afebdf7b774537c051d28d293e5b90d42b7c0d07a0a029
@@ -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.10.0"
25
25
  end
26
26
  end
27
27
  end
@@ -5,7 +5,7 @@
5
5
  require 'google/protobuf'
6
6
 
7
7
 
8
- descriptor_data = "\n&google/chat/v1/deletion_metadata.proto\x12\x0egoogle.chat.v1\"\xf7\x01\n\x10\x44\x65letionMetadata\x12\x44\n\rdeletion_type\x18\x01 \x01(\x0e\x32-.google.chat.v1.DeletionMetadata.DeletionType\"\x9c\x01\n\x0c\x44\x65letionType\x12\x1d\n\x19\x44\x45LETION_TYPE_UNSPECIFIED\x10\x00\x12\x0b\n\x07\x43REATOR\x10\x01\x12\x0f\n\x0bSPACE_OWNER\x10\x02\x12\t\n\x05\x41\x44MIN\x10\x03\x12\x16\n\x12\x41PP_MESSAGE_EXPIRY\x10\x04\x12\x13\n\x0f\x43REATOR_VIA_APP\x10\x05\x12\x17\n\x13SPACE_OWNER_VIA_APP\x10\x06\x42\xae\x01\n\x12\x63om.google.chat.v1B\x15\x44\x65letionMetadataProtoP\x01Z,cloud.google.com/go/chat/apiv1/chatpb;chatpb\xa2\x02\x0b\x44YNAPIProto\xaa\x02\x13Google.Apps.Chat.V1\xca\x02\x13Google\\Apps\\Chat\\V1\xea\x02\x16Google::Apps::Chat::V1b\x06proto3"
8
+ descriptor_data = "\n&google/chat/v1/deletion_metadata.proto\x12\x0egoogle.chat.v1\"\x89\x02\n\x10\x44\x65letionMetadata\x12\x44\n\rdeletion_type\x18\x01 \x01(\x0e\x32-.google.chat.v1.DeletionMetadata.DeletionType\"\xae\x01\n\x0c\x44\x65letionType\x12\x1d\n\x19\x44\x45LETION_TYPE_UNSPECIFIED\x10\x00\x12\x0b\n\x07\x43REATOR\x10\x01\x12\x0f\n\x0bSPACE_OWNER\x10\x02\x12\t\n\x05\x41\x44MIN\x10\x03\x12\x16\n\x12\x41PP_MESSAGE_EXPIRY\x10\x04\x12\x13\n\x0f\x43REATOR_VIA_APP\x10\x05\x12\x17\n\x13SPACE_OWNER_VIA_APP\x10\x06\x12\x10\n\x0cSPACE_MEMBER\x10\x07\x42\xae\x01\n\x12\x63om.google.chat.v1B\x15\x44\x65letionMetadataProtoP\x01Z,cloud.google.com/go/chat/apiv1/chatpb;chatpb\xa2\x02\x0b\x44YNAPIProto\xaa\x02\x13Google.Apps.Chat.V1\xca\x02\x13Google\\Apps\\Chat\\V1\xea\x02\x16Google::Apps::Chat::V1b\x06proto3"
9
9
 
10
10
  pool = Google::Protobuf::DescriptorPool.generated_pool
11
11
 
@@ -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
@@ -53,6 +53,10 @@ module Google
53
53
 
54
54
  # A Chat app deleted the message on behalf of the space owner.
55
55
  SPACE_OWNER_VIA_APP = 6
56
+
57
+ # A member of the space deleted the message. Human users can delete
58
+ # messages sent by apps.
59
+ SPACE_MEMBER = 7
56
60
  end
57
61
  end
58
62
  end
@@ -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.10.0
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-25 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.5
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.