@google-cloud/storage-control 0.4.0 → 0.5.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.
@@ -252,6 +252,290 @@
252
252
  "(google.api.method_signature)": "parent"
253
253
  }
254
254
  ]
255
+ },
256
+ "CreateAnywhereCache": {
257
+ "requestType": "CreateAnywhereCacheRequest",
258
+ "responseType": "google.longrunning.Operation",
259
+ "options": {
260
+ "(google.api.routing).routing_parameters.field": "parent",
261
+ "(google.api.routing).routing_parameters.path_template": "{bucket=**}",
262
+ "(google.api.method_signature)": "parent,anywhere_cache",
263
+ "(google.longrunning.operation_info).response_type": "AnywhereCache",
264
+ "(google.longrunning.operation_info).metadata_type": "CreateAnywhereCacheMetadata"
265
+ },
266
+ "parsedOptions": [
267
+ {
268
+ "(google.api.routing)": {
269
+ "routing_parameters": {
270
+ "field": "parent",
271
+ "path_template": "{bucket=**}"
272
+ }
273
+ }
274
+ },
275
+ {
276
+ "(google.api.method_signature)": "parent,anywhere_cache"
277
+ },
278
+ {
279
+ "(google.longrunning.operation_info)": {
280
+ "response_type": "AnywhereCache",
281
+ "metadata_type": "CreateAnywhereCacheMetadata"
282
+ }
283
+ }
284
+ ]
285
+ },
286
+ "UpdateAnywhereCache": {
287
+ "requestType": "UpdateAnywhereCacheRequest",
288
+ "responseType": "google.longrunning.Operation",
289
+ "options": {
290
+ "(google.api.routing).routing_parameters.field": "anywhere_cache.name",
291
+ "(google.api.routing).routing_parameters.path_template": "{bucket=projects/*/buckets/*}/**",
292
+ "(google.api.method_signature)": "anywhere_cache,update_mask",
293
+ "(google.longrunning.operation_info).response_type": "AnywhereCache",
294
+ "(google.longrunning.operation_info).metadata_type": "UpdateAnywhereCacheMetadata"
295
+ },
296
+ "parsedOptions": [
297
+ {
298
+ "(google.api.routing)": {
299
+ "routing_parameters": {
300
+ "field": "anywhere_cache.name",
301
+ "path_template": "{bucket=projects/*/buckets/*}/**"
302
+ }
303
+ }
304
+ },
305
+ {
306
+ "(google.api.method_signature)": "anywhere_cache,update_mask"
307
+ },
308
+ {
309
+ "(google.longrunning.operation_info)": {
310
+ "response_type": "AnywhereCache",
311
+ "metadata_type": "UpdateAnywhereCacheMetadata"
312
+ }
313
+ }
314
+ ]
315
+ },
316
+ "DisableAnywhereCache": {
317
+ "requestType": "DisableAnywhereCacheRequest",
318
+ "responseType": "AnywhereCache",
319
+ "options": {
320
+ "(google.api.routing).routing_parameters.field": "name",
321
+ "(google.api.routing).routing_parameters.path_template": "{bucket=projects/*/buckets/*}/**",
322
+ "(google.api.method_signature)": "name"
323
+ },
324
+ "parsedOptions": [
325
+ {
326
+ "(google.api.routing)": {
327
+ "routing_parameters": {
328
+ "field": "name",
329
+ "path_template": "{bucket=projects/*/buckets/*}/**"
330
+ }
331
+ }
332
+ },
333
+ {
334
+ "(google.api.method_signature)": "name"
335
+ }
336
+ ]
337
+ },
338
+ "PauseAnywhereCache": {
339
+ "requestType": "PauseAnywhereCacheRequest",
340
+ "responseType": "AnywhereCache",
341
+ "options": {
342
+ "(google.api.routing).routing_parameters.field": "name",
343
+ "(google.api.routing).routing_parameters.path_template": "{bucket=projects/*/buckets/*}/**",
344
+ "(google.api.method_signature)": "name"
345
+ },
346
+ "parsedOptions": [
347
+ {
348
+ "(google.api.routing)": {
349
+ "routing_parameters": {
350
+ "field": "name",
351
+ "path_template": "{bucket=projects/*/buckets/*}/**"
352
+ }
353
+ }
354
+ },
355
+ {
356
+ "(google.api.method_signature)": "name"
357
+ }
358
+ ]
359
+ },
360
+ "ResumeAnywhereCache": {
361
+ "requestType": "ResumeAnywhereCacheRequest",
362
+ "responseType": "AnywhereCache",
363
+ "options": {
364
+ "(google.api.routing).routing_parameters.field": "name",
365
+ "(google.api.routing).routing_parameters.path_template": "{bucket=projects/*/buckets/*}/**",
366
+ "(google.api.method_signature)": "name"
367
+ },
368
+ "parsedOptions": [
369
+ {
370
+ "(google.api.routing)": {
371
+ "routing_parameters": {
372
+ "field": "name",
373
+ "path_template": "{bucket=projects/*/buckets/*}/**"
374
+ }
375
+ }
376
+ },
377
+ {
378
+ "(google.api.method_signature)": "name"
379
+ }
380
+ ]
381
+ },
382
+ "GetAnywhereCache": {
383
+ "requestType": "GetAnywhereCacheRequest",
384
+ "responseType": "AnywhereCache",
385
+ "options": {
386
+ "(google.api.routing).routing_parameters.field": "name",
387
+ "(google.api.routing).routing_parameters.path_template": "{bucket=projects/*/buckets/*}/**",
388
+ "(google.api.method_signature)": "name"
389
+ },
390
+ "parsedOptions": [
391
+ {
392
+ "(google.api.routing)": {
393
+ "routing_parameters": {
394
+ "field": "name",
395
+ "path_template": "{bucket=projects/*/buckets/*}/**"
396
+ }
397
+ }
398
+ },
399
+ {
400
+ "(google.api.method_signature)": "name"
401
+ }
402
+ ]
403
+ },
404
+ "ListAnywhereCaches": {
405
+ "requestType": "ListAnywhereCachesRequest",
406
+ "responseType": "ListAnywhereCachesResponse",
407
+ "options": {
408
+ "(google.api.routing).routing_parameters.field": "parent",
409
+ "(google.api.routing).routing_parameters.path_template": "{bucket=**}",
410
+ "(google.api.method_signature)": "parent"
411
+ },
412
+ "parsedOptions": [
413
+ {
414
+ "(google.api.routing)": {
415
+ "routing_parameters": {
416
+ "field": "parent",
417
+ "path_template": "{bucket=**}"
418
+ }
419
+ }
420
+ },
421
+ {
422
+ "(google.api.method_signature)": "parent"
423
+ }
424
+ ]
425
+ },
426
+ "GetProjectIntelligenceConfig": {
427
+ "requestType": "GetProjectIntelligenceConfigRequest",
428
+ "responseType": "IntelligenceConfig",
429
+ "options": {
430
+ "(google.api.http).get": "/v2/{name=projects/*/locations/*/intelligenceConfig}",
431
+ "(google.api.method_signature)": "name"
432
+ },
433
+ "parsedOptions": [
434
+ {
435
+ "(google.api.http)": {
436
+ "get": "/v2/{name=projects/*/locations/*/intelligenceConfig}"
437
+ }
438
+ },
439
+ {
440
+ "(google.api.method_signature)": "name"
441
+ }
442
+ ]
443
+ },
444
+ "UpdateProjectIntelligenceConfig": {
445
+ "requestType": "UpdateProjectIntelligenceConfigRequest",
446
+ "responseType": "IntelligenceConfig",
447
+ "options": {
448
+ "(google.api.http).patch": "/v2/{intelligence_config.name=projects/*/locations/*/intelligenceConfig}",
449
+ "(google.api.http).body": "intelligence_config",
450
+ "(google.api.method_signature)": "intelligence_config,update_mask"
451
+ },
452
+ "parsedOptions": [
453
+ {
454
+ "(google.api.http)": {
455
+ "patch": "/v2/{intelligence_config.name=projects/*/locations/*/intelligenceConfig}",
456
+ "body": "intelligence_config"
457
+ }
458
+ },
459
+ {
460
+ "(google.api.method_signature)": "intelligence_config,update_mask"
461
+ }
462
+ ]
463
+ },
464
+ "GetFolderIntelligenceConfig": {
465
+ "requestType": "GetFolderIntelligenceConfigRequest",
466
+ "responseType": "IntelligenceConfig",
467
+ "options": {
468
+ "(google.api.http).get": "/v2/{name=folders/*/locations/*/intelligenceConfig}",
469
+ "(google.api.method_signature)": "name"
470
+ },
471
+ "parsedOptions": [
472
+ {
473
+ "(google.api.http)": {
474
+ "get": "/v2/{name=folders/*/locations/*/intelligenceConfig}"
475
+ }
476
+ },
477
+ {
478
+ "(google.api.method_signature)": "name"
479
+ }
480
+ ]
481
+ },
482
+ "UpdateFolderIntelligenceConfig": {
483
+ "requestType": "UpdateFolderIntelligenceConfigRequest",
484
+ "responseType": "IntelligenceConfig",
485
+ "options": {
486
+ "(google.api.http).patch": "/v2/{intelligence_config.name=folders/*/locations/*/intelligenceConfig}",
487
+ "(google.api.http).body": "intelligence_config",
488
+ "(google.api.method_signature)": "intelligence_config,update_mask"
489
+ },
490
+ "parsedOptions": [
491
+ {
492
+ "(google.api.http)": {
493
+ "patch": "/v2/{intelligence_config.name=folders/*/locations/*/intelligenceConfig}",
494
+ "body": "intelligence_config"
495
+ }
496
+ },
497
+ {
498
+ "(google.api.method_signature)": "intelligence_config,update_mask"
499
+ }
500
+ ]
501
+ },
502
+ "GetOrganizationIntelligenceConfig": {
503
+ "requestType": "GetOrganizationIntelligenceConfigRequest",
504
+ "responseType": "IntelligenceConfig",
505
+ "options": {
506
+ "(google.api.http).get": "/v2/{name=organizations/*/locations/*/intelligenceConfig}",
507
+ "(google.api.method_signature)": "name"
508
+ },
509
+ "parsedOptions": [
510
+ {
511
+ "(google.api.http)": {
512
+ "get": "/v2/{name=organizations/*/locations/*/intelligenceConfig}"
513
+ }
514
+ },
515
+ {
516
+ "(google.api.method_signature)": "name"
517
+ }
518
+ ]
519
+ },
520
+ "UpdateOrganizationIntelligenceConfig": {
521
+ "requestType": "UpdateOrganizationIntelligenceConfigRequest",
522
+ "responseType": "IntelligenceConfig",
523
+ "options": {
524
+ "(google.api.http).patch": "/v2/{intelligence_config.name=organizations/*/locations/*/intelligenceConfig}",
525
+ "(google.api.http).body": "intelligence_config",
526
+ "(google.api.method_signature)": "intelligence_config,update_mask"
527
+ },
528
+ "parsedOptions": [
529
+ {
530
+ "(google.api.http)": {
531
+ "patch": "/v2/{intelligence_config.name=organizations/*/locations/*/intelligenceConfig}",
532
+ "body": "intelligence_config"
533
+ }
534
+ },
535
+ {
536
+ "(google.api.method_signature)": "intelligence_config,update_mask"
537
+ }
538
+ ]
255
539
  }
