@google-apps/chat 0.24.0 → 0.25.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.
@@ -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": {
@@ -500,7 +520,14 @@
500
520
  "type": "ServiceOptions",
501
521
  "id": 3
502
522
  }
503
- }
523
+ },
524
+ "reserved": [
525
+ [
526
+ 4,
527
+ 4
528
+ ],
529
+ "stream"
530
+ ]
504
531
  },
505
532
  "MethodDescriptorProto": {
506
533
  "edition": "proto2",
@@ -664,6 +691,7 @@
664
691
  42,
665
692
  42
666
693
  ],
694
+ "php_generic_services",
667
695
  [
668
696
  38,
669
697
  38
@@ -799,7 +827,8 @@
799
827
  "type": "bool",
800
828
  "id": 10,
801
829
  "options": {
802
- "default": false
830
+ "default": false,
831
+ "deprecated": true
803
832
  }
804
833
  },
805
834
  "debugRedact": {
@@ -827,6 +856,10 @@
827
856
  "type": "FeatureSet",
828
857
  "id": 21
829
858
  },
859
+ "featureSupport": {
860
+ "type": "FeatureSupport",
861
+ "id": 22
862
+ },
830
863
  "uninterpretedOption": {
831
864
  "rule": "repeated",
832
865
  "type": "UninterpretedOption",
@@ -896,6 +929,26 @@
896
929
  "id": 2
897
930
  }
898
931
  }
932
+ },
933
+ "FeatureSupport": {
934
+ "fields": {
935
+ "editionIntroduced": {
936
+ "type": "Edition",
937
+ "id": 1
938
+ },
939
+ "editionDeprecated": {
940
+ "type": "Edition",
941
+ "id": 2
942
+ },
943
+ "deprecationWarning": {
944
+ "type": "string",
945
+ "id": 3
946
+ },
947
+ "editionRemoved": {
948
+ "type": "Edition",
949
+ "id": 4
950
+ }
951
+ }
899
952
  }
900
953
  }
901
954
  },
@@ -984,6 +1037,10 @@
984
1037
  "default": false
985
1038
  }
986
1039
  },
1040
+ "featureSupport": {
1041
+ "type": "FieldOptions.FeatureSupport",
1042
+ "id": 4
1043
+ },
987
1044
  "uninterpretedOption": {
988
1045
  "rule": "repeated",
989
1046
  "type": "UninterpretedOption",
@@ -1126,6 +1183,7 @@
1126
1183
  "options": {
1127
1184
  "retention": "RETENTION_RUNTIME",
1128
1185
  "targets": "TARGET_TYPE_FILE",
1186
+ "feature_support.edition_introduced": "EDITION_2023",
1129
1187
  "edition_defaults.edition": "EDITION_2023",
1130
1188
  "edition_defaults.value": "EXPLICIT"
1131
1189
  }
@@ -1136,6 +1194,7 @@
1136
1194
  "options": {
1137
1195
  "retention": "RETENTION_RUNTIME",
1138
1196
  "targets": "TARGET_TYPE_FILE",
1197
+ "feature_support.edition_introduced": "EDITION_2023",
1139
1198
  "edition_defaults.edition": "EDITION_PROTO3",
1140
1199
  "edition_defaults.value": "OPEN"
1141
1200
  }
@@ -1146,6 +1205,7 @@
1146
1205
  "options": {
1147
1206
  "retention": "RETENTION_RUNTIME",
1148
1207
  "targets": "TARGET_TYPE_FILE",
1208
+ "feature_support.edition_introduced": "EDITION_2023",
1149
1209
  "edition_defaults.edition": "EDITION_PROTO3",
1150
1210
  "edition_defaults.value": "PACKED"
1151
1211
  }
@@ -1156,6 +1216,7 @@
1156
1216
  "options": {
1157
1217
  "retention": "RETENTION_RUNTIME",
1158
1218
  "targets": "TARGET_TYPE_FILE",
1219
+ "feature_support.edition_introduced": "EDITION_2023",
1159
1220
  "edition_defaults.edition": "EDITION_PROTO3",
1160
1221
  "edition_defaults.value": "VERIFY"
1161
1222
  }
@@ -1166,7 +1227,8 @@
1166
1227
  "options": {
1167
1228
  "retention": "RETENTION_RUNTIME",
1168
1229
  "targets": "TARGET_TYPE_FILE",
1169
- "edition_defaults.edition": "EDITION_PROTO2",
1230
+ "feature_support.edition_introduced": "EDITION_2023",
1231
+ "edition_defaults.edition": "EDITION_LEGACY",
1170
1232
  "edition_defaults.value": "LENGTH_PREFIXED"
1171
1233
  }
1172
1234
  },
