Skip to content

Commit 74ae72e

Browse files
yoshi-automationquirogas
authored andcommitted
feat(chromemanagement): update the API
#### chromemanagement:v1 The following keys were added: - schemas.GoogleChromeManagementV1RiskAssessmentEntry.properties.provider.readOnly - schemas.GoogleChromeManagementV1RiskAssessmentEntry.properties.riskAssessment.readOnly - schemas.GoogleChromeManagementV1RiskAssessmentEntry.properties.riskLevel.readOnly The following keys were changed: - schemas.GoogleChromeManagementV1RiskAssessmentEntry.properties.provider.description - schemas.GoogleChromeManagementV1RiskAssessmentEntry.properties.riskAssessment.description - schemas.GoogleChromeManagementV1RiskAssessmentEntry.properties.riskLevel.description
1 parent b6b8b99 commit 74ae72e

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

discovery/chromemanagement-v1.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1786,7 +1786,7 @@
17861786
}
17871787
}
17881788
},
1789-
"revision": "20251112",
1789+
"revision": "20251211",
17901790
"rootUrl": "https://chromemanagement.googleapis.com/",
17911791
"schemas": {
17921792
"GoogleChromeManagementV1AndroidAppInfo": {
@@ -4250,7 +4250,7 @@
42504250
"id": "GoogleChromeManagementV1RiskAssessmentEntry",
42514251
"properties": {
42524252
"provider": {
4253-
"description": "The risk assessment provider from which this entry comes from.",
4253+
"description": "Output only. The risk assessment provider from which this entry comes from.",
42544254
"enum": [
42554255
"RISK_ASSESSMENT_PROVIDER_UNSPECIFIED",
42564256
"RISK_ASSESSMENT_PROVIDER_CRXCAVATOR",
@@ -4263,14 +4263,16 @@
42634263
"Spin.Ai.",
42644264
"LayerX Security."
42654265
],
4266+
"readOnly": true,
42664267
"type": "string"
42674268
},
42684269
"riskAssessment": {
42694270
"$ref": "GoogleChromeManagementV1RiskAssessment",
4270-
"description": "The details of the provider's risk assessment."
4271+
"description": "Output only. The details of the provider's risk assessment.",
4272+
"readOnly": true
42714273
},
42724274
"riskLevel": {
4273-
"description": "The bucketed risk level for the risk assessment.",
4275+
"description": "Output only. The bucketed risk level for the risk assessment.",
42744276
"enum": [
42754277
"RISK_LEVEL_UNSPECIFIED",
42764278
"RISK_LEVEL_LOW",
@@ -4283,6 +4285,7 @@
42834285
"Extension that represents a medium risk.",
42844286
"Extension that represents a high risk."
42854287
],
4288+
"readOnly": true,
42864289
"type": "string"
42874290
}
42884291
},

src/apis/chromemanagement/v1.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1680,15 +1680,15 @@ export namespace chromemanagement_v1 {
16801680
*/
16811681
export interface Schema$GoogleChromeManagementV1RiskAssessmentEntry {
16821682
/**
1683-
* The risk assessment provider from which this entry comes from.
1683+
* Output only. The risk assessment provider from which this entry comes from.
16841684
*/
16851685
provider?: string | null;
16861686
/**
1687-
* The details of the provider's risk assessment.
1687+
* Output only. The details of the provider's risk assessment.
16881688
*/
16891689
riskAssessment?: Schema$GoogleChromeManagementV1RiskAssessment;
16901690
/**
1691-
* The bucketed risk level for the risk assessment.
1691+
* Output only. The bucketed risk level for the risk assessment.
16921692
*/
16931693
riskLevel?: string | null;
16941694
}

0 commit comments

Comments
 (0)