Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2177)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Sep 22, 2023
1 parent c6a8850 commit 00aa328
Show file tree
Hide file tree
Showing 46 changed files with 7,149 additions and 705 deletions.
4 changes: 2 additions & 2 deletions androidpublisher/v3/androidpublisher-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4047,7 +4047,7 @@
}
}
},
"revision": "20230917",
"revision": "20230921",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"Abi": {
Expand Down Expand Up @@ -7687,7 +7687,7 @@
"type": "string"
},
"tracks": {
"description": "All tracks.",
"description": "All tracks (including tracks with no releases).",
"items": {
"$ref": "Track"
},
Expand Down
2 changes: 1 addition & 1 deletion androidpublisher/v3/androidpublisher-gen.go

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

52 changes: 26 additions & 26 deletions cloudsupport/v2/cloudsupport-api.json

Large diffs are not rendered by default.

312 changes: 181 additions & 131 deletions cloudsupport/v2/cloudsupport-gen.go

Large diffs are not rendered by default.

52 changes: 26 additions & 26 deletions cloudsupport/v2beta/cloudsupport-api.json

Large diffs are not rendered by default.

313 changes: 182 additions & 131 deletions cloudsupport/v2beta/cloudsupport-gen.go

Large diffs are not rendered by default.

33 changes: 32 additions & 1 deletion composer/v1/composer-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@
}
}
},
"revision": "20230906",
"revision": "20230917",
"rootUrl": "https://composer.googleapis.com/",
"schemas": {
"AllowedIpRange": {
Expand Down Expand Up @@ -761,6 +761,11 @@
"description": "The resource name of the environment, in the form: \"projects/{projectId}/locations/{locationId}/environments/{environmentId}\" EnvironmentId must start with a lowercase letter followed by up to 63 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.",
"type": "string"
},
"satisfiesPzs": {
"description": "Output only. Reserved for future use.",
"readOnly": true,
"type": "boolean"
},
"state": {
"description": "The current state of the environment.",
"enum": [
Expand Down Expand Up @@ -1673,6 +1678,28 @@
"properties": {},
"type": "object"
},
"TriggererResource": {
"description": "Configuration for resources used by Airflow triggerers.",
"id": "TriggererResource",
"properties": {
"count": {
"description": "Optional. The number of triggerers.",
"format": "int32",
"type": "integer"
},
"cpu": {
"description": "Optional. CPU request and limit for a single Airflow triggerer replica.",
"format": "float",
"type": "number"
},
"memoryGb": {
"description": "Optional. Memory (GB) request and limit for a single Airflow triggerer replica.",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"WebServerConfig": {
"description": "The configuration settings for the Airflow web server App Engine instance. Supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*",
"id": "WebServerConfig",
Expand Down Expand Up @@ -1760,6 +1787,10 @@
"$ref": "SchedulerResource",
"description": "Optional. Resources used by Airflow schedulers."
},
"triggerer": {
"$ref": "TriggererResource",
"description": "Optional. Resources used by Airflow triggerers."
},
"webServer": {
"$ref": "WebServerResource",
"description": "Optional. Resources used by Airflow web server."
Expand Down
59 changes: 59 additions & 0 deletions composer/v1/composer-gen.go

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

7 changes: 6 additions & 1 deletion composer/v1beta1/composer-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@
}
}
},
"revision": "20230806",
"revision": "20230917",
"rootUrl": "https://composer.googleapis.com/",
"schemas": {
"AllowedIpRange": {
Expand Down Expand Up @@ -840,6 +840,11 @@
"description": "The resource name of the environment, in the form: \"projects/{projectId}/locations/{locationId}/environments/{environmentId}\" EnvironmentId must start with a lowercase letter followed by up to 63 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.",
"type": "string"
},
"satisfiesPzs": {
"description": "Output only. Reserved for future use.",
"readOnly": true,
"type": "boolean"
},
"state": {
"description": "The current state of the environment.",
"enum": [
Expand Down
3 changes: 3 additions & 0 deletions composer/v1beta1/composer-gen.go

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

0 comments on commit 00aa328

Please sign in to comment.