@google-apps/chat 0.28.0 → 0.30.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.
- package/build/protos/google/chat/v1/chat_service.proto +56 -7
- package/build/protos/google/chat/v1/markup_syntax.proto +47 -0
- package/build/protos/google/chat/v1/message.proto +271 -11
- package/build/protos/google/chat/v1/space.proto +65 -16
- package/build/protos/protos.d.ts +2687 -1693
- package/build/protos/protos.js +1 -1
- package/build/protos/protos.json +423 -98
- package/build/src/v1/chat_service_client.d.ts +745 -34
- package/build/src/v1/chat_service_client.js +532 -18
- package/build/src/v1/chat_service_client.js.map +1 -1
- package/build/src/v1/chat_service_client_config.json +5 -0
- package/build/src/v1/chat_service_proto_list.json +1 -0
- package/build/src/v1/gapic_metadata.json +14 -0
- package/package.json +1 -1
package/build/protos/protos.json
CHANGED
|
@@ -110,6 +110,8 @@
|
|
|
110
110
|
"EDITION_PROTO3": 999,
|
|
111
111
|
"EDITION_2023": 1000,
|
|
112
112
|
"EDITION_2024": 1001,
|
|
113
|
+
"EDITION_2026": 1002,
|
|
114
|
+
"EDITION_UNSTABLE": 9999,
|
|
113
115
|
"EDITION_1_TEST_ONLY": 1,
|
|
114
116
|
"EDITION_2_TEST_ONLY": 2,
|
|
115
117
|
"EDITION_99997_TEST_ONLY": 99997,
|
|
@@ -304,6 +306,10 @@
|
|
|
304
306
|
}
|
|
305
307
|
},
|
|
306
308
|
"extensions": [
|
|
309
|
+
[
|
|
310
|
+
990,
|
|
311
|
+
998
|
|
312
|
+
],
|
|
307
313
|
[
|
|
308
314
|
1000,
|
|
309
315
|
536870911
|
|
@@ -579,7 +585,10 @@
|
|
|
579
585
|
"type": "bool",
|
|
580
586
|
"id": 10,
|
|
581
587
|
"options": {
|
|
582
|
-
"default": false
|
|
588
|
+
"default": false,
|
|
589
|
+
"feature_support.edition_introduced": "EDITION_PROTO2",
|
|
590
|
+
"feature_support.edition_removed": "EDITION_2024",
|
|
591
|
+
"feature_support.removal_error": "This behavior is enabled by default in editions 2024 and above. To disable it, you can set `features.(pb.java).nest_in_file_class = YES` on individual messages, enums, or services."
|
|
583
592
|
}
|
|
584
593
|
},
|
|
585
594
|
"javaGenerateEqualsAndHash": {
|
|
@@ -639,7 +648,9 @@
|
|
|
639
648
|
"type": "bool",
|
|
640
649
|
"id": 31,
|
|
641
650
|
"options": {
|
|
642
|
-
"default": true
|
|
651
|
+
"default": true,
|
|
652
|
+
"feature_support.edition_removed": "EDITION_2026",
|
|
653
|
+
"feature_support.removal_error": "cc_enable_arenas is enabled by default in every edition and overrides are ignored.This option is removed in editions 2026 and above."
|
|
643
654
|
}
|
|
644
655
|
},
|
|
645
656
|
"objcClassPrefix": {
|
|
@@ -681,6 +692,10 @@
|
|
|
681
692
|
}
|
|
682
693
|
},
|
|
683
694
|
"extensions": [
|
|
695
|
+
[
|
|
696
|
+
990,
|
|
697
|
+
998
|
|
698
|
+
],
|
|
684
699
|
[
|
|
685
700
|
1000,
|
|
686
701
|
536870911
|
|
@@ -753,6 +768,10 @@
|
|
|
753
768
|
}
|
|
754
769
|
},
|
|
755
770
|
"extensions": [
|
|
771
|
+
[
|
|
772
|
+
990,
|
|
773
|
+
998
|
|
774
|
+
],
|
|
756
775
|
[
|
|
757
776
|
1000,
|
|
758
777
|
536870911
|
|
@@ -867,6 +886,10 @@
|
|
|
867
886
|
}
|
|
868
887
|
},
|
|
869
888
|
"extensions": [
|
|
889
|
+
[
|
|
890
|
+
990,
|
|
891
|
+
998
|
|
892
|
+
],
|
|
870
893
|
[
|
|
871
894
|
1000,
|
|
872
895
|
536870911
|
|
@@ -947,6 +970,10 @@
|
|
|
947
970
|
"editionRemoved": {
|
|
948
971
|
"type": "Edition",
|
|
949
972
|
"id": 4
|
|
973
|
+
},
|
|
974
|
+
"removalError": {
|
|
975
|
+
"type": "string",
|
|
976
|
+
"id": 5
|
|
950
977
|
}
|
|
951
978
|
}
|
|
952
979
|
}
|
|
@@ -966,6 +993,10 @@
|
|
|
966
993
|
}
|
|
967
994
|
},
|
|
968
995
|
"extensions": [
|
|
996
|
+
[
|
|
997
|
+
990,
|
|
998
|
+
998
|
|
999
|
+
],
|
|
969
1000
|
[
|
|
970
1001
|
1000,
|
|
971
1002
|
536870911
|
|
@@ -1004,6 +1035,10 @@
|
|
|
1004
1035
|
}
|
|
1005
1036
|
},
|
|
1006
1037
|
"extensions": [
|
|
1038
|
+
[
|
|
1039
|
+
990,
|
|
1040
|
+
998
|
|
1041
|
+
],
|
|
1007
1042
|
[
|
|
1008
1043
|
1000,
|
|
1009
1044
|
536870911
|
|
@@ -1048,6 +1083,10 @@
|
|
|
1048
1083
|
}
|
|
1049
1084
|
},
|
|
1050
1085
|
"extensions": [
|
|
1086
|
+
[
|
|
1087
|
+
990,
|
|
1088
|
+
998
|
|
1089
|
+
],
|
|
1051
1090
|
[
|
|
1052
1091
|
1000,
|
|
1053
1092
|
536870911
|
|
@@ -1075,6 +1114,10 @@
|
|
|
1075
1114
|
}
|
|
1076
1115
|
},
|
|
1077
1116
|
"extensions": [
|
|
1117
|
+
[
|
|
1118
|
+
990,
|
|
1119
|
+
998
|
|
1120
|
+
],
|
|
1078
1121
|
[
|
|
1079
1122
|
1000,
|
|
1080
1123
|
536870911
|
|
@@ -1109,6 +1152,10 @@
|
|
|
1109
1152
|
}
|
|
1110
1153
|
},
|
|
1111
1154
|
"extensions": [
|
|
1155
|
+
[
|
|
1156
|
+
990,
|
|
1157
|
+
998
|
|
1158
|
+
],
|
|
1112
1159
|
[
|
|
1113
1160
|
1000,
|
|
1114
1161
|
536870911
|
|
@@ -1250,8 +1297,8 @@
|
|
|
1250
1297
|
"retention": "RETENTION_SOURCE",
|
|
1251
1298
|
"targets": "TARGET_TYPE_METHOD",
|
|
1252
1299
|
"feature_support.edition_introduced": "EDITION_2024",
|
|
1253
|
-
"edition_defaults.edition": "
|
|
1254
|
-
"edition_defaults.value": "
|
|
1300
|
+
"edition_defaults.edition": "EDITION_2026",
|
|
1301
|
+
"edition_defaults.value": "STYLE2026"
|
|
1255
1302
|
}
|
|
1256
1303
|
},
|
|
1257
1304
|
"defaultSymbolVisibility": {
|
|
@@ -1264,6 +1311,17 @@
|
|
|
1264
1311
|
"edition_defaults.edition": "EDITION_2024",
|
|
1265
1312
|
"edition_defaults.value": "EXPORT_TOP_LEVEL"
|
|
1266
1313
|
}
|
|
1314
|
+
},
|
|
1315
|
+
"enforceProtoLimits": {
|
|
1316
|
+
"type": "ProtoLimitsFeature.EnforceProtoLimits",
|
|
1317
|
+
"id": 9,
|
|
1318
|
+
"options": {
|
|
1319
|
+
"retention": "RETENTION_SOURCE",
|
|
1320
|
+
"targets": "TARGET_TYPE_ONEOF",
|
|
1321
|
+
"feature_support.edition_introduced": "EDITION_2026",
|
|
1322
|
+
"edition_defaults.edition": "EDITION_2026",
|
|
1323
|
+
"edition_defaults.value": "PROTO_LIMITS2026"
|
|
1324
|
+
}
|
|
1267
1325
|
}
|
|
1268
1326
|
},
|
|
1269
1327
|
"extensions": [
|
|
@@ -1340,7 +1398,8 @@
|
|
|
1340
1398
|
"values": {
|
|
1341
1399
|
"ENFORCE_NAMING_STYLE_UNKNOWN": 0,
|
|
1342
1400
|
"STYLE2024": 1,
|
|
1343
|
-
"STYLE_LEGACY": 2
|
|
1401
|
+
"STYLE_LEGACY": 2,
|
|
1402
|
+
"STYLE2026": 3
|
|
1344
1403
|
}
|
|
1345
1404
|
},
|
|
1346
1405
|
"VisibilityFeature": {
|
|
@@ -1362,6 +1421,18 @@
|
|
|
1362
1421
|
}
|
|
1363
1422
|
}
|
|
1364
1423
|
}
|
|
1424
|
+
},
|
|
1425
|
+
"ProtoLimitsFeature": {
|
|
1426
|
+
"fields": {},
|
|
1427
|
+
"nested": {
|
|
1428
|
+
"EnforceProtoLimits": {
|
|
1429
|
+
"values": {
|
|
1430
|
+
"PROTO_LIMITS_UNKNOWN": 0,
|
|
1431
|
+
"LEGACY_NO_EXPLICIT_LIMITS": 1,
|
|
1432
|
+
"PROTO_LIMITS2026": 2
|
|
1433
|
+
}
|
|
1434
|
+
}
|
|
1435
|
+
}
|
|
1365
1436
|
}
|
|
1366
1437
|
}
|
|
1367
1438
|
},
|
|
@@ -2835,7 +2906,6 @@
|
|
|
2835
2906
|
},
|
|
2836
2907
|
"type": {
|
|
2837
2908
|
"options": {
|
|
2838
|
-
"cc_enable_arenas": true,
|
|
2839
2909
|
"go_package": "google.golang.org/genproto/googleapis/type/color;color",
|
|
2840
2910
|
"java_multiple_files": true,
|
|
2841
2911
|
"java_outer_classname": "ColorProto",
|
|
@@ -3844,7 +3914,7 @@
|
|
|
3844
3914
|
"ChatService": {
|
|
3845
3915
|
"options": {
|
|
3846
3916
|
"(google.api.default_host)": "chat.googleapis.com",
|
|
3847
|
-
"(google.api.oauth_scopes)": "https://www.googleapis.com/auth/chat.admin.delete,https://www.googleapis.com/auth/chat.admin.memberships,https://www.googleapis.com/auth/chat.admin.memberships.readonly,https://www.googleapis.com/auth/chat.admin.spaces,https://www.googleapis.com/auth/chat.admin.spaces.readonly,https://www.googleapis.com/auth/chat.app.delete,https://www.googleapis.com/auth/chat.app.memberships,https://www.googleapis.com/auth/chat.app.memberships.readonly,https://www.googleapis.com/auth/chat.app.messages.readonly,https://www.googleapis.com/auth/chat.app.spaces,https://www.googleapis.com/auth/chat.app.spaces.create,https://www.googleapis.com/auth/chat.app.spaces.readonly,https://www.googleapis.com/auth/chat.bot,https://www.googleapis.com/auth/chat.customemojis,https://www.googleapis.com/auth/chat.customemojis.readonly,https://www.googleapis.com/auth/chat.delete,https://www.googleapis.com/auth/chat.import,https://www.googleapis.com/auth/chat.memberships,https://www.googleapis.com/auth/chat.memberships.app,https://www.googleapis.com/auth/chat.memberships.readonly,https://www.googleapis.com/auth/chat.messages,https://www.googleapis.com/auth/chat.messages.create,https://www.googleapis.com/auth/chat.messages.reactions,https://www.googleapis.com/auth/chat.messages.reactions.create,https://www.googleapis.com/auth/chat.messages.reactions.readonly,https://www.googleapis.com/auth/chat.messages.readonly,https://www.googleapis.com/auth/chat.spaces,https://www.googleapis.com/auth/chat.spaces.create,https://www.googleapis.com/auth/chat.spaces.readonly,https://www.googleapis.com/auth/chat.users.availability,https://www.googleapis.com/auth/chat.users.availability.readonly,https://www.googleapis.com/auth/chat.users.readstate,https://www.googleapis.com/auth/chat.users.readstate.readonly,https://www.googleapis.com/auth/chat.users.sections,https://www.googleapis.com/auth/chat.users.sections.readonly,https://www.googleapis.com/auth/chat.users.spacesettings"
|
|
3917
|
+
"(google.api.oauth_scopes)": "https://www.googleapis.com/auth/chat.admin.delete,https://www.googleapis.com/auth/chat.admin.memberships,https://www.googleapis.com/auth/chat.admin.memberships.readonly,https://www.googleapis.com/auth/chat.admin.spaces,https://www.googleapis.com/auth/chat.admin.spaces.readonly,https://www.googleapis.com/auth/chat.app.all.memberships.readonly,https://www.googleapis.com/auth/chat.app.all.messages.readonly,https://www.googleapis.com/auth/chat.app.all.spaces.readonly,https://www.googleapis.com/auth/chat.app.delete,https://www.googleapis.com/auth/chat.app.memberships,https://www.googleapis.com/auth/chat.app.memberships.readonly,https://www.googleapis.com/auth/chat.app.messages.readonly,https://www.googleapis.com/auth/chat.app.spaces,https://www.googleapis.com/auth/chat.app.spaces.create,https://www.googleapis.com/auth/chat.app.spaces.readonly,https://www.googleapis.com/auth/chat.bot,https://www.googleapis.com/auth/chat.customemojis,https://www.googleapis.com/auth/chat.customemojis.readonly,https://www.googleapis.com/auth/chat.delete,https://www.googleapis.com/auth/chat.import,https://www.googleapis.com/auth/chat.memberships,https://www.googleapis.com/auth/chat.memberships.app,https://www.googleapis.com/auth/chat.memberships.readonly,https://www.googleapis.com/auth/chat.messages,https://www.googleapis.com/auth/chat.messages.create,https://www.googleapis.com/auth/chat.messages.reactions,https://www.googleapis.com/auth/chat.messages.reactions.create,https://www.googleapis.com/auth/chat.messages.reactions.readonly,https://www.googleapis.com/auth/chat.messages.readonly,https://www.googleapis.com/auth/chat.spaces,https://www.googleapis.com/auth/chat.spaces.create,https://www.googleapis.com/auth/chat.spaces.readonly,https://www.googleapis.com/auth/chat.users.availability,https://www.googleapis.com/auth/chat.users.availability.readonly,https://www.googleapis.com/auth/chat.users.readstate,https://www.googleapis.com/auth/chat.users.readstate.readonly,https://www.googleapis.com/auth/chat.users.sections,https://www.googleapis.com/auth/chat.users.sections.readonly,https://www.googleapis.com/auth/chat.users.spacesettings"
|
|
3848
3918
|
},
|
|
3849
3919
|
"methods": {
|
|
3850
3920
|
"CreateMessage": {
|
|
@@ -3983,6 +4053,26 @@
|
|
|
3983
4053
|
}
|
|
3984
4054
|
]
|
|
3985
4055
|
},
|
|
4056
|
+
"SearchMessages": {
|
|
4057
|
+
"requestType": "SearchMessagesRequest",
|
|
4058
|
+
"responseType": "SearchMessagesResponse",
|
|
4059
|
+
"options": {
|
|
4060
|
+
"(google.api.http).post": "/v1/{parent=spaces/*}/messages:search",
|
|
4061
|
+
"(google.api.http).body": "*",
|
|
4062
|
+
"(google.api.method_signature)": "parent,filter"
|
|
4063
|
+
},
|
|
4064
|
+
"parsedOptions": [
|
|
4065
|
+
{
|
|
4066
|
+
"(google.api.http)": {
|
|
4067
|
+
"post": "/v1/{parent=spaces/*}/messages:search",
|
|
4068
|
+
"body": "*"
|
|
4069
|
+
}
|
|
4070
|
+
},
|
|
4071
|
+
{
|
|
4072
|
+
"(google.api.method_signature)": "parent,filter"
|
|
4073
|
+
}
|
|
4074
|
+
]
|
|
4075
|
+
},
|
|
3986
4076
|
"GetAttachment": {
|
|
3987
4077
|
"requestType": "GetAttachmentRequest",
|
|
3988
4078
|
"responseType": "Attachment",
|
|
@@ -5188,6 +5278,13 @@
|
|
|
5188
5278
|
"options": {
|
|
5189
5279
|
"(google.api.field_behavior)": "OPTIONAL"
|
|
5190
5280
|
}
|
|
5281
|
+
},
|
|
5282
|
+
"markupSyntax": {
|
|
5283
|
+
"type": "MarkupSyntax",
|
|
5284
|
+
"id": 47,
|
|
5285
|
+
"options": {
|
|
5286
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5287
|
+
}
|
|
5191
5288
|
}
|
|
5192
5289
|
}
|
|
5193
5290
|
},
|
|
@@ -5434,6 +5531,13 @@
|
|
|
5434
5531
|
"(google.api.field_behavior)": "REQUIRED",
|
|
5435
5532
|
"(google.api.resource_reference).type": "chat.googleapis.com/Message"
|
|
5436
5533
|
}
|
|
5534
|
+
},
|
|
5535
|
+
"markupSyntax": {
|
|
5536
|
+
"type": "MarkupSyntax",
|
|
5537
|
+
"id": 3,
|
|
5538
|
+
"options": {
|
|
5539
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5540
|
+
}
|
|
5437
5541
|
}
|
|
5438
5542
|
}
|
|
5439
5543
|
},
|
|
@@ -5606,6 +5710,13 @@
|
|
|
5606
5710
|
"options": {
|
|
5607
5711
|
"(google.api.field_behavior)": "OPTIONAL"
|
|
5608
5712
|
}
|
|
5713
|
+
},
|
|
5714
|
+
"markupSyntax": {
|
|
5715
|
+
"type": "MarkupSyntax",
|
|
5716
|
+
"id": 9,
|
|
5717
|
+
"options": {
|
|
5718
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5719
|
+
}
|
|
5609
5720
|
}
|
|
5610
5721
|
}
|
|
5611
5722
|
},
|
|
@@ -5670,6 +5781,108 @@
|
|
|
5670
5781
|
}
|
|
5671
5782
|
}
|
|
5672
5783
|
},
|
|
5784
|
+
"SearchMessagesRequest": {
|
|
5785
|
+
"fields": {
|
|
5786
|
+
"parent": {
|
|
5787
|
+
"type": "string",
|
|
5788
|
+
"id": 1,
|
|
5789
|
+
"options": {
|
|
5790
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
5791
|
+
"(google.api.resource_reference).type": "chat.googleapis.com/Space"
|
|
5792
|
+
}
|
|
5793
|
+
},
|
|
5794
|
+
"filter": {
|
|
5795
|
+
"type": "string",
|
|
5796
|
+
"id": 2,
|
|
5797
|
+
"options": {
|
|
5798
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
5799
|
+
}
|
|
5800
|
+
},
|
|
5801
|
+
"pageSize": {
|
|
5802
|
+
"type": "int32",
|
|
5803
|
+
"id": 3,
|
|
5804
|
+
"options": {
|
|
5805
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5806
|
+
}
|
|
5807
|
+
},
|
|
5808
|
+
"pageToken": {
|
|
5809
|
+
"type": "string",
|
|
5810
|
+
"id": 4,
|
|
5811
|
+
"options": {
|
|
5812
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5813
|
+
}
|
|
5814
|
+
},
|
|
5815
|
+
"orderBy": {
|
|
5816
|
+
"type": "string",
|
|
5817
|
+
"id": 5,
|
|
5818
|
+
"options": {
|
|
5819
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5820
|
+
}
|
|
5821
|
+
},
|
|
5822
|
+
"markupSyntax": {
|
|
5823
|
+
"type": "MarkupSyntax",
|
|
5824
|
+
"id": 6,
|
|
5825
|
+
"options": {
|
|
5826
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5827
|
+
}
|
|
5828
|
+
},
|
|
5829
|
+
"view": {
|
|
5830
|
+
"type": "SearchMessagesView",
|
|
5831
|
+
"id": 7,
|
|
5832
|
+
"options": {
|
|
5833
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5834
|
+
}
|
|
5835
|
+
}
|
|
5836
|
+
},
|
|
5837
|
+
"nested": {
|
|
5838
|
+
"SearchMessagesView": {
|
|
5839
|
+
"values": {
|
|
5840
|
+
"SEARCH_MESSAGES_VIEW_UNSPECIFIED": 0,
|
|
5841
|
+
"SEARCH_MESSAGES_VIEW_BASIC": 1,
|
|
5842
|
+
"SEARCH_MESSAGES_VIEW_FULL": 2
|
|
5843
|
+
}
|
|
5844
|
+
}
|
|
5845
|
+
}
|
|
5846
|
+
},
|
|
5847
|
+
"SearchMessagesResponse": {
|
|
5848
|
+
"fields": {
|
|
5849
|
+
"results": {
|
|
5850
|
+
"rule": "repeated",
|
|
5851
|
+
"type": "SearchMessageResult",
|
|
5852
|
+
"id": 1
|
|
5853
|
+
},
|
|
5854
|
+
"nextPageToken": {
|
|
5855
|
+
"type": "string",
|
|
5856
|
+
"id": 2
|
|
5857
|
+
}
|
|
5858
|
+
}
|
|
5859
|
+
},
|
|
5860
|
+
"SearchMessageResult": {
|
|
5861
|
+
"oneofs": {
|
|
5862
|
+
"_read": {
|
|
5863
|
+
"oneof": [
|
|
5864
|
+
"read"
|
|
5865
|
+
]
|
|
5866
|
+
}
|
|
5867
|
+
},
|
|
5868
|
+
"fields": {
|
|
5869
|
+
"message": {
|
|
5870
|
+
"type": "Message",
|
|
5871
|
+
"id": 1
|
|
5872
|
+
},
|
|
5873
|
+
"read": {
|
|
5874
|
+
"type": "bool",
|
|
5875
|
+
"id": 3,
|
|
5876
|
+
"options": {
|
|
5877
|
+
"proto3_optional": true
|
|
5878
|
+
}
|
|
5879
|
+
},
|
|
5880
|
+
"spaceMuteSetting": {
|
|
5881
|
+
"type": "SpaceNotificationSetting.MuteSetting",
|
|
5882
|
+
"id": 4
|
|
5883
|
+
}
|
|
5884
|
+
}
|
|
5885
|
+
},
|
|
5673
5886
|
"ContextualAddOnMarkup": {
|
|
5674
5887
|
"fields": {},
|
|
5675
5888
|
"nested": {
|
|
@@ -6030,6 +6243,13 @@
|
|
|
6030
6243
|
}
|
|
6031
6244
|
}
|
|
6032
6245
|
},
|
|
6246
|
+
"MarkupSyntax": {
|
|
6247
|
+
"values": {
|
|
6248
|
+
"MARKUP_SYNTAX_UNSPECIFIED": 0,
|
|
6249
|
+
"MARKUP_SYNTAX_CHAT": 1,
|
|
6250
|
+
"MARKUP_SYNTAX_MARKDOWN": 2
|
|
6251
|
+
}
|
|
6252
|
+
},
|
|
6033
6253
|
"MatchedUrl": {
|
|
6034
6254
|
"fields": {
|
|
6035
6255
|
"url": {
|
|
@@ -6699,7 +6919,10 @@
|
|
|
6699
6919
|
"spaces": {
|
|
6700
6920
|
"rule": "repeated",
|
|
6701
6921
|
"type": "Space",
|
|
6702
|
-
"id": 1
|
|
6922
|
+
"id": 1,
|
|
6923
|
+
"options": {
|
|
6924
|
+
"deprecated": true
|
|
6925
|
+
}
|
|
6703
6926
|
},
|
|
6704
6927
|
"nextPageToken": {
|
|
6705
6928
|
"type": "string",
|
|
@@ -6708,6 +6931,27 @@
|
|
|
6708
6931
|
"totalSize": {
|
|
6709
6932
|
"type": "int32",
|
|
6710
6933
|
"id": 3
|
|
6934
|
+
},
|
|
6935
|
+
"results": {
|
|
6936
|
+
"rule": "repeated",
|
|
6937
|
+
"type": "SearchSpaceResult",
|
|
6938
|
+
"id": 4,
|
|
6939
|
+
"options": {
|
|
6940
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
6941
|
+
}
|
|
6942
|
+
}
|
|
6943
|
+
},
|
|
6944
|
+
"nested": {
|
|
6945
|
+
"SearchSpaceResult": {
|
|
6946
|
+
"fields": {
|
|
6947
|
+
"space": {
|
|
6948
|
+
"type": "Space",
|
|
6949
|
+
"id": 1,
|
|
6950
|
+
"options": {
|
|
6951
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
6952
|
+
}
|
|
6953
|
+
}
|
|
6954
|
+
}
|
|
6711
6955
|
}
|
|
6712
6956
|
}
|
|
6713
6957
|
},
|
|
@@ -6764,6 +7008,96 @@
|
|
|
6764
7008
|
"HISTORY_ON": 2
|
|
6765
7009
|
}
|
|
6766
7010
|
},
|
|
7011
|
+
"SpaceNotificationSetting": {
|
|
7012
|
+
"options": {
|
|
7013
|
+
"(google.api.resource).type": "chat.googleapis.com/SpaceNotificationSetting",
|
|
7014
|
+
"(google.api.resource).pattern": "users/{user}/spaces/{space}/spaceNotificationSetting",
|
|
7015
|
+
"(google.api.resource).singular": "spaceNotificationSetting"
|
|
7016
|
+
},
|
|
7017
|
+
"oneofs": {
|
|
7018
|
+
"_notificationSetting": {
|
|
7019
|
+
"oneof": [
|
|
7020
|
+
"notificationSetting"
|
|
7021
|
+
]
|
|
7022
|
+
},
|
|
7023
|
+
"_muteSetting": {
|
|
7024
|
+
"oneof": [
|
|
7025
|
+
"muteSetting"
|
|
7026
|
+
]
|
|
7027
|
+
}
|
|
7028
|
+
},
|
|
7029
|
+
"fields": {
|
|
7030
|
+
"name": {
|
|
7031
|
+
"type": "string",
|
|
7032
|
+
"id": 1,
|
|
7033
|
+
"options": {
|
|
7034
|
+
"(google.api.field_behavior)": "IDENTIFIER"
|
|
7035
|
+
}
|
|
7036
|
+
},
|
|
7037
|
+
"notificationSetting": {
|
|
7038
|
+
"type": "NotificationSetting",
|
|
7039
|
+
"id": 2,
|
|
7040
|
+
"options": {
|
|
7041
|
+
"proto3_optional": true
|
|
7042
|
+
}
|
|
7043
|
+
},
|
|
7044
|
+
"muteSetting": {
|
|
7045
|
+
"type": "MuteSetting",
|
|
7046
|
+
"id": 3,
|
|
7047
|
+
"options": {
|
|
7048
|
+
"proto3_optional": true
|
|
7049
|
+
}
|
|
7050
|
+
}
|
|
7051
|
+
},
|
|
7052
|
+
"nested": {
|
|
7053
|
+
"NotificationSetting": {
|
|
7054
|
+
"values": {
|
|
7055
|
+
"NOTIFICATION_SETTING_UNSPECIFIED": 0,
|
|
7056
|
+
"ALL": 1,
|
|
7057
|
+
"MAIN_CONVERSATIONS": 2,
|
|
7058
|
+
"FOR_YOU": 3,
|
|
7059
|
+
"OFF": 4
|
|
7060
|
+
}
|
|
7061
|
+
},
|
|
7062
|
+
"MuteSetting": {
|
|
7063
|
+
"values": {
|
|
7064
|
+
"MUTE_SETTING_UNSPECIFIED": 0,
|
|
7065
|
+
"UNMUTED": 1,
|
|
7066
|
+
"MUTED": 2
|
|
7067
|
+
}
|
|
7068
|
+
}
|
|
7069
|
+
}
|
|
7070
|
+
},
|
|
7071
|
+
"GetSpaceNotificationSettingRequest": {
|
|
7072
|
+
"fields": {
|
|
7073
|
+
"name": {
|
|
7074
|
+
"type": "string",
|
|
7075
|
+
"id": 1,
|
|
7076
|
+
"options": {
|
|
7077
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
7078
|
+
"(google.api.resource_reference).type": "chat.googleapis.com/SpaceNotificationSetting"
|
|
7079
|
+
}
|
|
7080
|
+
}
|
|
7081
|
+
}
|
|
7082
|
+
},
|
|
7083
|
+
"UpdateSpaceNotificationSettingRequest": {
|
|
7084
|
+
"fields": {
|
|
7085
|
+
"spaceNotificationSetting": {
|
|
7086
|
+
"type": "SpaceNotificationSetting",
|
|
7087
|
+
"id": 1,
|
|
7088
|
+
"options": {
|
|
7089
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
7090
|
+
}
|
|
7091
|
+
},
|
|
7092
|
+
"updateMask": {
|
|
7093
|
+
"type": "google.protobuf.FieldMask",
|
|
7094
|
+
"id": 2,
|
|
7095
|
+
"options": {
|
|
7096
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
7097
|
+
}
|
|
7098
|
+
}
|
|
7099
|
+
}
|
|
7100
|
+
},
|
|
6767
7101
|
"Section": {
|
|
6768
7102
|
"options": {
|
|
6769
7103
|
"(google.api.resource).type": "chat.googleapis.com/Section",
|
|
@@ -7382,96 +7716,6 @@
|
|
|
7382
7716
|
}
|
|
7383
7717
|
}
|
|
7384
7718
|
},
|
|
7385
|
-
"SpaceNotificationSetting": {
|
|
7386
|
-
"options": {
|
|
7387
|
-
"(google.api.resource).type": "chat.googleapis.com/SpaceNotificationSetting",
|
|
7388
|
-
"(google.api.resource).pattern": "users/{user}/spaces/{space}/spaceNotificationSetting",
|
|
7389
|
-
"(google.api.resource).singular": "spaceNotificationSetting"
|
|
7390
|
-
},
|
|
7391
|
-
"oneofs": {
|
|
7392
|
-
"_notificationSetting": {
|
|
7393
|
-
"oneof": [
|
|
7394
|
-
"notificationSetting"
|
|
7395
|
-
]
|
|
7396
|
-
},
|
|
7397
|
-
"_muteSetting": {
|
|
7398
|
-
"oneof": [
|
|
7399
|
-
"muteSetting"
|
|
7400
|
-
]
|
|
7401
|
-
}
|
|
7402
|
-
},
|
|
7403
|
-
"fields": {
|
|
7404
|
-
"name": {
|
|
7405
|
-
"type": "string",
|
|
7406
|
-
"id": 1,
|
|
7407
|
-
"options": {
|
|
7408
|
-
"(google.api.field_behavior)": "IDENTIFIER"
|
|
7409
|
-
}
|
|
7410
|
-
},
|
|
7411
|
-
"notificationSetting": {
|
|
7412
|
-
"type": "NotificationSetting",
|
|
7413
|
-
"id": 2,
|
|
7414
|
-
"options": {
|
|
7415
|
-
"proto3_optional": true
|
|
7416
|
-
}
|
|
7417
|
-
},
|
|
7418
|
-
"muteSetting": {
|
|
7419
|
-
"type": "MuteSetting",
|
|
7420
|
-
"id": 3,
|
|
7421
|
-
"options": {
|
|
7422
|
-
"proto3_optional": true
|
|
7423
|
-
}
|
|
7424
|
-
}
|
|
7425
|
-
},
|
|
7426
|
-
"nested": {
|
|
7427
|
-
"NotificationSetting": {
|
|
7428
|
-
"values": {
|
|
7429
|
-
"NOTIFICATION_SETTING_UNSPECIFIED": 0,
|
|
7430
|
-
"ALL": 1,
|
|
7431
|
-
"MAIN_CONVERSATIONS": 2,
|
|
7432
|
-
"FOR_YOU": 3,
|
|
7433
|
-
"OFF": 4
|
|
7434
|
-
}
|
|
7435
|
-
},
|
|
7436
|
-
"MuteSetting": {
|
|
7437
|
-
"values": {
|
|
7438
|
-
"MUTE_SETTING_UNSPECIFIED": 0,
|
|
7439
|
-
"UNMUTED": 1,
|
|
7440
|
-
"MUTED": 2
|
|
7441
|
-
}
|
|
7442
|
-
}
|
|
7443
|
-
}
|
|
7444
|
-
},
|
|
7445
|
-
"GetSpaceNotificationSettingRequest": {
|
|
7446
|
-
"fields": {
|
|
7447
|
-
"name": {
|
|
7448
|
-
"type": "string",
|
|
7449
|
-
"id": 1,
|
|
7450
|
-
"options": {
|
|
7451
|
-
"(google.api.field_behavior)": "REQUIRED",
|
|
7452
|
-
"(google.api.resource_reference).type": "chat.googleapis.com/SpaceNotificationSetting"
|
|
7453
|
-
}
|
|
7454
|
-
}
|
|
7455
|
-
}
|
|
7456
|
-
},
|
|
7457
|
-
"UpdateSpaceNotificationSettingRequest": {
|
|
7458
|
-
"fields": {
|
|
7459
|
-
"spaceNotificationSetting": {
|
|
7460
|
-
"type": "SpaceNotificationSetting",
|
|
7461
|
-
"id": 1,
|
|
7462
|
-
"options": {
|
|
7463
|
-
"(google.api.field_behavior)": "REQUIRED"
|
|
7464
|
-
}
|
|
7465
|
-
},
|
|
7466
|
-
"updateMask": {
|
|
7467
|
-
"type": "google.protobuf.FieldMask",
|
|
7468
|
-
"id": 2,
|
|
7469
|
-
"options": {
|
|
7470
|
-
"(google.api.field_behavior)": "REQUIRED"
|
|
7471
|
-
}
|
|
7472
|
-
}
|
|
7473
|
-
}
|
|
7474
|
-
},
|
|
7475
7719
|
"SpaceReadState": {
|
|
7476
7720
|
"options": {
|
|
7477
7721
|
"(google.api.resource).type": "chat.googleapis.com/SpaceReadState",
|
|
@@ -8015,6 +8259,10 @@
|
|
|
8015
8259
|
"common": {
|
|
8016
8260
|
"type": "CommonLanguageSettings",
|
|
8017
8261
|
"id": 1
|
|
8262
|
+
},
|
|
8263
|
+
"libraryPackage": {
|
|
8264
|
+
"type": "string",
|
|
8265
|
+
"id": 2
|
|
8018
8266
|
}
|
|
8019
8267
|
}
|
|
8020
8268
|
},
|
|
@@ -8124,6 +8372,10 @@
|
|
|
8124
8372
|
"rule": "repeated",
|
|
8125
8373
|
"type": "string",
|
|
8126
8374
|
"id": 3
|
|
8375
|
+
},
|
|
8376
|
+
"batching": {
|
|
8377
|
+
"type": "BatchingConfigProto",
|
|
8378
|
+
"id": 4
|
|
8127
8379
|
}
|
|
8128
8380
|
},
|
|
8129
8381
|
"nested": {
|
|
@@ -8181,6 +8433,79 @@
|
|
|
8181
8433
|
}
|
|
8182
8434
|
}
|
|
8183
8435
|
},
|
|
8436
|
+
"BatchingConfigProto": {
|
|
8437
|
+
"fields": {
|
|
8438
|
+
"thresholds": {
|
|
8439
|
+
"type": "BatchingSettingsProto",
|
|
8440
|
+
"id": 1
|
|
8441
|
+
},
|
|
8442
|
+
"batchDescriptor": {
|
|
8443
|
+
"type": "BatchingDescriptorProto",
|
|
8444
|
+
"id": 2
|
|
8445
|
+
}
|
|
8446
|
+
}
|
|
8447
|
+
},
|
|
8448
|
+
"BatchingSettingsProto": {
|
|
8449
|
+
"fields": {
|
|
8450
|
+
"elementCountThreshold": {
|
|
8451
|
+
"type": "int32",
|
|
8452
|
+
"id": 1
|
|
8453
|
+
},
|
|
8454
|
+
"requestByteThreshold": {
|
|
8455
|
+
"type": "int64",
|
|
8456
|
+
"id": 2
|
|
8457
|
+
},
|
|
8458
|
+
"delayThreshold": {
|
|
8459
|
+
"type": "google.protobuf.Duration",
|
|
8460
|
+
"id": 3
|
|
8461
|
+
},
|
|
8462
|
+
"elementCountLimit": {
|
|
8463
|
+
"type": "int32",
|
|
8464
|
+
"id": 4
|
|
8465
|
+
},
|
|
8466
|
+
"requestByteLimit": {
|
|
8467
|
+
"type": "int32",
|
|
8468
|
+
"id": 5
|
|
8469
|
+
},
|
|
8470
|
+
"flowControlElementLimit": {
|
|
8471
|
+
"type": "int32",
|
|
8472
|
+
"id": 6
|
|
8473
|
+
},
|
|
8474
|
+
"flowControlByteLimit": {
|
|
8475
|
+
"type": "int32",
|
|
8476
|
+
"id": 7
|
|
8477
|
+
},
|
|
8478
|
+
"flowControlLimitExceededBehavior": {
|
|
8479
|
+
"type": "FlowControlLimitExceededBehaviorProto",
|
|
8480
|
+
"id": 8
|
|
8481
|
+
}
|
|
8482
|
+
}
|
|
8483
|
+
},
|
|
8484
|
+
"FlowControlLimitExceededBehaviorProto": {
|
|
8485
|
+
"values": {
|
|
8486
|
+
"UNSET_BEHAVIOR": 0,
|
|
8487
|
+
"THROW_EXCEPTION": 1,
|
|
8488
|
+
"BLOCK": 2,
|
|
8489
|
+
"IGNORE": 3
|
|
8490
|
+
}
|
|
8491
|
+
},
|
|
8492
|
+
"BatchingDescriptorProto": {
|
|
8493
|
+
"fields": {
|
|
8494
|
+
"batchedField": {
|
|
8495
|
+
"type": "string",
|
|
8496
|
+
"id": 1
|
|
8497
|
+
},
|
|
8498
|
+
"discriminatorFields": {
|
|
8499
|
+
"rule": "repeated",
|
|
8500
|
+
"type": "string",
|
|
8501
|
+
"id": 2
|
|
8502
|
+
},
|
|
8503
|
+
"subresponseField": {
|
|
8504
|
+
"type": "string",
|
|
8505
|
+
"id": 3
|
|
8506
|
+
}
|
|
8507
|
+
}
|
|
8508
|
+
},
|
|
8184
8509
|
"LaunchStage": {
|
|
8185
8510
|
"values": {
|
|
8186
8511
|
"LAUNCH_STAGE_UNSPECIFIED": 0,
|