Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat(all): auto-regenerate discovery clients #3002

Merged
merged 1 commit into from
Feb 7, 2025
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
Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,7 @@
}
}
},
"revision": "20250113",
"revision": "20250205",
"rootUrl": "https://authorizedbuyersmarketplace.googleapis.com/",
"schemas": {
"AcceptProposalRequest": {
Expand Down Expand Up @@ -1974,7 +1974,7 @@
"properties": {
"cpmFee": {
"$ref": "Money",
"description": "Optional. This will be charged when other accounts use this data segment. For example, when other accounts add this data segment to a deal or auction package. Once set, the currency code cannot be changed."
"description": "Required. This will be charged when other accounts use this data segment. For example, when other accounts add this data segment to a deal or auction package. Once set, the currency code cannot be changed."
},
"createTime": {
"description": "Output only. Time the data segment was created.",
Expand Down

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

6 changes: 3 additions & 3 deletions cloudfunctions/v2/cloudfunctions-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@
"type": "string"
},
"orderBy": {
"description": "The sorting order of the resources returned. Value should be a comma separated list of fields. The default sorting oder is ascending. See https://google.aip.dev/132#ordering.",
"description": "The sorting order of the resources returned. Value should be a comma separated list of fields. The default sorting order is ascending. See https://google.aip.dev/132#ordering.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -744,7 +744,7 @@
}
}
},
"revision": "20250124",
"revision": "20250130",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"AbortFunctionUpgradeRequest": {
Expand Down Expand Up @@ -1342,7 +1342,7 @@
],
"enumDescriptions": [
"Not specified. Invalid name.",
"Artifact Regsitry Stage",
"Artifact Registry Stage",
"Build Stage",
"Service Stage",
"Trigger Stage",
Expand Down
4 changes: 2 additions & 2 deletions cloudfunctions/v2/cloudfunctions-gen.go

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

6 changes: 3 additions & 3 deletions cloudfunctions/v2alpha/cloudfunctions-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@
"type": "string"
},
"orderBy": {
"description": "The sorting order of the resources returned. Value should be a comma separated list of fields. The default sorting oder is ascending. See https://google.aip.dev/132#ordering.",
"description": "The sorting order of the resources returned. Value should be a comma separated list of fields. The default sorting order is ascending. See https://google.aip.dev/132#ordering.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -744,7 +744,7 @@
}
}
},
"revision": "20250124",
"revision": "20250130",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"AbortFunctionUpgradeRequest": {
Expand Down Expand Up @@ -1342,7 +1342,7 @@
],
"enumDescriptions": [
"Not specified. Invalid name.",
"Artifact Regsitry Stage",
"Artifact Registry Stage",
"Build Stage",
"Service Stage",
"Trigger Stage",
Expand Down
4 changes: 2 additions & 2 deletions cloudfunctions/v2alpha/cloudfunctions-gen.go

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

6 changes: 3 additions & 3 deletions cloudfunctions/v2beta/cloudfunctions-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@
"type": "string"
},
"orderBy": {
"description": "The sorting order of the resources returned. Value should be a comma separated list of fields. The default sorting oder is ascending. See https://google.aip.dev/132#ordering.",
"description": "The sorting order of the resources returned. Value should be a comma separated list of fields. The default sorting order is ascending. See https://google.aip.dev/132#ordering.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -744,7 +744,7 @@
}
}
},
"revision": "20250124",
"revision": "20250130",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"AbortFunctionUpgradeRequest": {
Expand Down Expand Up @@ -1342,7 +1342,7 @@
],
"enumDescriptions": [
"Not specified. Invalid name.",
"Artifact Regsitry Stage",
"Artifact Registry Stage",
"Build Stage",
"Service Stage",
"Trigger Stage",
Expand Down
4 changes: 2 additions & 2 deletions cloudfunctions/v2beta/cloudfunctions-gen.go

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

Loading
Loading