Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #1625

Merged
merged 1 commit into from Jul 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.