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 #2671

Merged
merged 1 commit into from
Jul 4, 2024
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions addressvalidation/v1/addressvalidation-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
}
}
},
"revision": "20240410",
"revision": "20240702",
"rootUrl": "https://addressvalidation.googleapis.com/",
"schemas": {
"GoogleGeoTypeViewport": {
Expand Down Expand Up @@ -489,7 +489,7 @@
"type": "string"
},
"dpvEnhancedDeliveryCode": {
"description": "Indicates that more than one DPV return code is valid for the address. Returns a single character. * `Y`: Address was DPV confirmed for primary and any secondary numbers. * `N`: Primary and any secondary number information failed to DPV confirm. * `S`: Address was DPV confirmed for the primary number only, and the secondary number information was present by not confirmed, or a single trailing alpha on a primary number was dropped to make a DPV match and secondary information required. * `D`: Address was DPV confirmed for the primary number only, and the secondary number information was missing. * `R`: Address confirmed but assigned to phantom route R777 and R779 and USPS delivery is not provided.",
"description": "Indicates that more than one DPV return code is valid for the address. Returns a single character. * `Y`: Address was DPV confirmed for primary and any secondary numbers. * `N`: Primary and any secondary number information failed to DPV confirm. * `S`: Address was DPV confirmed for the primary number only, and the secondary number information was present but not confirmed, or a single trailing alpha on a primary number was dropped to make a DPV match and secondary information required. * `D`: Address was DPV confirmed for the primary number only, and the secondary number information was missing. * `R`: Address confirmed but assigned to phantom route R777 and R779 and USPS delivery is not provided.",
"type": "string"
},
"dpvFootnote": {
Expand Down
10 changes: 5 additions & 5 deletions addressvalidation/v1/addressvalidation-gen.go

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

32 changes: 4 additions & 28 deletions cloudbuild/v1/cloudbuild-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@
"type": "string"
},
"parent": {
"description": "Required. Name of the parent project. For example: projects/{$project_number} or projects/{$project_id}",
"description": "Name of the parent project. For example: projects/{$project_number} or projects/{$project_id}",
"location": "path",
"pattern": "^projects/[^/]+$",
"required": true,
Expand Down Expand Up @@ -1384,7 +1384,7 @@
"type": "string"
},
"parent": {
"description": "Required. Name of the parent project. For example: projects/{$project_number} or projects/{$project_id}",
"description": "Name of the parent project. For example: projects/{$project_number} or projects/{$project_id}",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
Expand Down Expand Up @@ -2346,7 +2346,7 @@
}
}
},
"revision": "20240609",
"revision": "20240627",
"rootUrl": "https://cloudbuild.googleapis.com/",
"schemas": {
"ApprovalConfig": {
Expand Down Expand Up @@ -3810,26 +3810,6 @@
},
"type": "object"
},
"GCSLocation": {
"description": "Represents a storage location in Cloud Storage",
"id": "GCSLocation",
"properties": {
"bucket": {
"description": "Cloud Storage bucket. See https://cloud.google.com/storage/docs/naming#requirements",
"type": "string"
},
"generation": {
"description": "Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.",
"format": "int64",
"type": "string"
},
"object": {
"description": "Cloud Storage object. See https://cloud.google.com/storage/docs/naming#objectnames",
"type": "string"
}
},
"type": "object"
},
"GitConfig": {
"description": "GitConfig is a configuration for git operations.",
"id": "GitConfig",
Expand Down Expand Up @@ -4315,12 +4295,8 @@
"id": "HttpConfig",
"properties": {
"proxySecretVersionName": {
"description": "SecretVersion resource of the HTTP proxy URL. The proxy URL should be in format protocol://@]proxyhost[:port].",
"description": "SecretVersion resource of the HTTP proxy URL. The Service Account should have accessor permissions on this secret. The proxy URL should be in format protocol://@]proxyhost[:port].",
"type": "string"
},
"proxySslCaInfo": {
"$ref": "GCSLocation",
"description": "Optional. Cloud Storage object storing the certificate to use with the HTTP proxy."
}
},
"type": "object"
Expand Down
35 changes: 2 additions & 33 deletions cloudbuild/v1/cloudbuild-gen.go

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

Loading