|
557 | 557 | }
|
558 | 558 | }
|
559 | 559 | },
|
560 |
| -"revision": "20240107", |
| 560 | +"revision": "20240111", |
561 | 561 | "rootUrl": "https://chromepolicy.googleapis.com/",
|
562 | 562 | "schemas": {
|
563 | 563 | "GoogleChromePolicyVersionsV1AdditionalTargetKeyName": {
|
|
762 | 762 | "numericRangeConstraint": {
|
763 | 763 | "$ref": "GoogleChromePolicyVersionsV1NumericRangeConstraint",
|
764 | 764 | "description": "The allowed range for numeric fields."
|
| 765 | +}, |
| 766 | +"uploadedFileConstraints": { |
| 767 | +"$ref": "GoogleChromePolicyVersionsV1UploadedFileConstraints", |
| 768 | +"description": "Constraints on the uploaded file of a file policy. If present, this policy requires a URL that can be fetched by uploading a file with the constraints specified in this proto." |
765 | 769 | }
|
766 | 770 | },
|
767 | 771 | "type": "object"
|
|
1520 | 1524 | },
|
1521 | 1525 | "type": "object"
|
1522 | 1526 | },
|
| 1527 | +"GoogleChromePolicyVersionsV1UploadedFileConstraints": { |
| 1528 | +"description": "Constraints on the uploaded file of a file policy.", |
| 1529 | +"id": "GoogleChromePolicyVersionsV1UploadedFileConstraints", |
| 1530 | +"properties": { |
| 1531 | +"sizeLimitBytes": { |
| 1532 | +"description": "The size limit of uploaded files for a setting, in bytes.", |
| 1533 | +"format": "int64", |
| 1534 | +"type": "string" |
| 1535 | +}, |
| 1536 | +"supportedContentTypes": { |
| 1537 | +"description": "File types that can be uploaded for a setting.", |
| 1538 | +"items": { |
| 1539 | +"enum": [ |
| 1540 | +"CONTENT_TYPE_UNSPECIFIED", |
| 1541 | +"CONTENT_TYPE_PLAIN_TEXT", |
| 1542 | +"CONTENT_TYPE_HTML", |
| 1543 | +"CONTENT_TYPE_IMAGE_JPEG", |
| 1544 | +"CONTENT_TYPE_IMAGE_GIF", |
| 1545 | +"CONTENT_TYPE_IMAGE_PNG", |
| 1546 | +"CONTENT_TYPE_JSON", |
| 1547 | +"CONTENT_TYPE_ZIP", |
| 1548 | +"CONTENT_TYPE_GZIP", |
| 1549 | +"CONTENT_TYPE_CSV", |
| 1550 | +"CONTENT_TYPE_YAML", |
| 1551 | +"CONTENT_TYPE_IMAGE_WEBP" |
| 1552 | +], |
| 1553 | +"enumDescriptions": [ |
| 1554 | +"Unspecified content type.", |
| 1555 | +"Plain text.", |
| 1556 | +"HTML.", |
| 1557 | +"JPEG.", |
| 1558 | +"GIF.", |
| 1559 | +"PNG.", |
| 1560 | +"JSON.", |
| 1561 | +"ZIP.", |
| 1562 | +"GZIP.", |
| 1563 | +"CSV.", |
| 1564 | +"YAML.", |
| 1565 | +"WEBP." |
| 1566 | +], |
| 1567 | +"type": "string" |
| 1568 | +}, |
| 1569 | +"type": "array" |
| 1570 | +} |
| 1571 | +}, |
| 1572 | +"type": "object" |
| 1573 | +}, |
1523 | 1574 | "GoogleProtobufEmpty": {
|
1524 | 1575 | "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
|
1525 | 1576 | "id": "GoogleProtobufEmpty",
|
|
0 commit comments