Skip to content

Commit 00aa328

Browse files
feat(all): auto-regenerate discovery clients (#2177)
1 parent c6a8850 commit 00aa328

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+7149
-705
lines changed

androidpublisher/v3/androidpublisher-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4047,7 +4047,7 @@
40474047
}
40484048
}
40494049
},
4050-
"revision": "20230917",
4050+
"revision": "20230921",
40514051
"rootUrl": "https://androidpublisher.googleapis.com/",
40524052
"schemas": {
40534053
"Abi": {
@@ -7687,7 +7687,7 @@
76877687
"type": "string"
76887688
},
76897689
"tracks": {
7690-
"description": "All tracks.",
7690+
"description": "All tracks (including tracks with no releases).",
76917691
"items": {
76927692
"$ref": "Track"
76937693
},

androidpublisher/v3/androidpublisher-gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudsupport/v2/cloudsupport-api.json

Lines changed: 26 additions & 26 deletions
Large diffs are not rendered by default.

cloudsupport/v2/cloudsupport-gen.go

Lines changed: 181 additions & 131 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudsupport/v2beta/cloudsupport-api.json

Lines changed: 26 additions & 26 deletions
Large diffs are not rendered by default.

cloudsupport/v2beta/cloudsupport-gen.go

Lines changed: 182 additions & 131 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer/v1/composer-api.json

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@
599599
}
600600
}
601601
},
602-
"revision": "20230906",
602+
"revision": "20230917",
603603
"rootUrl": "https://composer.googleapis.com/",
604604
"schemas": {
605605
"AllowedIpRange": {
@@ -761,6 +761,11 @@
761761
"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.",
762762
"type": "string"
763763
},
764+
"satisfiesPzs": {
765+
"description": "Output only. Reserved for future use.",
766+
"readOnly": true,
767+
"type": "boolean"
768+
},
764769
"state": {
765770
"description": "The current state of the environment.",
766771
"enum": [
@@ -1673,6 +1678,28 @@
16731678
"properties": {},
16741679
"type": "object"
16751680
},
1681+
"TriggererResource": {
1682+
"description": "Configuration for resources used by Airflow triggerers.",
1683+
"id": "TriggererResource",
1684+
"properties": {
1685+
"count": {
1686+
"description": "Optional. The number of triggerers.",
1687+
"format": "int32",
1688+
"type": "integer"
1689+
},
1690+
"cpu": {
1691+
"description": "Optional. CPU request and limit for a single Airflow triggerer replica.",
1692+
"format": "float",
1693+
"type": "number"
1694+
},
1695+
"memoryGb": {
1696+
"description": "Optional. Memory (GB) request and limit for a single Airflow triggerer replica.",
1697+
"format": "float",
1698+
"type": "number"
1699+
}
1700+
},
1701+
"type": "object"
1702+
},
16761703
"WebServerConfig": {
16771704
"description": "The configuration settings for the Airflow web server App Engine instance. Supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*",
16781705
"id": "WebServerConfig",
@@ -1760,6 +1787,10 @@
17601787
"$ref": "SchedulerResource",
17611788
"description": "Optional. Resources used by Airflow schedulers."
17621789
},
1790+
"triggerer": {
1791+
"$ref": "TriggererResource",
1792+
"description": "Optional. Resources used by Airflow triggerers."
1793+
},
17631794
"webServer": {
17641795
"$ref": "WebServerResource",
17651796
"description": "Optional. Resources used by Airflow web server."

composer/v1/composer-gen.go

Lines changed: 59 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer/v1beta1/composer-api.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@
655655
}
656656
}
657657
},
658-
"revision": "20230806",
658+
"revision": "20230917",
659659
"rootUrl": "https://composer.googleapis.com/",
660660
"schemas": {
661661
"AllowedIpRange": {
@@ -840,6 +840,11 @@
840840
"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.",
841841
"type": "string"
842842
},
843+
"satisfiesPzs": {
844+
"description": "Output only. Reserved for future use.",
845+
"readOnly": true,
846+
"type": "boolean"
847+
},
843848
"state": {
844849
"description": "The current state of the environment.",
845850
"enum": [

composer/v1beta1/composer-gen.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)