Skip to content

Commit 523fc5c

Browse files
feat(file): update the api
#### file:v1 The following keys were added: - schemas.GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata.properties.perSliEligibility.$ref (Total Keys: 1) - schemas.OperationMetadata.properties.apiVersion.readOnly (Total Keys: 1) - schemas.OperationMetadata.properties.cancelRequested.readOnly (Total Keys: 1) - schemas.OperationMetadata.properties.createTime.readOnly (Total Keys: 1) - schemas.OperationMetadata.properties.endTime.readOnly (Total Keys: 1) - schemas.OperationMetadata.properties.statusDetail.readOnly (Total Keys: 1) - schemas.OperationMetadata.properties.target.readOnly (Total Keys: 1) - schemas.OperationMetadata.properties.verb.readOnly (Total Keys: 1)
1 parent f4b9df7 commit 523fc5c

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

googleapiclient/discovery_cache/documents/file.v1.json

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@
672672
}
673673
}
674674
},
675-
"revision": "20210629",
675+
"revision": "20210708",
676676
"rootUrl": "https://file.googleapis.com/",
677677
"schemas": {
678678
"Backup": {
@@ -1052,6 +1052,10 @@
10521052
"nodeId": {
10531053
"description": "The id of the node. This should be equal to SaasInstanceNode.node_id.",
10541054
"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."
10551059
}
10561060
},
10571061
"type": "object"
@@ -1569,33 +1573,40 @@
15691573
"id": "OperationMetadata",
15701574
"properties": {
15711575
"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,
15731578
"type": "string"
15741579
},
15751580
"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,
15771583
"type": "boolean"
15781584
},
15791585
"createTime": {
1580-
"description": "[Output only] The time the operation was created.",
1586+
"description": "Output only. The time the operation was created.",
15811587
"format": "google-datetime",
1588+
"readOnly": true,
15821589
"type": "string"
15831590
},
15841591
"endTime": {
1585-
"description": "[Output only] The time the operation finished running.",
1592+
"description": "Output only. The time the operation finished running.",
15861593
"format": "google-datetime",
1594+
"readOnly": true,
15871595
"type": "string"
15881596
},
15891597
"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,
15911600
"type": "string"
15921601
},
15931602
"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,
15951605
"type": "string"
15961606
},
15971607
"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,
15991610
"type": "string"
16001611
}
16011612
},

0 commit comments

Comments
 (0)