google-apps-chat-v1 0.9.1 → 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: 0d27010c1e7ff9c738cd27675af9df43c9c907ded990d382a6c73b2ffb7407b4
4
- data.tar.gz: f0a94a70049c086ee0ac50eccaa3402b35d8266db39d5a357b9c7d43256a7497
3
+ metadata.gz: 9cb7a1ec6542ccc251ef38b85fc3e5f6cb10af4510b5ad3f42135b3b3951cbd8
4
+ data.tar.gz: 2629be47336b3cf328cc27d090fc1e2e0af8f671a9eefa26fa6104a2c8b99616
5
5
  SHA512:
6
- metadata.gz: f7e572e811a585976672c127da8d5b25feb6fa91b7af765c4cc4c70d4d22b3a1b24834d7d8d82ae3fbcbf970cb899c2333180189fa7c81fbaa8f749dc8ceec23
7
- data.tar.gz: 40e1eef6413a465f59cf6f9e13cf995d44cc66374a47fa8e7da25e43e0e05cbc1043b36d524ee418a0075657dad3e49f8ccb0a1e9c72ce819791592f8ebe1359
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.1"
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
 
@@ -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
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.1
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-02-12 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.3
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.