@google-apps/chat 0.27.0 → 0.29.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 +53 -7
- package/build/protos/google/chat/v1/message.proto +237 -7
- package/build/protos/google/chat/v1/space.proto +64 -16
- package/build/protos/protos.d.ts +2640 -1677
- package/build/protos/protos.js +1 -1
- package/build/protos/protos.json +387 -97
- package/build/src/v1/chat_service_client.d.ts +721 -34
- package/build/src/v1/chat_service_client.js +515 -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/gapic_metadata.json +14 -0
- package/package.json +7 -7
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",
|
|
@@ -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",
|
|
@@ -5670,6 +5760,101 @@
|
|
|
5670
5760
|
}
|
|
5671
5761
|
}
|
|
5672
5762
|
},
|
|
5763
|
+
"SearchMessagesRequest": {
|
|
5764
|
+
"fields": {
|
|
5765
|
+
"parent": {
|
|
5766
|
+
"type": "string",
|
|
5767
|
+
"id": 1,
|
|
5768
|
+
"options": {
|
|
5769
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
5770
|
+
"(google.api.resource_reference).type": "chat.googleapis.com/Space"
|
|
5771
|
+
}
|
|
5772
|
+
},
|
|
5773
|
+
"filter": {
|
|
5774
|
+
"type": "string",
|
|
5775
|
+
"id": 2,
|
|
5776
|
+
"options": {
|
|
5777
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
5778
|
+
}
|
|
5779
|
+
},
|
|
5780
|
+
"pageSize": {
|
|
5781
|
+
"type": "int32",
|
|
5782
|
+
"id": 3,
|
|
5783
|
+
"options": {
|
|
5784
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5785
|
+
}
|
|
5786
|
+
},
|
|
5787
|
+
"pageToken": {
|
|
5788
|
+
"type": "string",
|
|
5789
|
+
"id": 4,
|
|
5790
|
+
"options": {
|
|
5791
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5792
|
+
}
|
|
5793
|
+
},
|
|
5794
|
+
"orderBy": {
|
|
5795
|
+
"type": "string",
|
|
5796
|
+
"id": 5,
|
|
5797
|
+
"options": {
|
|
5798
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5799
|
+
}
|
|
5800
|
+
},
|
|
5801
|
+
"view": {
|
|
5802
|
+
"type": "SearchMessagesView",
|
|
5803
|
+
"id": 7,
|
|
5804
|
+
"options": {
|
|
5805
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
5806
|
+
}
|
|
5807
|
+
}
|
|
5808
|
+
},
|
|
5809
|
+
"nested": {
|
|
5810
|
+
"SearchMessagesView": {
|
|
5811
|
+
"values": {
|
|
5812
|
+
"SEARCH_MESSAGES_VIEW_UNSPECIFIED": 0,
|
|
5813
|
+
"SEARCH_MESSAGES_VIEW_BASIC": 1,
|
|
5814
|
+
"SEARCH_MESSAGES_VIEW_FULL": 2
|
|
5815
|
+
}
|
|
5816
|
+
}
|
|
5817
|
+
}
|
|
5818
|
+
},
|
|
5819
|
+
"SearchMessagesResponse": {
|
|
5820
|
+
"fields": {
|
|
5821
|
+
"results": {
|
|
5822
|
+
"rule": "repeated",
|
|
5823
|
+
"type": "SearchMessageResult",
|
|
5824
|
+
"id": 1
|
|
5825
|
+
},
|
|
5826
|
+
"nextPageToken": {
|
|
5827
|
+
"type": "string",
|
|
5828
|
+
"id": 2
|
|
5829
|
+
}
|
|
5830
|
+
}
|
|
5831
|
+
},
|
|
5832
|
+
"SearchMessageResult": {
|
|
5833
|
+
"oneofs": {
|
|
5834
|
+
"_read": {
|
|
5835
|
+
"oneof": [
|
|
5836
|
+
"read"
|
|
5837
|
+
]
|
|
5838
|
+
}
|
|
5839
|
+
},
|
|
5840
|
+
"fields": {
|
|
5841
|
+
"message": {
|
|
5842
|
+
"type": "Message",
|
|
5843
|
+
"id": 1
|
|
5844
|
+
},
|
|
5845
|
+
"read": {
|
|
5846
|
+
"type": "bool",
|
|
5847
|
+
"id": 3,
|
|
5848
|
+
"options": {
|
|
5849
|
+
"proto3_optional": true
|
|
5850
|
+
}
|
|
5851
|
+
},
|
|
5852
|
+
"spaceMuteSetting": {
|
|
5853
|
+
"type": "SpaceNotificationSetting.MuteSetting",
|
|
5854
|
+
"id": 4
|
|
5855
|
+
}
|
|
5856
|
+
}
|
|
5857
|
+
},
|
|
5673
5858
|
"ContextualAddOnMarkup": {
|
|
5674
5859
|
"fields": {},
|
|
5675
5860
|
"nested": {
|
|
@@ -6699,7 +6884,10 @@
|
|
|
6699
6884
|
"spaces": {
|
|
6700
6885
|
"rule": "repeated",
|
|
6701
6886
|
"type": "Space",
|
|
6702
|
-
"id": 1
|
|
6887
|
+
"id": 1,
|
|
6888
|
+
"options": {
|
|
6889
|
+
"deprecated": true
|
|
6890
|
+
}
|
|
6703
6891
|
},
|
|
6704
6892
|
"nextPageToken": {
|
|
6705
6893
|
"type": "string",
|
|
@@ -6708,6 +6896,27 @@
|
|
|
6708
6896
|
"totalSize": {
|
|
6709
6897
|
"type": "int32",
|
|
6710
6898
|
"id": 3
|
|
6899
|
+
},
|
|
6900
|
+
"results": {
|
|
6901
|
+
"rule": "repeated",
|
|
6902
|
+
"type": "SearchSpaceResult",
|
|
6903
|
+
"id": 4,
|
|
6904
|
+
"options": {
|
|
6905
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
6906
|
+
}
|
|
6907
|
+
}
|
|
6908
|
+
},
|
|
6909
|
+
"nested": {
|
|
6910
|
+
"SearchSpaceResult": {
|
|
6911
|
+
"fields": {
|
|
6912
|
+
"space": {
|
|
6913
|
+
"type": "Space",
|
|
6914
|
+
"id": 1,
|
|
6915
|
+
"options": {
|
|
6916
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
6917
|
+
}
|
|
6918
|
+
}
|
|
6919
|
+
}
|
|
6711
6920
|
}
|
|
6712
6921
|
}
|
|
6713
6922
|
},
|
|
@@ -6764,6 +6973,96 @@
|
|
|
6764
6973
|
"HISTORY_ON": 2
|
|
6765
6974
|
}
|
|
6766
6975
|
},
|
|
6976
|
+
"SpaceNotificationSetting": {
|
|
6977
|
+
"options": {
|
|
6978
|
+
"(google.api.resource).type": "chat.googleapis.com/SpaceNotificationSetting",
|
|
6979
|
+
"(google.api.resource).pattern": "users/{user}/spaces/{space}/spaceNotificationSetting",
|
|
6980
|
+
"(google.api.resource).singular": "spaceNotificationSetting"
|
|
6981
|
+
},
|
|
6982
|
+
"oneofs": {
|
|
6983
|
+
"_notificationSetting": {
|
|
6984
|
+
"oneof": [
|
|
6985
|
+
"notificationSetting"
|
|
6986
|
+
]
|
|
6987
|
+
},
|
|
6988
|
+
"_muteSetting": {
|
|
6989
|
+
"oneof": [
|
|
6990
|
+
"muteSetting"
|
|
6991
|
+
]
|
|
6992
|
+
}
|
|
6993
|
+
},
|
|
6994
|
+
"fields": {
|
|
6995
|
+
"name": {
|
|
6996
|
+
"type": "string",
|
|
6997
|
+
"id": 1,
|
|
6998
|
+
"options": {
|
|
6999
|
+
"(google.api.field_behavior)": "IDENTIFIER"
|
|
7000
|
+
}
|
|
7001
|
+
},
|
|
7002
|
+
"notificationSetting": {
|
|
7003
|
+
"type": "NotificationSetting",
|
|
7004
|
+
"id": 2,
|
|
7005
|
+
"options": {
|
|
7006
|
+
"proto3_optional": true
|
|
7007
|
+
}
|
|
7008
|
+
},
|
|
7009
|
+
"muteSetting": {
|
|
7010
|
+
"type": "MuteSetting",
|
|
7011
|
+
"id": 3,
|
|
7012
|
+
"options": {
|
|
7013
|
+
"proto3_optional": true
|
|
7014
|
+
}
|
|
7015
|
+
}
|
|
7016
|
+
},
|
|
7017
|
+
"nested": {
|
|
7018
|
+
"NotificationSetting": {
|
|
7019
|
+
"values": {
|
|
7020
|
+
"NOTIFICATION_SETTING_UNSPECIFIED": 0,
|
|
7021
|
+
"ALL": 1,
|
|
7022
|
+
"MAIN_CONVERSATIONS": 2,
|
|
7023
|
+
"FOR_YOU": 3,
|
|
7024
|
+
"OFF": 4
|
|
7025
|
+
}
|
|
7026
|
+
},
|
|
7027
|
+
"MuteSetting": {
|
|
7028
|
+
"values": {
|
|
7029
|
+
"MUTE_SETTING_UNSPECIFIED": 0,
|
|
7030
|
+
"UNMUTED": 1,
|
|
7031
|
+
"MUTED": 2
|
|
7032
|
+
}
|
|
7033
|
+
}
|
|
7034
|
+
}
|
|
7035
|
+
},
|
|
7036
|
+
"GetSpaceNotificationSettingRequest": {
|
|
7037
|
+
"fields": {
|
|
7038
|
+
"name": {
|
|
7039
|
+
"type": "string",
|
|
7040
|
+
"id": 1,
|
|
7041
|
+
"options": {
|
|
7042
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
7043
|
+
"(google.api.resource_reference).type": "chat.googleapis.com/SpaceNotificationSetting"
|
|
7044
|
+
}
|
|
7045
|
+
}
|
|
7046
|
+
}
|
|
7047
|
+
},
|
|
7048
|
+
"UpdateSpaceNotificationSettingRequest": {
|
|
7049
|
+
"fields": {
|
|
7050
|
+
"spaceNotificationSetting": {
|
|
7051
|
+
"type": "SpaceNotificationSetting",
|
|
7052
|
+
"id": 1,
|
|
7053
|
+
"options": {
|
|
7054
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
7055
|
+
}
|
|
7056
|
+
},
|
|
7057
|
+
"updateMask": {
|
|
7058
|
+
"type": "google.protobuf.FieldMask",
|
|
7059
|
+
"id": 2,
|
|
7060
|
+
"options": {
|
|
7061
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
7062
|
+
}
|
|
7063
|
+
}
|
|
7064
|
+
}
|
|
7065
|
+
},
|
|
6767
7066
|
"Section": {
|
|
6768
7067
|
"options": {
|
|
6769
7068
|
"(google.api.resource).type": "chat.googleapis.com/Section",
|
|
@@ -7382,96 +7681,6 @@
|
|
|
7382
7681
|
}
|
|
7383
7682
|
}
|
|
7384
7683
|
},
|
|
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
7684
|
"SpaceReadState": {
|
|
7476
7685
|
"options": {
|
|
7477
7686
|
"(google.api.resource).type": "chat.googleapis.com/SpaceReadState",
|
|
@@ -8015,6 +8224,10 @@
|
|
|
8015
8224
|
"common": {
|
|
8016
8225
|
"type": "CommonLanguageSettings",
|
|
8017
8226
|
"id": 1
|
|
8227
|
+
},
|
|
8228
|
+
"libraryPackage": {
|
|
8229
|
+
"type": "string",
|
|
8230
|
+
"id": 2
|
|
8018
8231
|
}
|
|
8019
8232
|
}
|
|
8020
8233
|
},
|
|
@@ -8124,6 +8337,10 @@
|
|
|
8124
8337
|
"rule": "repeated",
|
|
8125
8338
|
"type": "string",
|
|
8126
8339
|
"id": 3
|
|
8340
|
+
},
|
|
8341
|
+
"batching": {
|
|
8342
|
+
"type": "BatchingConfigProto",
|
|
8343
|
+
"id": 4
|
|
8127
8344
|
}
|
|
8128
8345
|
},
|
|
8129
8346
|
"nested": {
|
|
@@ -8181,6 +8398,79 @@
|
|
|
8181
8398
|
}
|
|
8182
8399
|
}
|
|
8183
8400
|
},
|
|
8401
|
+
"BatchingConfigProto": {
|
|
8402
|
+
"fields": {
|
|
8403
|
+
"thresholds": {
|
|
8404
|
+
"type": "BatchingSettingsProto",
|
|
8405
|
+
"id": 1
|
|
8406
|
+
},
|
|
8407
|
+
"batchDescriptor": {
|
|
8408
|
+
"type": "BatchingDescriptorProto",
|
|
8409
|
+
"id": 2
|
|
8410
|
+
}
|
|
8411
|
+
}
|
|
8412
|
+
},
|
|
8413
|
+
"BatchingSettingsProto": {
|
|
8414
|
+
"fields": {
|
|
8415
|
+
"elementCountThreshold": {
|
|
8416
|
+
"type": "int32",
|
|
8417
|
+
"id": 1
|
|
8418
|
+
},
|
|
8419
|
+
"requestByteThreshold": {
|
|
8420
|
+
"type": "int64",
|
|
8421
|
+
"id": 2
|
|
8422
|
+
},
|
|
8423
|
+
"delayThreshold": {
|
|
8424
|
+
"type": "google.protobuf.Duration",
|
|
8425
|
+
"id": 3
|
|
8426
|
+
},
|
|
8427
|
+
"elementCountLimit": {
|
|
8428
|
+
"type": "int32",
|
|
8429
|
+
"id": 4
|
|
8430
|
+
},
|
|
8431
|
+
"requestByteLimit": {
|
|
8432
|
+
"type": "int32",
|
|
8433
|
+
"id": 5
|
|
8434
|
+
},
|
|
8435
|
+
"flowControlElementLimit": {
|
|
8436
|
+
"type": "int32",
|
|
8437
|
+
"id": 6
|
|
8438
|
+
},
|
|
8439
|
+
"flowControlByteLimit": {
|
|
8440
|
+
"type": "int32",
|
|
8441
|
+
"id": 7
|
|
8442
|
+
},
|
|
8443
|
+
"flowControlLimitExceededBehavior": {
|
|
8444
|
+
"type": "FlowControlLimitExceededBehaviorProto",
|
|
8445
|
+
"id": 8
|
|
8446
|
+
}
|
|
8447
|
+
}
|
|
8448
|
+
},
|
|
8449
|
+
"FlowControlLimitExceededBehaviorProto": {
|
|
8450
|
+
"values": {
|
|
8451
|
+
"UNSET_BEHAVIOR": 0,
|
|
8452
|
+
"THROW_EXCEPTION": 1,
|
|
8453
|
+
"BLOCK": 2,
|
|
8454
|
+
"IGNORE": 3
|
|
8455
|
+
}
|
|
8456
|
+
},
|
|
8457
|
+
"BatchingDescriptorProto": {
|
|
8458
|
+
"fields": {
|
|
8459
|
+
"batchedField": {
|
|
8460
|
+
"type": "string",
|
|
8461
|
+
"id": 1
|
|
8462
|
+
},
|
|
8463
|
+
"discriminatorFields": {
|
|
8464
|
+
"rule": "repeated",
|
|
8465
|
+
"type": "string",
|
|
8466
|
+
"id": 2
|
|
8467
|
+
},
|
|
8468
|
+
"subresponseField": {
|
|
8469
|
+
"type": "string",
|
|
8470
|
+
"id": 3
|
|
8471
|
+
}
|
|
8472
|
+
}
|
|
8473
|
+
},
|
|
8184
8474
|
"LaunchStage": {
|
|
8185
8475
|
"values": {
|
|
8186
8476
|
"LAUNCH_STAGE_UNSPECIFIED": 0,
|