@@ -1176,27 +1238,38 @@
1176
1238
  "options": {
1177
1239
  "retention": "RETENTION_RUNTIME",
1178
1240
  "targets": "TARGET_TYPE_FILE",
1241
+ "feature_support.edition_introduced": "EDITION_2023",
1179
1242
  "edition_defaults.edition": "EDITION_PROTO3",
1180
1243
  "edition_defaults.value": "ALLOW"
1181
1244
  }
1245
+ },
1246
+ "enforceNamingStyle": {
1247
+ "type": "EnforceNamingStyle",
1248
+ "id": 7,
1249
+ "options": {
1250
+ "retention": "RETENTION_SOURCE",
1251
+ "targets": "TARGET_TYPE_METHOD",
1252
+ "feature_support.edition_introduced": "EDITION_2024",
1253
+ "edition_defaults.edition": "EDITION_2024",
1254
+ "edition_defaults.value": "STYLE2024"
1255
+ }
1256
+ },
1257
+ "defaultSymbolVisibility": {
1258
+ "type": "VisibilityFeature.DefaultSymbolVisibility",
1259
+ "id": 8,
1260
+ "options": {
1261
+ "retention": "RETENTION_SOURCE",
1262
+ "targets": "TARGET_TYPE_FILE",
1263
+ "feature_support.edition_introduced": "EDITION_2024",
1264
+ "edition_defaults.edition": "EDITION_2024",
1265
+ "edition_defaults.value": "EXPORT_TOP_LEVEL"
1266
+ }
1182
1267
  }
1183
1268
  },
1184
1269
  "extensions": [
1185
1270
  [
1186
1271
  1000,
1187
- 1000
1188
- ],
1189
- [
1190
- 1001,
1191
- 1001
1192
- ],
1193
- [
1194
- 1002,
1195
- 1002
1196
- ],
1197
- [
1198
- 9990,
1199
- 9990
1272
+ 9994
1200
1273
  ],
1201
1274
  [
1202
1275
  9995,
@@ -1241,7 +1314,13 @@
1241
1314
  "UTF8_VALIDATION_UNKNOWN": 0,
1242
1315
  "VERIFY": 2,
1243
1316
  "NONE": 3
1244
- }
1317
+ },
1318
+ "reserved": [
1319
+ [
1320
+ 1,
1321
+ 1
1322
+ ]
1323
+ ]
1245
1324
  },
1246
1325
  "MessageEncoding": {
1247
1326
  "values": {
@@ -1256,6 +1335,33 @@
1256
1335
  "ALLOW": 1,
1257
1336
  "LEGACY_BEST_EFFORT": 2
1258
1337
  }
1338
+ },
1339
+ "EnforceNamingStyle": {
1340
+ "values": {
1341
+ "ENFORCE_NAMING_STYLE_UNKNOWN": 0,
1342
+ "STYLE2024": 1,
1343
+ "STYLE_LEGACY": 2
1344
+ }
1345
+ },
1346
+ "VisibilityFeature": {
1347
+ "fields": {},
1348
+ "reserved": [
1349
+ [
1350
+ 1,
1351
+ 536870911
1352
+ ]
1353
+ ],
1354
+ "nested": {
1355
+ "DefaultSymbolVisibility": {
1356
+ "values": {
1357
+ "DEFAULT_SYMBOL_VISIBILITY_UNKNOWN": 0,
1358
+ "EXPORT_ALL": 1,
1359
+ "EXPORT_TOP_LEVEL": 2,
1360
+ "LOCAL_ALL": 3,
1361
+ "STRICT": 4
1362
+ }
1363
+ }
1364
+ }
1259
1365
  }
1260
1366
  }
1261
1367
  },
@@ -1283,11 +1389,26 @@
1283
1389
  "type": "Edition",
1284
1390
  "id": 3
1285
1391
  },
1286
- "features": {
1392
+ "overridableFeatures": {
1287
1393
  "type": "FeatureSet",
1288
- "id": 2
1394
+ "id": 4
1395
+ },
1396
+ "fixedFeatures": {
1397
+ "type": "FeatureSet",
1398
+ "id": 5
1289
1399
  }
1290
- }
1400
+ },
1401
+ "reserved": [
1402
+ [
1403
+ 1,
1404
+ 1
1405
+ ],
1406
+ [
1407
+ 2,
1408
+ 2
1409
+ ],
1410
+ "features"
1411
+ ]
1291
1412
  }
1292
1413
  }
1293
1414
  },
@@ -1300,6 +1421,12 @@
1300
1421
  "id": 1
1301
1422
  }
1302
1423
  },
1424
+ "extensions": [
1425
+ [
1426
+ 536000000,
1427
+ 536000000
1428
+ ]
1429
+ ],
1303
1430
  "nested": {
1304
1431
  "Location": {
1305
1432
  "fields": {
@@ -1385,6 +1512,14 @@
1385
1512
  }
1386
1513
  }
1387
1514
  },
