Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1625)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jul 20, 2022
1 parent ed487e6 commit a1878a1
Show file tree
Hide file tree
Showing 10 changed files with 11,988 additions and 1,933 deletions.
7 changes: 6 additions & 1 deletion assuredworkloads/v1/assuredworkloads-api.json
Expand Up @@ -379,7 +379,7 @@
}
}
},
"revision": "20220707",
"revision": "20220714",
"rootUrl": "https://assuredworkloads.googleapis.com/",
"schemas": {
"GoogleCloudAssuredworkloadsV1CreateWorkloadOperationMetadata": {
Expand Down Expand Up @@ -1270,6 +1270,11 @@
"description": "Represents the Compliance Status of this workload",
"id": "GoogleCloudAssuredworkloadsVersioningV1mainWorkloadComplianceStatus",
"properties": {
"acknowledgedViolationCount": {
"description": "Count of acknowledged violations in the Workload.",
"format": "int32",
"type": "integer"
},
"activeViolationCount": {
"description": "Count of active Violations in the Workload.",
"format": "int32",
Expand Down
30 changes: 17 additions & 13 deletions assuredworkloads/v1/assuredworkloads-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2,619 changes: 2,346 additions & 273 deletions beyondcorp/v1/beyondcorp-api.json

Large diffs are not rendered by default.

9,603 changes: 7,992 additions & 1,611 deletions beyondcorp/v1/beyondcorp-gen.go

Large diffs are not rendered by default.

337 changes: 331 additions & 6 deletions compute/v0.beta/compute-api.json

Large diffs are not rendered by default.

497 changes: 487 additions & 10 deletions compute/v0.beta/compute-gen.go

Large diffs are not rendered by default.

331 changes: 325 additions & 6 deletions compute/v1/compute-api.json

Large diffs are not rendered by default.

488 changes: 478 additions & 10 deletions compute/v1/compute-gen.go

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions streetviewpublish/v1/streetviewpublish-api.json
Expand Up @@ -533,7 +533,7 @@
}
}
},
"revision": "20220703",
"revision": "20220718",
"rootUrl": "https://streetviewpublish.googleapis.com/",
"schemas": {
"BatchDeletePhotosRequest": {
Expand Down Expand Up @@ -1028,7 +1028,8 @@
"INVALID_IMU",
"IMU_DATA_GAP",
"UNSUPPORTED_CAMERA",
"NOT_OUTDOORS"
"NOT_OUTDOORS",
"INSUFFICIENT_VIDEO_FRAMES"
],
"enumDescriptions": [
"The failure reason is unspecified, this is the default value.",
Expand All @@ -1049,7 +1050,8 @@
"IMU (Accelerometer, Gyroscope, etc.) data are not valid. They may be missing required fields (x, y, z or time), may not be formatted correctly, or any other issue that prevents our systems from parsing it.",
"IMU (Accelerometer, Gyroscope, etc.) data contain gaps greater than 0.1 seconds in duration.",
"The camera is not supported.",
"Some frames were indoors, which is unsupported."
"Some frames were indoors, which is unsupported.",
"Not enough video frames."
],
"readOnly": true,
"type": "string"
Expand Down
1 change: 1 addition & 0 deletions streetviewpublish/v1/streetviewpublish-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a1878a1

Please sign in to comment.