256
540
  }
257
541
  },
@@ -637,7 +921,9 @@
637
921
  "StorageLayout": {
638
922
  "options": {
639
923
  "(google.api.resource).type": "storage.googleapis.com/StorageLayout",
640
- "(google.api.resource).pattern": "projects/{project}/buckets/{bucket}/storageLayout"
924
+ "(google.api.resource).pattern": "projects/{project}/buckets/{bucket}/storageLayout",
925
+ "(google.api.resource).plural": "storageLayouts",
926
+ "(google.api.resource).singular": "storageLayout"
641
927
  },
642
928
  "fields": {
643
929
  "name": {
@@ -902,43 +1188,665 @@
902
1188
  "type": "int32",
903
1189
  "id": 2,
904
1190
  "options": {
905
- "(google.api.field_behavior)": "OPTIONAL"
1191
+ "(google.api.field_behavior)": "OPTIONAL"
1192
+ }
1193
+ },
1194
+ "pageToken": {
1195
+ "type": "string",
1196
+ "id": 3,
1197
+ "options": {
1198
+ "(google.api.field_behavior)": "OPTIONAL"
1199
+ }
1200
+ },
1201
+ "prefix": {
1202
+ "type": "string",
1203
+ "id": 4,
1204
+ "options": {
1205
+ "(google.api.field_behavior)": "OPTIONAL"
1206
+ }
1207
+ },
1208
+ "requestId": {
1209
+ "type": "string",
1210
+ "id": 5,
1211
+ "options": {
1212
+ "(google.api.field_info).format": "UUID4",
1213
+ "(google.api.field_behavior)": "OPTIONAL"
1214
+ }
1215
+ }
1216
+ }
1217
+ },
1218
+ "ListManagedFoldersResponse": {
1219
+ "fields": {
1220
+ "managedFolders": {
1221
+ "rule": "repeated",
1222
+ "type": "ManagedFolder",
1223
+ "id": 1
1224
+ },
1225
+ "nextPageToken": {
1226
+ "type": "string",
1227
+ "id": 2
1228
+ }
1229
+ }
1230
+ },
1231
+ "CreateAnywhereCacheMetadata": {
1232
+ "oneofs": {
1233
+ "_anywhereCacheId": {
1234
+ "oneof": [
1235
+ "anywhereCacheId"
1236
+ ]
1237
+ },
1238
+ "_zone": {
1239
+ "oneof": [
1240
+ "zone"
1241
+ ]
1242
+ },
1243
+ "_ttl": {
1244
+ "oneof": [
1245
+ "ttl"
1246
+ ]
1247
+ },
1248
+ "_admissionPolicy": {
1249
+ "oneof": [
1250
+ "admissionPolicy"
1251
+ ]
1252
+ }
1253
+ },
1254
+ "fields": {
1255
+ "commonMetadata": {
1256
+ "type": "CommonLongRunningOperationMetadata",
1257
+ "id": 1
1258
+ },
1259
+ "anywhereCacheId": {
1260
+ "type": "string",
1261
+ "id": 2,
1262
+ "options": {
1263
+ "proto3_optional": true
1264
+ }
1265
+ },
1266
+ "zone": {
1267
+ "type": "string",
1268
+ "id": 6,
1269
+ "options": {
1270
+ "proto3_optional": true
1271
+ }
1272
+ },
1273
+ "ttl": {
1274
+ "type": "google.protobuf.Duration",
1275
+ "id": 3,
1276
+ "options": {
1277
+ "proto3_optional": true
1278
+ }
1279
+ },
1280
+ "admissionPolicy": {
1281
+ "type": "string",
1282
+ "id": 5,
1283
+ "options": {
1284
+ "proto3_optional": true
1285
+ }
1286
+ }
1287
+ }
1288
+ },
1289
+ "UpdateAnywhereCacheMetadata": {
1290
+ "oneofs": {
1291
+ "_anywhereCacheId": {
1292
+ "oneof": [
1293
+ "anywhereCacheId"
1294
+ ]
1295
+ },
1296
+ "_zone": {
1297
+ "oneof": [
1298
+ "zone"
1299
+ ]
1300
+ },
1301
+ "_ttl": {
1302
+ "oneof": [
1303
+ "ttl"
1304
+ ]
1305
+ },
1306
+ "_admissionPolicy": {
1307
+ "oneof": [
1308
+ "admissionPolicy"
1309
+ ]
1310
+ }
1311
+ },
1312
+ "fields": {
1313
+ "commonMetadata": {
1314
+ "type": "CommonLongRunningOperationMetadata",
1315
+ "id": 1
1316
+ },
1317
+ "anywhereCacheId": {
1318
+ "type": "string",
1319
+ "id": 2,
1320
+ "options": {
1321
+ "proto3_optional": true
1322
+ }
1323
+ },
1324
+ "zone": {
1325
+ "type": "string",
1326
+ "id": 5,
1327
+ "options": {
1328
+ "proto3_optional": true
1329
+ }
1330
+ },
1331
+ "ttl": {
1332
+ "type": "google.protobuf.Duration",
1333
+ "id": 3,
1334
+ "options": {
1335
+ "proto3_optional": true
1336
+ }
1337
+ },
1338
+ "admissionPolicy": {
1339
+ "type": "string",
1340
+ "id": 4,
1341
+ "options": {
1342
+ "proto3_optional": true
1343
+ }
1344
+ }
1345
+ }
1346
+ },
1347
+ "AnywhereCache": {
1348
+ "options": {
1349
+ "(google.api.resource).type": "storage.googleapis.com/AnywhereCache",
1350
+ "(google.api.resource).pattern": "projects/{project}/buckets/{bucket}/anywhereCaches/{anywhere_cache}",
1351
+ "(google.api.resource).plural": "anywhereCaches",
1352
+ "(google.api.resource).singular": "anywhereCache"
1353
+ },
1354
+ "fields": {
1355
+ "name": {
1356
+ "type": "string",
1357
+ "id": 1,
1358
+ "options": {
1359
+ "(google.api.field_behavior)": "IMMUTABLE"
1360
+ }
1361
+ },
1362
+ "zone": {
1363
+ "type": "string",
1364
+ "id": 10,
1365
+ "options": {
1366
+ "(google.api.field_behavior)": "IMMUTABLE"
1367
+ }
1368
+ },
1369
+ "ttl": {
1370
+ "type": "google.protobuf.Duration",
1371
+ "id": 3
1372
+ },
1373
+ "admissionPolicy": {
1374
+ "type": "string",
1375
+ "id": 9
1376
+ },
1377
+ "state": {
1378
+ "type": "string",
1379
+ "id": 5,
1380
+ "options": {
1381
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
1382
+ }
1383
+ },
1384
+ "createTime": {
1385
+ "type": "google.protobuf.Timestamp",
1386
+ "id": 6,
1387
+ "options": {
1388
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
1389
+ }
1390
+ },
1391
+ "updateTime": {
1392
+ "type": "google.protobuf.Timestamp",
1393
+ "id": 7,
1394
+ "options": {
1395
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
1396
+ }
1397
+ },
1398
+ "pendingUpdate": {
1399
+ "type": "bool",
1400
+ "id": 8,
1401
+ "options": {
1402
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
1403
+ }
1404
+ }
1405
+ }
1406
+ },
1407
+ "CreateAnywhereCacheRequest": {
1408
+ "fields": {
1409
+ "parent": {
1410
+ "type": "string",
1411
+ "id": 1,
1412
+ "options": {
1413
+ "(google.api.field_behavior)": "REQUIRED",
1414
+ "(google.api.resource_reference).child_type": "storage.googleapis.com/AnywhereCache"
1415
+ }
1416
+ },
1417
+ "anywhereCache": {
1418
+ "type": "AnywhereCache",
1419
+ "id": 3,
1420
+ "options": {
1421
+ "(google.api.field_behavior)": "REQUIRED"
1422
+ }
1423
+ },
1424
+ "requestId": {
1425
+ "type": "string",
1426
+ "id": 4,
1427
+ "options": {
1428
+ "(google.api.field_info).format": "UUID4",
1429
+ "(google.api.field_behavior)": "OPTIONAL"
1430
+ }
1431
+ }
1432
+ }
1433
+ },
1434
+ "UpdateAnywhereCacheRequest": {
1435
+ "fields": {
1436
+ "anywhereCache": {
1437
+ "type": "AnywhereCache",
1438
+ "id": 1,
1439
+ "options": {
1440
+ "(google.api.field_behavior)": "REQUIRED"
1441
+ }
1442
+ },
1443
+ "updateMask": {
1444
+ "type": "google.protobuf.FieldMask",
1445
+ "id": 2,
1446
+ "options": {
1447
+ "(google.api.field_behavior)": "REQUIRED"
1448
+ }
1449
+ },
1450
+ "requestId": {
1451
+ "type": "string",
1452
+ "id": 3,
1453
+ "options": {
1454
+ "(google.api.field_info).format": "UUID4",
1455
+ "(google.api.field_behavior)": "OPTIONAL"
1456
+ }
1457
+ }
1458
+ }
1459
+ },
1460
+ "DisableAnywhereCacheRequest": {
1461
+ "fields": {
1462
+ "name": {
1463
+ "type": "string",
1464
+ "id": 1,
1465
+ "options": {
1466
+ "(google.api.field_behavior)": "REQUIRED",
1467
+ "(google.api.resource_reference).type": "storage.googleapis.com/AnywhereCache"
1468
+ }
1469
+ },
1470
+ "requestId": {
1471
+ "type": "string",
1472
+ "id": 2,
1473
+ "options": {
1474
+ "(google.api.field_info).format": "UUID4",
1475
+ "(google.api.field_behavior)": "OPTIONAL"
1476
+ }
1477
+ }
1478
+ }
1479
+ },
1480
+ "PauseAnywhereCacheRequest": {
1481
+ "fields": {
1482
+ "name": {
1483
+ "type": "string",
1484
+ "id": 1,
1485
+ "options": {
1486
+ "(google.api.field_behavior)": "REQUIRED",
1487
+ "(google.api.resource_reference).type": "storage.googleapis.com/AnywhereCache"
1488
+ }
1489
+ },
1490
+ "requestId": {
1491
+ "type": "string",
1492
+ "id": 2,
1493
+ "options": {
1494
+ "(google.api.field_info).format": "UUID4",
1495
+ "(google.api.field_behavior)": "OPTIONAL"
1496
+ }
1497
+ }
1498
+ }
1499
+ },
1500
+ "ResumeAnywhereCacheRequest": {
1501
+ "fields": {
1502
+ "name": {
1503
+ "type": "string",
1504
+ "id": 1,
1505
+ "options": {
1506
+ "(google.api.field_behavior)": "REQUIRED",
1507
+ "(google.api.resource_reference).type": "storage.googleapis.com/AnywhereCache"
1508
+ }
1509
+ },
1510
+ "requestId": {
1511
+ "type": "string",
1512
+ "id": 2,
1513
+ "options": {
1514
+ "(google.api.field_info).format": "UUID4",
1515
+ "(google.api.field_behavior)": "OPTIONAL"
1516
+ }
1517
+ }
1518
+ }
1519
+ },
1520
+ "GetAnywhereCacheRequest": {
1521
+ "fields": {
1522
+ "name": {
1523
+ "type": "string",
1524
+ "id": 1,
1525
+ "options": {
1526
+ "(google.api.field_behavior)": "REQUIRED",
1527
+ "(google.api.resource_reference).type": "storage.googleapis.com/AnywhereCache"
1528
+ }
1529
+ },
1530
+ "requestId": {
1531
+ "type": "string",
1532
+ "id": 2,
1533
+ "options": {
1534
+ "(google.api.field_info).format": "UUID4",
1535
+ "(google.api.field_behavior)": "OPTIONAL"
1536
+ }
1537
+ }
1538
+ }
1539
+ },
1540
+ "ListAnywhereCachesRequest": {
1541
+ "fields": {
1542
+ "parent": {
1543
+ "type": "string",
1544
+ "id": 1,
1545
+ "options": {
1546
+ "(google.api.field_behavior)": "REQUIRED",
1547
+ "(google.api.resource_reference).child_type": "storage.googleapis.com/AnywhereCache"
1548
+ }
1549
+ },
1550
+ "pageSize": {
1551
+ "type": "int32",
1552
+ "id": 2
1553
+ },
1554
+ "pageToken": {
1555
+ "type": "string",
1556
+ "id": 3
1557
+ },
1558
+ "requestId": {
1559
+ "type": "string",
1560
+ "id": 4,
1561
+ "options": {
1562
+ "(google.api.field_info).format": "UUID4",
1563
+ "(google.api.field_behavior)": "OPTIONAL"
1564
+ }
1565
+ }
1566
+ }
1567
+ },
1568
+ "ListAnywhereCachesResponse": {
1569
+ "fields": {
1570
+ "anywhereCaches": {
1571
+ "rule": "repeated",
1572
+ "type": "AnywhereCache",
1573
+ "id": 1
1574
+ },
1575
+ "nextPageToken": {
1576
+ "type": "string",
1577
+ "id": 2
1578
+ }
1579
+ }
1580
+ },
1581
+ "IntelligenceConfig": {
1582
+ "options": {
1583
+ "(google.api.resource).type": "storage.googleapis.com/IntelligenceConfig",
1584
+ "(google.api.resource).pattern": "projects/{project}/locations/{location}/intelligenceConfig",
1585
+ "(google.api.resource).plural": "intelligenceConfigs",
1586
+ "(google.api.resource).singular": "intelligenceConfig"
1587
+ },
1588
+ "fields": {
1589
+ "name": {
1590
+ "type": "string",
1591
+ "id": 1,
1592
+ "options": {
1593
+ "(google.api.field_behavior)": "IDENTIFIER"
1594
+ }
1595
+ },
1596
+ "editionConfig": {
1597
+ "type": "EditionConfig",
1598
+ "id": 2,
1599
+ "options": {
1600
+ "(google.api.field_behavior)": "OPTIONAL"
1601
+ }
1602
+ },
1603
+ "updateTime": {
1604
+ "type": "google.protobuf.Timestamp",
1605
+ "id": 3,
1606
+ "options": {
1607
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
1608
+ }
1609
+ },
1610
+ "filter": {
1611
+ "type": "Filter",
1612
+ "id": 4,
1613
+ "options": {
1614
+ "(google.api.field_behavior)": "OPTIONAL"
1615
+ }
1616
+ },
1617
+ "effectiveIntelligenceConfig": {
1618
+ "type": "EffectiveIntelligenceConfig",
1619
+ "id": 5,
1620
+ "options": {
1621
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
1622
+ }
1623
+ },
1624
+ "trialConfig": {
1625
+ "type": "TrialConfig",
1626
+ "id": 7
1627
+ }
1628
+ },
1629
+ "nested": {
1630
+ "EditionConfig": {
1631
+ "values": {
1632
+ "EDITION_CONFIG_UNSPECIFIED": 0,
1633
+ "INHERIT": 1,
1634
+ "DISABLED": 2,
1635
+ "STANDARD": 3,
1636
+ "TRIAL": 5
1637
+ }
1638
+ },
1639
+ "Filter": {
1640
+ "oneofs": {
1641
+ "cloudStorageLocations": {
1642
+ "oneof": [
1643
+ "includedCloudStorageLocations",
1644
+ "excludedCloudStorageLocations"
1645
+ ]
1646
+ },
1647
+ "cloudStorageBuckets": {
1648
+ "oneof": [
1649
+ "includedCloudStorageBuckets",
1650
+ "excludedCloudStorageBuckets"
1651
+ ]
1652
+ }
1653
+ },
1654
+ "fields": {
1655
+ "includedCloudStorageLocations": {
1656
+ "type": "CloudStorageLocations",
1657
+ "id": 1
1658
+ },
1659
+ "excludedCloudStorageLocations": {
1660
+ "type": "CloudStorageLocations",
1661
+ "id": 2
1662
+ },
1663
+ "includedCloudStorageBuckets": {
1664
+ "type": "CloudStorageBuckets",
1665
+ "id": 3
1666
+ },
1667
+ "excludedCloudStorageBuckets": {
1668
+ "type": "CloudStorageBuckets",
1669
+ "id": 4
1670
+ }
1671
+ },
1672
+ "nested": {
1673
+ "CloudStorageLocations": {
1674
+ "fields": {
1675
+ "locations": {
1676
+ "rule": "repeated",
1677
+ "type": "string",
1678
+ "id": 1,
1679
+ "options": {
1680
+ "(google.api.field_behavior)": "OPTIONAL"
1681
+ }
1682
+ }
1683
+ }
1684
+ },
1685
+ "CloudStorageBuckets": {
1686
+ "fields": {
1687
+ "bucketIdRegexes": {
1688
+ "rule": "repeated",
1689
+ "type": "string",
1690
+ "id": 1,
1691
+ "options": {
1692
+ "(google.api.field_behavior)": "OPTIONAL"
1693
+ }
1694
+ }
1695
+ }
1696
+ }
1697
+ }
1698
+ },
1699
+ "EffectiveIntelligenceConfig": {
1700
+ "fields": {
1701
+ "effectiveEdition": {
1702
+ "type": "EffectiveEdition",
1703
+ "id": 1,
1704
+ "options": {
1705
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
1706
+ }
1707
+ },
1708
+ "intelligenceConfig": {
1709
+ "type": "string",
1710
+ "id": 2,
1711
+ "options": {
1712
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
1713
+ }
1714
+ }
1715
+ },
1716
+ "nested": {
1717
+ "EffectiveEdition": {
1718
+ "values": {
1719
+ "EFFECTIVE_EDITION_UNSPECIFIED": 0,
1720
+ "NONE": 1,
1721
+ "STANDARD": 2
1722
+ }
1723
+ }
1724
+ }
1725
+ },
1726
+ "TrialConfig": {
1727
+ "fields": {
1728
+ "expireTime": {
1729
+ "type": "google.protobuf.Timestamp",
1730
+ "id": 3,
1731
+ "options": {
1732
+ "(google.api.field_behavior)": "OUTPUT_ONLY"
1733
+ }
1734
+ }
1735
+ }
1736
+ }
1737
+ }
1738
+ },
1739
+ "UpdateOrganizationIntelligenceConfigRequest": {
1740
+ "fields": {
1741
+ "intelligenceConfig": {
1742
+ "type": "IntelligenceConfig",
1743
+ "id": 1,
1744
+ "options": {
1745
+ "(google.api.field_behavior)": "REQUIRED"
1746
+ }
1747
+ },
1748
+ "updateMask": {
1749
+ "type": "google.protobuf.FieldMask",
1750
+ "id": 2,
1751
+ "options": {
1752
+ "(google.api.field_behavior)": "REQUIRED"
1753
+ }
1754
+ },
1755
+ "requestId": {
1756
+ "type": "string",
1757
+ "id": 3,
1758
+ "options": {
1759
+ "(google.api.field_info).format": "UUID4",
1760
+ "(google.api.field_behavior)": "OPTIONAL"
1761
+ }
1762
+ }
1763
+ }
1764
+ },
1765
+ "UpdateFolderIntelligenceConfigRequest": {
1766
+ "fields": {
1767
+ "intelligenceConfig": {
1768
+ "type": "IntelligenceConfig",
1769
+ "id": 1,
1770
+ "options": {
1771
+ "(google.api.field_behavior)": "REQUIRED"
1772
+ }
1773
+ },
1774
+ "updateMask": {
1775
+ "type": "google.protobuf.FieldMask",
1776
+ "id": 2,
1777
+ "options": {
1778
+ "(google.api.field_behavior)": "REQUIRED"
1779
+ }
1780
+ },
1781
+ "requestId": {
1782
+ "type": "string",
1783
+ "id": 3,
1784
+ "options": {
1785
+ "(google.api.field_info).format": "UUID4",
1786
+ "(google.api.field_behavior)": "OPTIONAL"
1787
+ }
1788
+ }
1789
+ }
1790
+ },
1791
+ "UpdateProjectIntelligenceConfigRequest": {
1792
+ "fields": {
1793
+ "intelligenceConfig": {
1794
+ "type": "IntelligenceConfig",
1795
+ "id": 1,
1796
+ "options": {
1797
+ "(google.api.field_behavior)": "REQUIRED"
1798
+ }
1799
+ },
1800
+ "updateMask": {
1801
+ "type": "google.protobuf.FieldMask",
1802
+ "id": 2,
1803
+ "options": {
1804
+ "(google.api.field_behavior)": "REQUIRED"
906
1805
  }
907
1806
  },
908
- "pageToken": {
1807
+ "requestId": {
909
1808
  "type": "string",
910
1809
  "id": 3,
911
1810
  "options": {
1811
+ "(google.api.field_info).format": "UUID4",
912
1812
  "(google.api.field_behavior)": "OPTIONAL"
913
1813
  }
914
- },
915
- "prefix": {
1814
+ }
1815
+ }
1816
+ },
1817
+ "GetOrganizationIntelligenceConfigRequest": {
1818
+ "fields": {
1819
+ "name": {
916
1820
  "type": "string",
917
- "id": 4,
1821
+ "id": 1,
918
1822
  "options": {
919
- "(google.api.field_behavior)": "OPTIONAL"
1823
+ "(google.api.field_behavior)": "REQUIRED",
1824
+ "(google.api.resource_reference).type": "storage.googleapis.com/IntelligenceConfig"
920
1825
  }
921
- },
922
- "requestId": {
1826
+ }
1827
+ }
1828
+ },
1829
+ "GetFolderIntelligenceConfigRequest": {
1830
+ "fields": {
1831
+ "name": {
923
1832
  "type": "string",
924
- "id": 5,
1833
+ "id": 1,
925
1834
  "options": {
926
- "(google.api.field_info).format": "UUID4",
927
- "(google.api.field_behavior)": "OPTIONAL"
1835
+ "(google.api.field_behavior)": "REQUIRED",
1836
+ "(google.api.resource_reference).type": "storage.googleapis.com/IntelligenceConfig"
928
1837
  }
929
1838
  }
930
1839
  }
931
1840
  },
932
- "ListManagedFoldersResponse": {
1841
+ "GetProjectIntelligenceConfigRequest": {
933
1842
  "fields": {
934
- "managedFolders": {
935
- "rule": "repeated",
936
- "type": "ManagedFolder",
937
- "id": 1
938
- },
939
- "nextPageToken": {
1843
+ "name": {
940
1844
  "type": "string",
941
- "id": 2
1845
+ "id": 1,
1846
+ "options": {
1847
+ "(google.api.field_behavior)": "REQUIRED",
1848
+ "(google.api.resource_reference).type": "storage.googleapis.com/IntelligenceConfig"
1849
+ }
942
1850
  }
943
1851
  }
944
1852
  }
@@ -952,12 +1860,99 @@
952
1860
  "options": {
953
1861
  "go_package": "google.golang.org/genproto/googleapis/api/annotations;annotations",
954
1862
  "java_multiple_files": true,
955
- "java_outer_classname": "HttpProto",
1863
+ "java_outer_classname": "RoutingProto",
956
1864
  "java_package": "com.google.api",
957
1865
  "objc_class_prefix": "GAPI",
958
1866
  "cc_enable_arenas": true
959
1867
  },
960
1868
  "nested": {
1869
+ "http": {
1870
+ "type": "HttpRule",
1871
+ "id": 72295728,
1872
+ "extend": "google.protobuf.MethodOptions"
1873
+ },
1874
+ "Http": {
1875
+ "fields": {
1876
+ "rules": {
1877
+ "rule": "repeated",
1878
+ "type": "HttpRule",
1879
+ "id": 1
1880
+ },
1881
+ "fullyDecodeReservedExpansion": {
1882
+ "type": "bool",
1883
+ "id": 2
1884
+ }
1885
+ }
1886
+ },
1887
+ "HttpRule": {
1888
+ "oneofs": {
1889
+ "pattern": {
1890
+ "oneof": [
1891
+ "get",
1892
+ "put",
1893
+ "post",
1894
+ "delete",
1895
+ "patch",
1896
+ "custom"
1897
+ ]
1898
+ }
1899
+ },
1900
+ "fields": {
1901
+ "selector": {
1902
+ "type": "string",
1903
+ "id": 1
1904
+ },
1905
+ "get": {
1906
+ "type": "string",
1907
+ "id": 2
1908
+ },
1909
+ "put": {
1910
+ "type": "string",
1911
+ "id": 3
1912
+ },
1913
+ "post": {
1914
+ "type": "string",
1915
+ "id": 4
1916
+ },
1917
+ "delete": {
1918
+ "type": "string",
1919
+ "id": 5
1920
+ },
1921
+ "patch": {
1922
+ "type": "string",
1923
+ "id": 6
1924
+ },
1925
+ "custom": {
1926
+ "type": "CustomHttpPattern",
1927
+ "id": 8
1928
+ },
1929
+ "body": {
1930
+ "type": "string",
1931
+ "id": 7
1932
+ },
1933
+ "responseBody": {
1934
+ "type": "string",
1935
+ "id": 12
1936
+ },
1937
+ "additionalBindings": {
1938
+ "rule": "repeated",
1939
+ "type": "HttpRule",
1940
+ "id": 11
1941
+ }
1942
+ }
1943
+ },
1944
+ "CustomHttpPattern": {
1945
+ "fields": {
1946
+ "kind": {
1947
+ "type": "string",
1948
+ "id": 1
1949
+ },
1950
+ "path": {
1951
+ "type": "string",
1952
+ "id": 2
1953
+ }
1954
+ }
1955
+ },
961
1956
  "methodSignature": {
962
1957
  "rule": "repeated",
963
1958
  "type": "string",
@@ -974,6 +1969,11 @@
974
1969
  "id": 1050,
975
1970
  "extend": "google.protobuf.ServiceOptions"
976
1971
  },
1972
+ "apiVersion": {
1973
+ "type": "string",
1974
+ "id": 525000001,
1975
+ "extend": "google.protobuf.ServiceOptions"
1976
+ },
977
1977
  "CommonLanguageSettings": {
978
1978
  "fields": {
979
1979
  "referenceDocsUri": {
@@ -1082,6 +2082,10 @@
1082
2082
  "protoReferenceDocumentationUri": {
1083
2083
  "type": "string",
1084
2084
  "id": 110
2085
+ },
2086
+ "restReferenceDocumentationUri": {
2087
+ "type": "string",
2088
+ "id": 111
1085
2089
  }
1086
2090
  }
1087
2091
  },
@@ -1257,7 +2261,10 @@
1257
2261
  "rule": "repeated",
1258
2262
  "type": "google.api.FieldBehavior",
1259
2263
  "id": 1052,
1260
- "extend": "google.protobuf.FieldOptions"
2264
+ "extend": "google.protobuf.FieldOptions",
2265
+ "options": {
2266
+ "packed": false
2267
+ }
1261
2268
  },
1262
2269
  "FieldBehavior": {
1263
2270
  "values": {
@@ -1398,93 +2405,6 @@
1398
2405
  "id": 2
1399
2406
  }
1400
2407
  }
1401
- },
1402
- "http": {
1403
- "type": "HttpRule",
1404
- "id": 72295728,
1405
- "extend": "google.protobuf.MethodOptions"
1406
- },
1407
- "Http": {
1408
- "fields": {
1409
- "rules": {
1410
- "rule": "repeated",
1411
- "type": "HttpRule",
1412
- "id": 1
1413
- },
1414
- "fullyDecodeReservedExpansion": {
1415
- "type": "bool",
1416
- "id": 2
1417
- }
1418
- }
1419
- },
1420
- "HttpRule": {
1421
- "oneofs": {
1422
- "pattern": {
1423
- "oneof": [
1424
- "get",
1425
- "put",
1426
- "post",
1427
- "delete",
1428
- "patch",
1429
- "custom"
1430
- ]
1431
- }
1432
- },
1433
- "fields": {
1434
- "selector": {
1435
- "type": "string",
1436
- "id": 1
1437
- },
1438
- "get": {
1439
- "type": "string",
1440
- "id": 2
1441
- },
1442
- "put": {
1443
- "type": "string",
1444
- "id": 3
1445
- },
1446
- "post": {
1447
- "type": "string",
1448
- "id": 4
1449
- },
1450
- "delete": {
1451
- "type": "string",
1452
- "id": 5
1453
- },
1454
- "patch": {
1455
- "type": "string",
1456
- "id": 6
1457
- },
1458
- "custom": {
1459
- "type": "CustomHttpPattern",
1460
- "id": 8
1461
- },
1462
- "body": {
1463
- "type": "string",
1464
- "id": 7
1465
- },
1466
- "responseBody": {
1467
- "type": "string",
1468
- "id": 12
1469
- },
1470
- "additionalBindings": {
1471
- "rule": "repeated",
1472
- "type": "HttpRule",
1473
- "id": 11
1474
- }
1475
- }
1476
- },
1477
- "CustomHttpPattern": {
1478
- "fields": {
1479
- "kind": {
1480
- "type": "string",
1481
- "id": 1
1482
- },
1483
- "path": {
1484
- "type": "string",
1485
- "id": 2
1486
- }
1487
- }
1488
2408
  }
1489
2409
  }
1490
2410
  },
@@ -1500,6 +2420,7 @@
1500
2420
  },
