@google-apps/chat 0.16.0 → 0.18.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/annotation.proto +80 -5
- package/build/protos/google/chat/v1/chat_service.proto +344 -57
- package/build/protos/google/chat/v1/deletion_metadata.proto +13 -7
- package/build/protos/google/chat/v1/membership.proto +7 -5
- package/build/protos/google/chat/v1/message.proto +3 -1
- package/build/protos/google/chat/v1/slash_command.proto +2 -2
- package/build/protos/google/chat/v1/space.proto +41 -5
- package/build/protos/google/chat/v1/space_setup.proto +1 -1
- package/build/protos/google/chat/v1/user.proto +0 -1
- package/build/protos/protos.d.ts +908 -41
- package/build/protos/protos.js +2680 -72
- package/build/protos/protos.json +303 -46
- package/build/src/v1/chat_service_client.d.ts +348 -63
- package/build/src/v1/chat_service_client.js +4 -0
- package/build/src/v1/chat_service_client.js.map +1 -1
- package/package.json +1 -1
package/build/protos/protos.json
CHANGED
|
@@ -93,12 +93,19 @@
|
|
|
93
93
|
"type": "FileDescriptorProto",
|
|
94
94
|
"id": 1
|
|
95
95
|
}
|
|
96
|
-
}
|
|
96
|
+
},
|
|
97
|
+
"extensions": [
|
|
98
|
+
[
|
|
99
|
+
536000000,
|
|
100
|
+
536000000
|
|
101
|
+
]
|
|
102
|
+
]
|
|
97
103
|
},
|
|
98
104
|
"Edition": {
|
|
99
105
|
"edition": "proto2",
|
|
100
106
|
"values": {
|
|
101
107
|
"EDITION_UNKNOWN": 0,
|
|
108
|
+
"EDITION_LEGACY": 900,
|
|
102
109
|
"EDITION_PROTO2": 998,
|
|
103
110
|
"EDITION_PROTO3": 999,
|
|
104
111
|
"EDITION_2023": 1000,
|
|
@@ -137,6 +144,11 @@
|
|
|
137
144
|
"type": "int32",
|
|
138
145
|
"id": 11
|
|
139
146
|
},
|
|
147
|
+
"optionDependency": {
|
|
148
|
+
"rule": "repeated",
|
|
149
|
+
"type": "string",
|
|
150
|
+
"id": 15
|
|
151
|
+
},
|
|
140
152
|
"messageType": {
|
|
141
153
|
"rule": "repeated",
|
|
142
154
|
"type": "DescriptorProto",
|
|
@@ -225,6 +237,10 @@
|
|
|
225
237
|
"rule": "repeated",
|
|
226
238
|
"type": "string",
|
|
227
239
|
"id": 10
|
|
240
|
+
},
|
|
241
|
+
"visibility": {
|
|
242
|
+
"type": "SymbolVisibility",
|
|
243
|
+
"id": 11
|
|
228
244
|
}
|
|
229
245
|
},
|
|
230
246
|
"nested": {
|
|
@@ -450,6 +466,10 @@
|
|
|
450
466
|
"rule": "repeated",
|
|
451
467
|
"type": "string",
|
|
452
468
|
"id": 5
|
|
469
|
+
},
|
|
470
|
+
"visibility": {
|
|
471
|
+
"type": "SymbolVisibility",
|
|
472
|
+
"id": 6
|
|
453
473
|
}
|
|
454
474
|
},
|
|
455
475
|
"nested": {
|
|
@@ -664,6 +684,7 @@
|
|
|
664
684
|
42,
|
|
665
685
|
42
|
|
666
686
|
],
|
|
687
|
+
"php_generic_services",
|
|
667
688
|
[
|
|
668
689
|
38,
|
|
669
690
|
38
|
|
@@ -799,7 +820,8 @@
|
|
|
799
820
|
"type": "bool",
|
|
800
821
|
"id": 10,
|
|
801
822
|
"options": {
|
|
802
|
-
"default": false
|
|
823
|
+
"default": false,
|
|
824
|
+
"deprecated": true
|
|
803
825
|
}
|
|
804
826
|
},
|
|
805
827
|
"debugRedact": {
|
|
@@ -827,6 +849,10 @@
|
|
|
827
849
|
"type": "FeatureSet",
|
|
828
850
|
"id": 21
|
|
829
851
|
},
|
|
852
|
+
"featureSupport": {
|
|
853
|
+
"type": "FeatureSupport",
|
|
854
|
+
"id": 22
|
|
855
|
+
},
|
|
830
856
|
"uninterpretedOption": {
|
|
831
857
|
"rule": "repeated",
|
|
832
858
|
"type": "UninterpretedOption",
|
|
@@ -896,6 +922,26 @@
|
|
|
896
922
|
"id": 2
|
|
897
923
|
}
|
|
898
924
|
}
|
|
925
|
+
},
|
|
926
|
+
"FeatureSupport": {
|
|
927
|
+
"fields": {
|
|
928
|
+
"editionIntroduced": {
|
|
929
|
+
"type": "Edition",
|
|
930
|
+
"id": 1
|
|
931
|
+
},
|
|
932
|
+
"editionDeprecated": {
|
|
933
|
+
"type": "Edition",
|
|
934
|
+
"id": 2
|
|
935
|
+
},
|
|
936
|
+
"deprecationWarning": {
|
|
937
|
+
"type": "string",
|
|
938
|
+
"id": 3
|
|
939
|
+
},
|
|
940
|
+
"editionRemoved": {
|
|
941
|
+
"type": "Edition",
|
|
942
|
+
"id": 4
|
|
943
|
+
}
|
|
944
|
+
}
|
|
899
945
|
}
|
|
900
946
|
}
|
|
901
947
|
},
|
|
@@ -984,6 +1030,10 @@
|
|
|
984
1030
|
"default": false
|
|
985
1031
|
}
|
|
986
1032
|
},
|
|
1033
|
+
"featureSupport": {
|
|
1034
|
+
"type": "FieldOptions.FeatureSupport",
|
|
1035
|
+
"id": 4
|
|
1036
|
+
},
|
|
987
1037
|
"uninterpretedOption": {
|
|
988
1038
|
"rule": "repeated",
|
|
989
1039
|
"type": "UninterpretedOption",
|
|
@@ -1126,6 +1176,7 @@
|
|
|
1126
1176
|
"options": {
|
|
1127
1177
|
"retention": "RETENTION_RUNTIME",
|
|
1128
1178
|
"targets": "TARGET_TYPE_FILE",
|
|
1179
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
1129
1180
|
"edition_defaults.edition": "EDITION_2023",
|
|
1130
1181
|
"edition_defaults.value": "EXPLICIT"
|
|
1131
1182
|
}
|
|
@@ -1136,6 +1187,7 @@
|
|
|
1136
1187
|
"options": {
|
|
1137
1188
|
"retention": "RETENTION_RUNTIME",
|
|
1138
1189
|
"targets": "TARGET_TYPE_FILE",
|
|
1190
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
1139
1191
|
"edition_defaults.edition": "EDITION_PROTO3",
|
|
1140
1192
|
"edition_defaults.value": "OPEN"
|
|
1141
1193
|
}
|
|
@@ -1146,6 +1198,7 @@
|
|
|
1146
1198
|
"options": {
|
|
1147
1199
|
"retention": "RETENTION_RUNTIME",
|
|
1148
1200
|
"targets": "TARGET_TYPE_FILE",
|
|
1201
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
1149
1202
|
"edition_defaults.edition": "EDITION_PROTO3",
|
|
1150
1203
|
"edition_defaults.value": "PACKED"
|
|
1151
1204
|
}
|
|
@@ -1156,6 +1209,7 @@
|
|
|
1156
1209
|
"options": {
|
|
1157
1210
|
"retention": "RETENTION_RUNTIME",
|
|
1158
1211
|
"targets": "TARGET_TYPE_FILE",
|
|
1212
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
1159
1213
|
"edition_defaults.edition": "EDITION_PROTO3",
|
|
1160
1214
|
"edition_defaults.value": "VERIFY"
|
|
1161
1215
|
}
|
|
@@ -1166,7 +1220,8 @@
|
|
|
1166
1220
|
"options": {
|
|
1167
1221
|
"retention": "RETENTION_RUNTIME",
|
|
1168
1222
|
"targets": "TARGET_TYPE_FILE",
|
|
1169
|
-
"
|
|
1223
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
1224
|
+
"edition_defaults.edition": "EDITION_LEGACY",
|
|
1170
1225
|
"edition_defaults.value": "LENGTH_PREFIXED"
|
|
1171
1226
|
}
|
|
1172
1227
|
},
|
|
@@ -1176,27 +1231,38 @@
|
|
|
1176
1231
|
"options": {
|
|
1177
1232
|
"retention": "RETENTION_RUNTIME",
|
|
1178
1233
|
"targets": "TARGET_TYPE_FILE",
|
|
1234
|
+
"feature_support.edition_introduced": "EDITION_2023",
|
|
1179
1235
|
"edition_defaults.edition": "EDITION_PROTO3",
|
|
1180
1236
|
"edition_defaults.value": "ALLOW"
|
|
1181
1237
|
}
|
|
1238
|
+
},
|
|
1239
|
+
"enforceNamingStyle": {
|
|
1240
|
+
"type": "EnforceNamingStyle",
|
|
1241
|
+
"id": 7,
|
|
1242
|
+
"options": {
|
|
1243
|
+
"retention": "RETENTION_SOURCE",
|
|
1244
|
+
"targets": "TARGET_TYPE_METHOD",
|
|
1245
|
+
"feature_support.edition_introduced": "EDITION_2024",
|
|
1246
|
+
"edition_defaults.edition": "EDITION_2024",
|
|
1247
|
+
"edition_defaults.value": "STYLE2024"
|
|
1248
|
+
}
|
|
1249
|
+
},
|
|
1250
|
+
"defaultSymbolVisibility": {
|
|
1251
|
+
"type": "VisibilityFeature.DefaultSymbolVisibility",
|
|
1252
|
+
"id": 8,
|
|
1253
|
+
"options": {
|
|
1254
|
+
"retention": "RETENTION_SOURCE",
|
|
1255
|
+
"targets": "TARGET_TYPE_FILE",
|
|
1256
|
+
"feature_support.edition_introduced": "EDITION_2024",
|
|
1257
|
+
"edition_defaults.edition": "EDITION_2024",
|
|
1258
|
+
"edition_defaults.value": "EXPORT_TOP_LEVEL"
|
|
1259
|
+
}
|
|
1182
1260
|
}
|
|
1183
1261
|
},
|
|
1184
1262
|
"extensions": [
|
|
1185
1263
|
[
|
|
1186
1264
|
1000,
|
|
1187
|
-
|
|
1188
|
-
],
|
|
1189
|
-
[
|
|
1190
|
-
1001,
|
|
1191
|
-
1001
|
|
1192
|
-
],
|
|
1193
|
-
[
|
|
1194
|
-
1002,
|
|
1195
|
-
1002
|
|
1196
|
-
],
|
|
1197
|
-
[
|
|
1198
|
-
9990,
|
|
1199
|
-
9990
|
|
1265
|
+
9994
|
|
1200
1266
|
],
|
|
1201
1267
|
[
|
|
1202
1268
|
9995,
|
|
@@ -1241,7 +1307,13 @@
|
|
|
1241
1307
|
"UTF8_VALIDATION_UNKNOWN": 0,
|
|
1242
1308
|
"VERIFY": 2,
|
|
1243
1309
|
"NONE": 3
|
|
1244
|
-
}
|
|
1310
|
+
},
|
|
1311
|
+
"reserved": [
|
|
1312
|
+
[
|
|
1313
|
+
1,
|
|
1314
|
+
1
|
|
1315
|
+
]
|
|
1316
|
+
]
|
|
1245
1317
|
},
|
|
1246
1318
|
"MessageEncoding": {
|
|
1247
1319
|
"values": {
|
|
@@ -1256,6 +1328,33 @@
|
|
|
1256
1328
|
"ALLOW": 1,
|
|
1257
1329
|
"LEGACY_BEST_EFFORT": 2
|
|
1258
1330
|
}
|
|
1331
|
+
},
|
|
1332
|
+
"EnforceNamingStyle": {
|
|
1333
|
+
"values": {
|
|
1334
|
+
"ENFORCE_NAMING_STYLE_UNKNOWN": 0,
|
|
1335
|
+
"STYLE2024": 1,
|
|
1336
|
+
"STYLE_LEGACY": 2
|
|
1337
|
+
}
|
|
1338
|
+
},
|
|
1339
|
+
"VisibilityFeature": {
|
|
1340
|
+
"fields": {},
|
|
1341
|
+
"reserved": [
|
|
1342
|
+
[
|
|
1343
|
+
1,
|
|
1344
|
+
536870911
|
|
1345
|
+
]
|
|
1346
|
+
],
|
|
1347
|
+
"nested": {
|
|
1348
|
+
"DefaultSymbolVisibility": {
|
|
1349
|
+
"values": {
|
|
1350
|
+
"DEFAULT_SYMBOL_VISIBILITY_UNKNOWN": 0,
|
|
1351
|
+
"EXPORT_ALL": 1,
|
|
1352
|
+
"EXPORT_TOP_LEVEL": 2,
|
|
1353
|
+
"LOCAL_ALL": 3,
|
|
1354
|
+
"STRICT": 4
|
|
1355
|
+
}
|
|
1356
|
+
}
|
|
1357
|
+
}
|
|
1259
1358
|
}
|
|
1260
1359
|
}
|
|
1261
1360
|
},
|
|
@@ -1283,11 +1382,26 @@
|
|
|
1283
1382
|
"type": "Edition",
|
|
1284
1383
|
"id": 3
|
|
1285
1384
|
},
|
|
1286
|
-
"
|
|
1385
|
+
"overridableFeatures": {
|
|
1287
1386
|
"type": "FeatureSet",
|
|
1288
|
-
"id":
|
|
1387
|
+
"id": 4
|
|
1388
|
+
},
|
|
1389
|
+
"fixedFeatures": {
|
|
1390
|
+
"type": "FeatureSet",
|
|
1391
|
+
"id": 5
|
|
1289
1392
|
}
|
|
1290
|
-
}
|
|
1393
|
+
},
|
|
1394
|
+
"reserved": [
|
|
1395
|
+
[
|
|
1396
|
+
1,
|
|
1397
|
+
1
|
|
1398
|
+
],
|
|
1399
|
+
[
|
|
1400
|
+
2,
|
|
1401
|
+
2
|
|
1402
|
+
],
|
|
1403
|
+
"features"
|
|
1404
|
+
]
|
|
1291
1405
|
}
|
|
1292
1406
|
}
|
|
1293
1407
|
},
|
|
@@ -1300,6 +1414,12 @@
|
|
|
1300
1414
|
"id": 1
|
|
1301
1415
|
}
|
|
1302
1416
|
},
|
|
1417
|
+
"extensions": [
|
|
1418
|
+
[
|
|
1419
|
+
536000000,
|
|
1420
|
+
536000000
|
|
1421
|
+
]
|
|
1422
|
+
],
|
|
1303
1423
|
"nested": {
|
|
1304
1424
|
"Location": {
|
|
1305
1425
|
"fields": {
|
|
@@ -1385,6 +1505,14 @@
|
|
|
1385
1505
|
}
|
|
1386
1506
|
}
|
|
1387
1507
|
},
|
|
1508
|
+
"SymbolVisibility": {
|
|
1509
|
+
"edition": "proto2",
|
|
1510
|
+
"values": {
|
|
1511
|
+
"VISIBILITY_UNSET": 0,
|
|
1512
|
+
"VISIBILITY_LOCAL": 1,
|
|
1513
|
+
"VISIBILITY_EXPORT": 2
|
|
1514
|
+
}
|
|
1515
|
+
},
|
|
1388
1516
|
"Duration": {
|
|
1389
1517
|
"fields": {
|
|
1390
1518
|
"seconds": {
|
|
@@ -2573,7 +2701,9 @@
|
|
|
2573
2701
|
"data": {
|
|
2574
2702
|
"oneof": [
|
|
2575
2703
|
"driveLinkData",
|
|
2576
|
-
"chatSpaceLinkData"
|
|
2704
|
+
"chatSpaceLinkData",
|
|
2705
|
+
"meetSpaceLinkData",
|
|
2706
|
+
"calendarEventLinkData"
|
|
2577
2707
|
]
|
|
2578
2708
|
}
|
|
2579
2709
|
},
|
|
@@ -2593,6 +2723,14 @@
|
|
|
2593
2723
|
"chatSpaceLinkData": {
|
|
2594
2724
|
"type": "ChatSpaceLinkData",
|
|
2595
2725
|
"id": 4
|
|
2726
|
+
},
|
|
2727
|
+
"meetSpaceLinkData": {
|
|
2728
|
+
"type": "MeetSpaceLinkData",
|
|
2729
|
+
"id": 5
|
|
2730
|
+
},
|
|
2731
|
+
"calendarEventLinkData": {
|
|
2732
|
+
"type": "CalendarEventLinkData",
|
|
2733
|
+
"id": 6
|
|
2596
2734
|
}
|
|
2597
2735
|
},
|
|
2598
2736
|
"nested": {
|
|
@@ -2600,7 +2738,9 @@
|
|
|
2600
2738
|
"values": {
|
|
2601
2739
|
"RICH_LINK_TYPE_UNSPECIFIED": 0,
|
|
2602
2740
|
"DRIVE_FILE": 1,
|
|
2603
|
-
"CHAT_SPACE": 2
|
|
2741
|
+
"CHAT_SPACE": 2,
|
|
2742
|
+
"MEET_SPACE": 4,
|
|
2743
|
+
"CALENDAR_EVENT": 5
|
|
2604
2744
|
}
|
|
2605
2745
|
}
|
|
2606
2746
|
}
|
|
@@ -2650,6 +2790,54 @@
|
|
|
2650
2790
|
}
|
|
2651
2791
|
}
|
|
2652
2792
|
},
|
|
2793
|
+
"MeetSpaceLinkData": {
|
|
2794
|
+
"fields": {
|
|
2795
|
+
"meetingCode": {
|
|
2796
|
+
"type": "string",
|
|
2797
|
+
"id": 1
|
|
2798
|
+
},
|
|
2799
|
+
"type": {
|
|
2800
|
+
"type": "Type",
|
|
2801
|
+
"id": 2
|
|
2802
|
+
},
|
|
2803
|
+
"huddleStatus": {
|
|
2804
|
+
"type": "HuddleStatus",
|
|
2805
|
+
"id": 3,
|
|
2806
|
+
"options": {
|
|
2807
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
2808
|
+
}
|
|
2809
|
+
}
|
|
2810
|
+
},
|
|
2811
|
+
"nested": {
|
|
2812
|
+
"Type": {
|
|
2813
|
+
"values": {
|
|
2814
|
+
"TYPE_UNSPECIFIED": 0,
|
|
2815
|
+
"MEETING": 1,
|
|
2816
|
+
"HUDDLE": 2
|
|
2817
|
+
}
|
|
2818
|
+
},
|
|
2819
|
+
"HuddleStatus": {
|
|
2820
|
+
"values": {
|
|
2821
|
+
"HUDDLE_STATUS_UNSPECIFIED": 0,
|
|
2822
|
+
"STARTED": 1,
|
|
2823
|
+
"ENDED": 2,
|
|
2824
|
+
"MISSED": 3
|
|
2825
|
+
}
|
|
2826
|
+
}
|
|
2827
|
+
}
|
|
2828
|
+
},
|
|
2829
|
+
"CalendarEventLinkData": {
|
|
2830
|
+
"fields": {
|
|
2831
|
+
"calendarId": {
|
|
2832
|
+
"type": "string",
|
|
2833
|
+
"id": 1
|
|
2834
|
+
},
|
|
2835
|
+
"eventId": {
|
|
2836
|
+
"type": "string",
|
|
2837
|
+
"id": 2
|
|
2838
|
+
}
|
|
2839
|
+
}
|
|
2840
|
+
},
|
|
2653
2841
|
"AnnotationType": {
|
|
2654
2842
|
"values": {
|
|
2655
2843
|
"ANNOTATION_TYPE_UNSPECIFIED": 0,
|
|
@@ -3144,7 +3332,7 @@
|
|
|
3144
3332
|
"ChatService": {
|
|
3145
3333
|
"options": {
|
|
3146
3334
|
"(google.api.default_host)": "chat.googleapis.com",
|
|
3147
|
-
"(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.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.readstate,https://www.googleapis.com/auth/chat.users.readstate.readonly,https://www.googleapis.com/auth/chat.users.spacesettings"
|
|
3335
|
+
"(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.spaces,https://www.googleapis.com/auth/chat.app.spaces.create,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.readstate,https://www.googleapis.com/auth/chat.users.readstate.readonly,https://www.googleapis.com/auth/chat.users.spacesettings"
|
|
3148
3336
|
},
|
|
3149
3337
|
"methods": {
|
|
3150
3338
|
"CreateMessage": {
|
|
@@ -4988,6 +5176,11 @@
|
|
|
4988
5176
|
"(google.api.resource).pattern": "spaces/{space}"
|
|
4989
5177
|
},
|
|
4990
5178
|
"oneofs": {
|
|
5179
|
+
"_customer": {
|
|
5180
|
+
"oneof": [
|
|
5181
|
+
"customer"
|
|
5182
|
+
]
|
|
5183
|
+
},
|
|
4991
5184
|
"spacePermissionSettings": {
|
|
4992
5185
|
"oneof": [
|
|
4993
5186
|
"predefinedPermissionSettings",
|
|
@@ -5110,6 +5303,14 @@
|
|
|
5110
5303
|
"(google.api.field_behavior)": "OPTIONAL"
|
|
5111
5304
|
}
|
|
5112
5305
|
},
|
|
5306
|
+
"customer": {
|
|
5307
|
+
"type": "string",
|
|
5308
|
+
"id": 24,
|
|
5309
|
+
"options": {
|
|
5310
|
+
"(google.api.field_behavior)": "OPTIONAL",
|
|
5311
|
+
"proto3_optional": true
|
|
5312
|
+
}
|
|
5313
|
+
},
|
|
5113
5314
|
"spaceUri": {
|
|
5114
5315
|
"type": "string",
|
|
5115
5316
|
"id": 25,
|
|
@@ -6127,7 +6328,6 @@
|
|
|
6127
6328
|
},
|
|
6128
6329
|
"api": {
|
|
6129
6330
|
"options": {
|
|
6130
|
-
"cc_enable_arenas": true,
|
|
6131
6331
|
"go_package": "google.golang.org/genproto/googleapis/api;api",
|
|
6132
6332
|
"java_multiple_files": true,
|
|
6133
6333
|
"java_outer_classname": "LaunchStageProto",
|
|
@@ -6135,6 +6335,28 @@
|
|
|
6135
6335
|
"objc_class_prefix": "GAPI"
|
|
6136
6336
|
},
|
|
6137
6337
|
"nested": {
|
|
6338
|
+
"fieldBehavior": {
|
|
6339
|
+
"rule": "repeated",
|
|
6340
|
+
"type": "google.api.FieldBehavior",
|
|
6341
|
+
"id": 1052,
|
|
6342
|
+
"extend": "google.protobuf.FieldOptions",
|
|
6343
|
+
"options": {
|
|
6344
|
+
"packed": false
|
|
6345
|
+
}
|
|
6346
|
+
},
|
|
6347
|
+
"FieldBehavior": {
|
|
6348
|
+
"values": {
|
|
6349
|
+
"FIELD_BEHAVIOR_UNSPECIFIED": 0,
|
|
6350
|
+
"OPTIONAL": 1,
|
|
6351
|
+
"REQUIRED": 2,
|
|
6352
|
+
"OUTPUT_ONLY": 3,
|
|
6353
|
+
"INPUT_ONLY": 4,
|
|
6354
|
+
"IMMUTABLE": 5,
|
|
6355
|
+
"UNORDERED_LIST": 6,
|
|
6356
|
+
"NON_EMPTY_DEFAULT": 7,
|
|
6357
|
+
"IDENTIFIER": 8
|
|
6358
|
+
}
|
|
6359
|
+
},
|
|
6138
6360
|
"resourceReference": {
|
|
6139
6361
|
"type": "google.api.ResourceReference",
|
|
6140
6362
|
"id": 1055,
|
|
@@ -6212,28 +6434,6 @@
|
|
|
6212
6434
|
}
|
|
6213
6435
|
}
|
|
6214
6436
|
},
|
|
6215
|
-
"fieldBehavior": {
|
|
6216
|
-
"rule": "repeated",
|
|
6217
|
-
"type": "google.api.FieldBehavior",
|
|
6218
|
-
"id": 1052,
|
|
6219
|
-
"extend": "google.protobuf.FieldOptions",
|
|
6220
|
-
"options": {
|
|
6221
|
-
"packed": false
|
|
6222
|
-
}
|
|
6223
|
-
},
|
|
6224
|
-
"FieldBehavior": {
|
|
6225
|
-
"values": {
|
|
6226
|
-
"FIELD_BEHAVIOR_UNSPECIFIED": 0,
|
|
6227
|
-
"OPTIONAL": 1,
|
|
6228
|
-
"REQUIRED": 2,
|
|
6229
|
-
"OUTPUT_ONLY": 3,
|
|
6230
|
-
"INPUT_ONLY": 4,
|
|
6231
|
-
"IMMUTABLE": 5,
|
|
6232
|
-
"UNORDERED_LIST": 6,
|
|
6233
|
-
"NON_EMPTY_DEFAULT": 7,
|
|
6234
|
-
"IDENTIFIER": 8
|
|
6235
|
-
}
|
|
6236
|
-
},
|
|
6237
6437
|
"fieldInfo": {
|
|
6238
6438
|
"type": "google.api.FieldInfo",
|
|
6239
6439
|
"id": 291403980,
|
|
@@ -6244,6 +6444,11 @@
|
|
|
6244
6444
|
"format": {
|
|
6245
6445
|
"type": "Format",
|
|
6246
6446
|
"id": 1
|
|
6447
|
+
},
|
|
6448
|
+
"referencedTypes": {
|
|
6449
|
+
"rule": "repeated",
|
|
6450
|
+
"type": "TypeReference",
|
|
6451
|
+
"id": 2
|
|
6247
6452
|
}
|
|
6248
6453
|
},
|
|
6249
6454
|
"nested": {
|
|
@@ -6258,6 +6463,14 @@
|
|
|
6258
6463
|
}
|
|
6259
6464
|
}
|
|
6260
6465
|
},
|
|
6466
|
+
"TypeReference": {
|
|
6467
|
+
"fields": {
|
|
6468
|
+
"typeName": {
|
|
6469
|
+
"type": "string",
|
|
6470
|
+
"id": 1
|
|
6471
|
+
}
|
|
6472
|
+
}
|
|
6473
|
+
},
|
|
6261
6474
|
"http": {
|
|
6262
6475
|
"type": "HttpRule",
|
|
6263
6476
|
"id": 72295728,
|
|
@@ -6379,6 +6592,10 @@
|
|
|
6379
6592
|
"rule": "repeated",
|
|
6380
6593
|
"type": "ClientLibraryDestination",
|
|
6381
6594
|
"id": 2
|
|
6595
|
+
},
|
|
6596
|
+
"selectiveGapicGeneration": {
|
|
6597
|
+
"type": "SelectiveGapicGeneration",
|
|
6598
|
+
"id": 3
|
|
6382
6599
|
}
|
|
6383
6600
|
}
|
|
6384
6601
|
},
|
|
@@ -6519,6 +6736,28 @@
|
|
|
6519
6736
|
"common": {
|
|
6520
6737
|
"type": "CommonLanguageSettings",
|
|
6521
6738
|
"id": 1
|
|
6739
|
+
},
|
|
6740
|
+
"experimentalFeatures": {
|
|
6741
|
+
"type": "ExperimentalFeatures",
|
|
6742
|
+
"id": 2
|
|
6743
|
+
}
|
|
6744
|
+
},
|
|
6745
|
+
"nested": {
|
|
6746
|
+
"ExperimentalFeatures": {
|
|
6747
|
+
"fields": {
|
|
6748
|
+
"restAsyncIoEnabled": {
|
|
6749
|
+
"type": "bool",
|
|
6750
|
+
"id": 1
|
|
6751
|
+
},
|
|
6752
|
+
"protobufPythonicTypesEnabled": {
|
|
6753
|
+
"type": "bool",
|
|
6754
|
+
"id": 2
|
|
6755
|
+
},
|
|
6756
|
+
"unversionedPackageDisabled": {
|
|
6757
|
+
"type": "bool",
|
|
6758
|
+
"id": 3
|
|
6759
|
+
}
|
|
6760
|
+
}
|
|
6522
6761
|
}
|
|
6523
6762
|
}
|
|
6524
6763
|
},
|
|
@@ -6576,6 +6815,11 @@
|
|
|
6576
6815
|
"common": {
|
|
6577
6816
|
"type": "CommonLanguageSettings",
|
|
6578
6817
|
"id": 1
|
|
6818
|
+
},
|
|
6819
|
+
"renamedServices": {
|
|
6820
|
+
"keyType": "string",
|
|
6821
|
+
"type": "string",
|
|
6822
|
+
"id": 2
|
|
6579
6823
|
}
|
|
6580
6824
|
}
|
|
6581
6825
|
},
|
|
@@ -6637,6 +6881,19 @@
|
|
|
6637
6881
|
"PACKAGE_MANAGER": 20
|
|
6638
6882
|
}
|
|
6639
6883
|
},
|
|
6884
|
+
"SelectiveGapicGeneration": {
|
|
6885
|
+
"fields": {
|
|
6886
|
+
"methods": {
|
|
6887
|
+
"rule": "repeated",
|
|
6888
|
+
"type": "string",
|
|
6889
|
+
"id": 1
|
|
6890
|
+
},
|
|
6891
|
+
"generateOmittedAsInternal": {
|
|
6892
|
+
"type": "bool",
|
|
6893
|
+
"id": 2
|
|
6894
|
+
}
|
|
6895
|
+
}
|
|
6896
|
+
},
|
|
6640
6897
|
"LaunchStage": {
|
|
6641
6898
|
"values": {
|
|
6642
6899
|
"LAUNCH_STAGE_UNSPECIFIED": 0,
|