|
672 | 672 | }
|
673 | 673 | }
|
674 | 674 | },
|
675 |
| - "revision": "20210629", |
| 675 | + "revision": "20210708", |
676 | 676 | "rootUrl": "https://file.googleapis.com/",
|
677 | 677 | "schemas": {
|
678 | 678 | "Backup": {
|
|
1052 | 1052 | "nodeId": {
|
1053 | 1053 | "description": "The id of the node. This should be equal to SaasInstanceNode.node_id.",
|
1054 | 1054 | "type": "string"
|
| 1055 | + }, |
| 1056 | + "perSliEligibility": { |
| 1057 | + "$ref": "GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility", |
| 1058 | + "description": "If present, this will override eligibility for the node coming from instance or exclusions for specified SLIs." |
1055 | 1059 | }
|
1056 | 1060 | },
|
1057 | 1061 | "type": "object"
|
|
1569 | 1573 | "id": "OperationMetadata",
|
1570 | 1574 | "properties": {
|
1571 | 1575 | "apiVersion": {
|
1572 |
| - "description": "[Output only] API version used to start the operation.", |
| 1576 | + "description": "Output only. API version used to start the operation.", |
| 1577 | + "readOnly": true, |
1573 | 1578 | "type": "string"
|
1574 | 1579 | },
|
1575 | 1580 | "cancelRequested": {
|
1576 |
| - "description": "[Output only] Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.", |
| 1581 | + "description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have successfully been cancelled have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.", |
| 1582 | + "readOnly": true, |
1577 | 1583 | "type": "boolean"
|
1578 | 1584 | },
|
1579 | 1585 | "createTime": {
|
1580 |
| - "description": "[Output only] The time the operation was created.", |
| 1586 | + "description": "Output only. The time the operation was created.", |
1581 | 1587 | "format": "google-datetime",
|
| 1588 | + "readOnly": true, |
1582 | 1589 | "type": "string"
|
1583 | 1590 | },
|
1584 | 1591 | "endTime": {
|
1585 |
| - "description": "[Output only] The time the operation finished running.", |
| 1592 | + "description": "Output only. The time the operation finished running.", |
1586 | 1593 | "format": "google-datetime",
|
| 1594 | + "readOnly": true, |
1587 | 1595 | "type": "string"
|
1588 | 1596 | },
|
1589 | 1597 | "statusDetail": {
|
1590 |
| - "description": "[Output only] Human-readable status of the operation, if any.", |
| 1598 | + "description": "Output only. Human-readable status of the operation, if any.", |
| 1599 | + "readOnly": true, |
1591 | 1600 | "type": "string"
|
1592 | 1601 | },
|
1593 | 1602 | "target": {
|
1594 |
| - "description": "[Output only] Server-defined resource path for the target of the operation.", |
| 1603 | + "description": "Output only. Server-defined resource path for the target of the operation.", |
| 1604 | + "readOnly": true, |
1595 | 1605 | "type": "string"
|
1596 | 1606 | },
|
1597 | 1607 | "verb": {
|
1598 |
| - "description": "[Output only] Name of the verb executed by the operation.", |
| 1608 | + "description": "Output only. Name of the verb executed by the operation.", |
| 1609 | + "readOnly": true, |
1599 | 1610 | "type": "string"
|
1600 | 1611 | }
|
1601 | 1612 | },
|
|
0 commit comments