1501
2421
  "nested": {
1502
2422
  "FileDescriptorSet": {
2423
+ "edition": "proto2",
1503
2424
  "fields": {
1504
2425
  "file": {
1505
2426
  "rule": "repeated",
@@ -1509,6 +2430,7 @@
1509
2430
  }
1510
2431
  },
1511
2432
  "Edition": {
2433
+ "edition": "proto2",
1512
2434
  "values": {
1513
2435
  "EDITION_UNKNOWN": 0,
1514
2436
  "EDITION_PROTO2": 998,
@@ -1524,6 +2446,7 @@
1524
2446
  }
1525
2447
  },
1526
2448
  "FileDescriptorProto": {
2449
+ "edition": "proto2",
1527
2450
  "fields": {
1528
2451
  "name": {
1529
2452
  "type": "string",
@@ -1541,18 +2464,12 @@
1541
2464
  "publicDependency": {
1542
2465
  "rule": "repeated",
1543
2466
  "type": "int32",
1544
- "id": 10,
1545
- "options": {
1546
- "packed": false
1547
- }
2467
+ "id": 10
1548
2468
  },
1549
2469
  "weakDependency": {
1550
2470
  "rule": "repeated",
1551
2471
  "type": "int32",
1552
- "id": 11,
1553
- "options": {
1554
- "packed": false
1555
- }
2472
+ "id": 11
1556
2473
  },
1557
2474
  "messageType": {
1558
2475
  "rule": "repeated",
@@ -1593,6 +2510,7 @@
1593
2510
  }
1594
2511
  },
1595
2512
  "DescriptorProto": {
2513
+ "edition": "proto2",
1596
2514
  "fields": {
1597
2515
  "name": {
1598
2516
  "type": "string",
@@ -1675,6 +2593,7 @@
1675
2593
  }
1676
2594
  },
1677
2595
  "ExtensionRangeOptions": {
2596
+ "edition": "proto2",
1678
2597
  "fields": {
1679
2598
  "uninterpretedOption": {
1680
2599
  "rule": "repeated",
@@ -1748,6 +2667,7 @@
1748
2667
  }
1749
2668
  },
1750
2669
  "FieldDescriptorProto": {
2670
+ "edition": "proto2",
1751
2671
  "fields": {
1752
2672
  "name": {
1753
2673
  "type": "string",
@@ -1827,6 +2747,7 @@
1827
2747
  }
1828
2748
  },
1829
2749
  "OneofDescriptorProto": {
2750
+ "edition": "proto2",
1830
2751
  "fields": {
1831
2752
  "name": {
1832
2753
  "type": "string",
@@ -1839,6 +2760,7 @@
1839
2760
  }
1840
2761
  },
1841
2762
  "EnumDescriptorProto": {
2763
+ "edition": "proto2",
1842
2764
  "fields": {
1843
2765
  "name": {
1844
2766
  "type": "string",
@@ -1880,6 +2802,7 @@
1880
2802
  }
1881
2803
  },
1882
2804
  "EnumValueDescriptorProto": {
2805
+ "edition": "proto2",
1883
2806
  "fields": {
1884
2807
  "name": {
1885
2808
  "type": "string",
@@ -1896,6 +2819,7 @@
1896
2819
  }
1897
2820
  },
1898
2821
  "ServiceDescriptorProto": {
2822
+ "edition": "proto2",
1899
2823
  "fields": {
1900
2824
  "name": {
1901
2825
  "type": "string",
@@ -1913,6 +2837,7 @@
1913
2837
  }
1914
2838
  },
1915
2839
  "MethodDescriptorProto": {
2840
+ "edition": "proto2",
1916
2841
  "fields": {
1917
2842
  "name": {
1918
2843
  "type": "string",
@@ -1947,6 +2872,7 @@
1947
2872
  }
1948
2873
  },
1949
2874
  "FileOptions": {
2875
+ "edition": "proto2",
1950
2876
  "fields": {
1951
2877
  "javaPackage": {
1952
2878
  "type": "string",
@@ -2088,6 +3014,7 @@
2088
3014
  }
2089
3015
  },
2090
3016
  "MessageOptions": {
3017
+ "edition": "proto2",
2091
3018
  "fields": {
2092
3019
  "messageSetWireFormat": {
2093
3020
  "type": "bool",
@@ -2161,6 +3088,7 @@
2161
3088
  ]
2162
3089
  },
2163
3090
  "FieldOptions": {
3091
+ "edition": "proto2",
2164
3092
  "fields": {
2165
3093
  "ctype": {
2166
3094
  "type": "CType",
@@ -2222,10 +3150,7 @@
2222
3150
  "targets": {
2223
3151
  "rule": "repeated",
2224
3152
  "type": "OptionTargetType",
2225
- "id": 19,
2226
- "options": {
2227
- "packed": false
2228
- }
3153
+ "id": 19
2229
3154
  },
2230
3155
  "editionDefaults": {
2231
3156
  "rule": "repeated",
@@ -2309,6 +3234,7 @@
2309
3234
  }
2310
3235
  },
2311
3236
  "OneofOptions": {
3237
+ "edition": "proto2",
2312
3238
  "fields": {
2313
3239
  "features": {
2314
3240
  "type": "FeatureSet",
@@ -2328,6 +3254,7 @@
2328
3254
  ]
2329
3255
  },
2330
3256
  "EnumOptions": {
3257
+ "edition": "proto2",
2331
3258
  "fields": {
2332
3259
  "allowAlias": {
2333
3260
  "type": "bool",
@@ -2371,6 +3298,7 @@
2371
3298
  ]
2372
3299
  },
2373
3300
  "EnumValueOptions": {
3301
+ "edition": "proto2",
2374
3302
  "fields": {
2375
3303
  "deprecated": {
2376
3304
  "type": "bool",
@@ -2404,6 +3332,7 @@
2404
3332
  ]
2405
3333
  },
2406
3334
  "ServiceOptions": {
3335
+ "edition": "proto2",
2407
3336
  "fields": {
2408
3337
  "features": {
2409
3338
  "type": "FeatureSet",
@@ -2430,6 +3359,7 @@
2430
3359
  ]
2431
3360
  },
2432
3361
  "MethodOptions": {
3362
+ "edition": "proto2",
2433
3363
  "fields": {
2434
3364
  "deprecated": {
2435
3365
  "type": "bool",
@@ -2472,6 +3402,7 @@
2472
3402
  }
2473
3403
  },
2474
3404
  "UninterpretedOption": {
3405
+ "edition": "proto2",
2475
3406
  "fields": {
2476
3407
  "name": {
2477
3408
  "rule": "repeated",
@@ -2521,6 +3452,7 @@
2521
3452
  }
2522
3453
  },
2523
3454
  "FeatureSet": {
3455
+ "edition": "proto2",
2524
3456
  "fields": {
2525
3457
  "fieldPresence": {
2526
3458
  "type": "FieldPresence",
@@ -2592,9 +3524,21 @@
2592
3524
  1001,
2593
3525
  1001
2594
3526
  ],
3527
+ [
3528
+ 1002,
3529
+ 1002
3530
+ ],
3531
+ [
3532
+ 9990,
3533
+ 9990
3534
+ ],
2595
3535
  [
2596
3536
  9995,
2597
3537
  9999
3538
+ ],
3539
+ [
3540
+ 10000,
3541
+ 10000
2598
3542
  ]
2599
3543
  ],
2600
3544
  "reserved": [
@@ -2650,6 +3594,7 @@
2650
3594
  }
2651
3595
  },
2652
3596
  "FeatureSetDefaults": {
3597
+ "edition": "proto2",
2653
3598
  "fields": {
2654
3599
  "defaults": {
2655
3600
  "rule": "repeated",
@@ -2681,6 +3626,7 @@
2681
3626
  }
2682
3627
  },
2683
3628
  "SourceCodeInfo": {
3629
+ "edition": "proto2",
2684
3630
  "fields": {
2685
3631
  "location": {
2686
3632
  "rule": "repeated",
@@ -2694,12 +3640,18 @@
2694
3640
  "path": {
2695
3641
  "rule": "repeated",
2696
3642
  "type": "int32",
2697
- "id": 1
3643
+ "id": 1,
3644
+ "options": {
3645
+ "packed": true
3646
+ }
2698
3647
  },
2699
3648
  "span": {
2700
3649
  "rule": "repeated",
2701
3650
  "type": "int32",
2702
- "id": 2
3651
+ "id": 2,
3652
+ "options": {
3653
+ "packed": true
3654
+ }
2703
3655
  },
2704
3656
  "leadingComments": {
2705
3657
  "type": "string",
@@ -2719,6 +3671,7 @@
2719
3671
  }
2720
3672
  },
2721
3673
  "GeneratedCodeInfo": {
3674
+ "edition": "proto2",
2722
3675
  "fields": {
2723
3676
  "annotation": {
2724
3677
  "rule": "repeated",
@@ -2732,7 +3685,10 @@
2732
3685
  "path": {
2733
3686
  "rule": "repeated",
2734
3687
  "type": "int32",
2735
- "id": 1
3688
+ "id": 1,
3689
+ "options": {
3690
+ "packed": true
3691
+ }
2736
3692
  },
2737
3693
  "sourceFile": {
2738
3694
  "type": "string",
@@ -2790,6 +3746,15 @@
2790
3746
  "Empty": {
2791
3747
  "fields": {}
2792
3748
  },
3749
+ "FieldMask": {
3750
+ "fields": {
3751
+ "paths": {
3752
+ "rule": "repeated",
3753
+ "type": "string",
3754
+ "id": 1
3755
+ }
3756
+ }
3757
+ },
2793
3758
  "Timestamp": {
2794
3759
  "fields": {
2795
3760
  "seconds": {