Skip to content

Commit 2271ef7

Browse files
feat(all): auto-regenerate discovery clients (#2405)
1 parent 47834b5 commit 2271ef7

39 files changed

+7287
-1583
lines changed

androidpublisher/v3/androidpublisher-api.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4724,7 +4724,7 @@
47244724
}
47254725
}
47264726
},
4727-
"revision": "20240129",
4727+
"revision": "20240207",
47284728
"rootUrl": "https://androidpublisher.googleapis.com/",
47294729
"schemas": {
47304730
"Abi": {
@@ -5235,6 +5235,10 @@
52355235
"description": "Represents a base plan that automatically renews at the end of its subscription period.",
52365236
"id": "AutoRenewingBasePlanType",
52375237
"properties": {
5238+
"accountHoldDuration": {
5239+
"description": "Optional. Account hold period of the subscription, specified in ISO 8601 format. Acceptable values must be in DAYS and in the range P0D (zero days) to P30D (30 days). If not specified, the default value is P30D (30 days).",
5240+
"type": "string"
5241+
},
52385242
"billingPeriodDuration": {
52395243
"description": "Required. Subscription period, specified in ISO 8601 format. For a list of acceptable billing periods, refer to the help center.",
52405244
"type": "string"

androidpublisher/v3/androidpublisher-gen.go

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

cloudfunctions/v1/cloudfunctions-api.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@
552552
}
553553
}
554554
},
555-
"revision": "20240118",
555+
"revision": "20240205",
556556
"rootUrl": "https://cloudfunctions.googleapis.com/",
557557
"schemas": {
558558
"AuditConfig": {
@@ -691,6 +691,10 @@
691691
"readOnly": true,
692692
"type": "string"
693693
},
694+
"buildServiceAccount": {
695+
"description": "Optional. A service account the user provides for use with Cloud Build.",
696+
"type": "string"
697+
},
694698
"buildWorkerPool": {
695699
"description": "Name of the Cloud Build Custom Worker Pool that should be used to build the function. The format of this field is `projects/{project}/locations/{region}/workerPools/{workerPool}` where `{project}` and `{region}` are the project id and region respectively where the worker pool is defined and `{workerPool}` is the short name of the worker pool. If the project id is not the same as the function, then the Cloud Functions Service Agent (`[email protected]`) must be granted the role Cloud Build Custom Workers Builder (`roles/cloudbuild.customworkers.builder`) in the project.",
696700
"type": "string"
@@ -700,7 +704,7 @@
700704
"type": "string"
701705
},
702706
"dockerRegistry": {
703-
"description": "Docker Registry to use for this deployment. If `docker_repository` field is specified, this field will be automatically set as `ARTIFACT_REGISTRY`. If unspecified, it currently defaults to `CONTAINER_REGISTRY`. This field may be overridden by the backend for eligible deployments.",
707+
"description": "Docker Registry to use for this deployment. If unspecified, it defaults to `ARTIFACT_REGISTRY`. If `docker_repository` field is specified, this field should either be left unspecified or set to `ARTIFACT_REGISTRY`.",
704708
"enum": [
705709
"DOCKER_REGISTRY_UNSPECIFIED",
706710
"CONTAINER_REGISTRY",

cloudfunctions/v1/cloudfunctions-gen.go

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

0 commit comments

Comments
 (0)