1515
+ "SymbolVisibility": {
1516
+ "edition": "proto2",
1517
+ "values": {
1518
+ "VISIBILITY_UNSET": 0,
1519
+ "VISIBILITY_LOCAL": 1,
1520
+ "VISIBILITY_EXPORT": 2
1521
+ }
1522
+ },
1388
1523
  "Duration": {
1389
1524
  "fields": {
1390
1525
  "seconds": {
@@ -4803,7 +4938,8 @@
4803
4938
  "QuoteType": {
4804
4939
  "values": {
4805
4940
  "QUOTE_TYPE_UNSPECIFIED": 0,
4806
- "REPLY": 1
4941
+ "REPLY": 1,
4942
+ "FORWARD": 2
4807
4943
  }
4808
4944
  }
4809
4945
  }
@@ -7120,8 +7256,7 @@
7120
7256
  "java_multiple_files": true,
7121
7257
  "java_outer_classname": "LaunchStageProto",
7122
7258
  "java_package": "com.google.api",
7123
- "objc_class_prefix": "GAPI",
7124
- "cc_enable_arenas": true
7259
+ "objc_class_prefix": "GAPI"
7125
7260
  },
7126
7261
  "nested": {
7127
7262
  "fieldBehavior": {
@@ -7233,6 +7368,11 @@
7233
7368
  "format": {
7234
7369
  "type": "Format",
7235
7370
  "id": 1
7371
+ },
7372
+ "referencedTypes": {
7373
+ "rule": "repeated",
7374
+ "type": "TypeReference",
7375
+ "id": 2
7236
7376
  }
7237
7377
  },
7238
7378
  "nested": {
@@ -7247,6 +7387,14 @@
7247
7387
  }
7248
7388
  }
7249
7389
  },
7390
+ "TypeReference": {
7391
+ "fields": {
7392
+ "typeName": {
7393
+ "type": "string",
7394
+ "id": 1
7395
+ }
7396
+ }
7397
+ },
7250
7398
  "http": {
7251
7399
  "type": "HttpRule",
7252
7400
  "id": 72295728,
@@ -7368,6 +7516,10 @@
7368
7516
  "rule": "repeated",
7369
7517
  "type": "ClientLibraryDestination",
7370
7518
  "id": 2
7519
+ },
7520
+ "selectiveGapicGeneration": {
7521
+ "type": "SelectiveGapicGeneration",
7522
+ "id": 3
7371
7523
  }
7372
7524
  }
7373
7525
  },
@@ -7508,6 +7660,28 @@
7508
7660
  "common": {
7509
7661
  "type": "CommonLanguageSettings",
7510
7662
  "id": 1
7663
+ },
7664
+ "experimentalFeatures": {
7665
+ "type": "ExperimentalFeatures",
7666
+ "id": 2
7667
+ }
7668
+ },
7669
+ "nested": {
7670
+ "ExperimentalFeatures": {
7671
+ "fields": {
7672
+ "restAsyncIoEnabled": {
7673
+ "type": "bool",
7674
+ "id": 1
7675
+ },
7676
+ "protobufPythonicTypesEnabled": {
7677
+ "type": "bool",
7678
+ "id": 2
7679
+ },
7680
+ "unversionedPackageDisabled": {
7681
+ "type": "bool",
7682
+ "id": 3
7683
+ }
7684
+ }
7511
7685
  }
7512
7686
  }
7513
7687
  },
@@ -7565,6 +7739,11 @@
7565
7739
  "common": {
7566
7740
  "type": "CommonLanguageSettings",
7567
7741
  "id": 1
7742
+ },
7743
+ "renamedServices": {
7744
+ "keyType": "string",
7745
+ "type": "string",
7746
+ "id": 2
7568
7747
  }
7569
7748
  }
7570
7749
  },
@@ -7626,6 +7805,19 @@
7626
7805
  "PACKAGE_MANAGER": 20
7627
7806
  }
7628
7807
  },
7808
+ "SelectiveGapicGeneration": {
7809
+ "fields": {
7810
+ "methods": {
7811
+ "rule": "repeated",
7812
+ "type": "string",
7813
+ "id": 1
7814
+ },
7815
+ "generateOmittedAsInternal": {
7816
+ "type": "bool",
7817
+ "id": 2
7818
+ }
7819
+ }
7820
+ },
7629
7821
  "LaunchStage": {
7630
7822
  "values": {
7631
7823
  "LAUNCH_STAGE_UNSPECIFIED": 0,
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
- // Copyright 2025 Google LLC
2
+ // Copyright 2026 Google LLC
3
3
  //
4
4
  // Licensed under the Apache License, Version 2.0 (the "License");
5
5
  // you may not use this file except in compliance with the License.