Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (googleapis#2405)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Feb 8, 2024
1 parent 47834b5 commit 2271ef7
Show file tree
Hide file tree
Showing 39 changed files with 7,287 additions and 1,583 deletions.
6 changes: 5 additions & 1 deletion androidpublisher/v3/androidpublisher-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -4724,7 +4724,7 @@
}
}
},
"revision": "20240129",
"revision": "20240207",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"Abi": {
Expand Down Expand Up @@ -5235,6 +5235,10 @@
"description": "Represents a base plan that automatically renews at the end of its subscription period.",
"id": "AutoRenewingBasePlanType",
"properties": {
"accountHoldDuration": {
"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).",
"type": "string"
},
"billingPeriodDuration": {
"description": "Required. Subscription period, specified in ISO 8601 format. For a list of acceptable billing periods, refer to the help center.",
"type": "string"
Expand Down
21 changes: 13 additions & 8 deletions androidpublisher/v3/androidpublisher-gen.go

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

8 changes: 6 additions & 2 deletions cloudfunctions/v1/cloudfunctions-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@
}
}
},
"revision": "20240118",
"revision": "20240205",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -691,6 +691,10 @@
"readOnly": true,
"type": "string"
},
"buildServiceAccount": {
"description": "Optional. A service account the user provides for use with Cloud Build.",
"type": "string"
},
"buildWorkerPool": {
"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.",
"type": "string"
Expand All @@ -700,7 +704,7 @@
"type": "string"
},
"dockerRegistry": {
"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.",
"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`.",
"enum": [
"DOCKER_REGISTRY_UNSPECIFIED",
"CONTAINER_REGISTRY",
Expand Down
11 changes: 7 additions & 4 deletions cloudfunctions/v1/cloudfunctions-gen.go

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

0 comments on commit 2271ef7

Please sign in to comment.