Skip to content

Commit 3d7acfb

Browse files
feat(checks): update the api
#### checks:v1alpha The following keys were deleted: - schemas.GoogleChecksReportV1alphaReport.properties.baseReport.type (Total Keys: 1)
1 parent bf42546 commit 3d7acfb

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

docs/dyn/checks_v1alpha.accounts.apps.reports.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ <h3>Method Details</h3>
115115
&quot;version&quot;: &quot;A String&quot;, # The user-visible version of the bundle such as the Android `versionName` or iOS `CFBundleShortVersionString`. For example: &quot;7.21.1&quot;.
116116
&quot;versionId&quot;: &quot;A String&quot;, # The version used throughout the operating system and store to identify the build such as the Android `versionCode` or iOS `CFBundleVersion`.
117117
},
118-
&quot;baseReport&quot;: &quot;A String&quot;, # Resource name of the base report used for comparison. May be absent if this is the first report generated for the app.
119118
&quot;checks&quot;: [ # List of checks that were run on the app bundle.
120119
{ # A check that was run on your app.
121120
&quot;citations&quot;: [ # Regulations and policies that serve as the legal basis for the check.
@@ -389,7 +388,6 @@ <h3>Method Details</h3>
389388
&quot;version&quot;: &quot;A String&quot;, # The user-visible version of the bundle such as the Android `versionName` or iOS `CFBundleShortVersionString`. For example: &quot;7.21.1&quot;.
390389
&quot;versionId&quot;: &quot;A String&quot;, # The version used throughout the operating system and store to identify the build such as the Android `versionCode` or iOS `CFBundleVersion`.
391390
},
392-
&quot;baseReport&quot;: &quot;A String&quot;, # Resource name of the base report used for comparison. May be absent if this is the first report generated for the app.
393391
&quot;checks&quot;: [ # List of checks that were run on the app bundle.
394392
{ # A check that was run on your app.
395393
&quot;citations&quot;: [ # Regulations and policies that serve as the legal basis for the check.

googleapiclient/discovery_cache/documents/checks.v1alpha.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@
414414
}
415415
}
416416
},
417-
"revision": "20230910",
417+
"revision": "20230914",
418418
"rootUrl": "https://checks.googleapis.com/",
419419
"schemas": {
420420
"CancelOperationRequest": {
@@ -1594,10 +1594,6 @@
15941594
"$ref": "GoogleChecksReportV1alphaAppBundle",
15951595
"description": "Information about the analyzed app bundle."
15961596
},
1597-
"baseReport": {
1598-
"description": "Resource name of the base report used for comparison. May be absent if this is the first report generated for the app.",
1599-
"type": "string"
1600-
},
16011597
"checks": {
16021598
"description": "List of checks that were run on the app bundle.",
16031599
"items": {

0 commit comments

Comments
 (0)