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

Merged
merged 1 commit into from
Sep 12, 2023
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
2 changes: 1 addition & 1 deletion api-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -1945,7 +1945,7 @@
"name": "dataform",
"version": "v1beta1",
"title": "Dataform API",
"description": "",
"description": "Service to develop, version control, and operationalize SQL pipelines in BigQuery.",
"discoveryRestUrl": "https://dataform.googleapis.com/$discovery/rest?version=v1beta1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
Expand Down
8 changes: 5 additions & 3 deletions cloudchannel/v1/cloudchannel-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2178,7 +2178,7 @@
}
}
},
"revision": "20230906",
"revision": "20230910",
"rootUrl": "https://cloudchannel.googleapis.com/",
"schemas": {
"GoogleCloudChannelV1ActivateEntitlementRequest": {
Expand Down Expand Up @@ -4428,7 +4428,8 @@
},
"channelPartnerGranularity": {
"$ref": "GoogleCloudChannelV1RepricingConfigChannelPartnerGranularity",
"description": "Applies the repricing configuration at the channel partner level. Only ChannelPartnerRepricingConfig supports this value."
"deprecated": true,
"description": "Applies the repricing configuration at the channel partner level. Only ChannelPartnerRepricingConfig supports this value. Deprecated: This is no longer supported. Use RepricingConfig.entitlement_granularity instead."
},
"conditionalOverrides": {
"description": "The conditional overrides to apply for this configuration. If you list multiple overrides, only the first valid override is used. If you don't list any overrides, the API uses the normal adjustment and rebilling basis.",
Expand Down Expand Up @@ -4463,7 +4464,8 @@
"type": "object"
},
"GoogleCloudChannelV1RepricingConfigChannelPartnerGranularity": {
"description": "Applies the repricing configuration at the channel partner level. The channel partner value is derived from the resource name. Takes an empty json object.",
"deprecated": true,
"description": "Applies the repricing configuration at the channel partner level. The channel partner value is derived from the resource name. Takes an empty json object. Deprecated: This is no longer supported. Use RepricingConfig.EntitlementGranularity instead.",
"id": "GoogleCloudChannelV1RepricingConfigChannelPartnerGranularity",
"properties": {},
"type": "object"
Expand Down
6 changes: 4 additions & 2 deletions cloudchannel/v1/cloudchannel-gen.go

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

8 changes: 5 additions & 3 deletions displayvideo/v1/displayvideo-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -8146,7 +8146,7 @@
}
}
},
"revision": "20230831",
"revision": "20230906",
"rootUrl": "https://displayvideo.googleapis.com/",
"schemas": {
"ActivateManualTriggerRequest": {
Expand Down Expand Up @@ -17011,7 +17011,8 @@
"PARTNER_COST_TYPE_CUSTOM_FEE_2",
"PARTNER_COST_TYPE_CUSTOM_FEE_3",
"PARTNER_COST_TYPE_CUSTOM_FEE_4",
"PARTNER_COST_TYPE_CUSTOM_FEE_5"
"PARTNER_COST_TYPE_CUSTOM_FEE_5",
"PARTNER_COST_TYPE_SCIBIDS_FEE"
],
"enumDescriptions": [
"Type value is not specified or is unknown in this version.",
Expand Down Expand Up @@ -17043,7 +17044,8 @@
"The cost is charged as custom fee 2. Billed by the partner.",
"The cost is charged as custom fee 3. Billed by the partner.",
"The cost is charged as custom fee 4. Billed by the partner.",
"The cost is charged as custom fee 5. Billed by the partner."
"The cost is charged as custom fee 5. Billed by the partner.",
"The cost is charged for using Scibids. Billed through DV360. This type is currently only available to certain customers. Other customers attempting to use this type will receive an error."
],
"type": "string"
},
Expand Down
4 changes: 4 additions & 0 deletions displayvideo/v1/displayvideo-gen.go

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

8 changes: 5 additions & 3 deletions displayvideo/v2/displayvideo-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -9172,7 +9172,7 @@
}
}
},
"revision": "20230831",
"revision": "20230906",
"rootUrl": "https://displayvideo.googleapis.com/",
"schemas": {
"ActivateManualTriggerRequest": {
Expand Down Expand Up @@ -18730,7 +18730,8 @@
"PARTNER_COST_TYPE_CUSTOM_FEE_2",
"PARTNER_COST_TYPE_CUSTOM_FEE_3",
"PARTNER_COST_TYPE_CUSTOM_FEE_4",
"PARTNER_COST_TYPE_CUSTOM_FEE_5"
"PARTNER_COST_TYPE_CUSTOM_FEE_5",
"PARTNER_COST_TYPE_SCIBIDS_FEE"
],
"enumDescriptions": [
"Type value is not specified or is unknown in this version.",
Expand Down Expand Up @@ -18762,7 +18763,8 @@
"The cost is charged as custom fee 2. Billed by the partner.",
"The cost is charged as custom fee 3. Billed by the partner.",
"The cost is charged as custom fee 4. Billed by the partner.",
"The cost is charged as custom fee 5. Billed by the partner."
"The cost is charged as custom fee 5. Billed by the partner.",
"The cost is charged for using Scibids. Billed through DV360. This type is currently only available to certain customers. Other customers attempting to use this type will receive an error."
],
"type": "string"
},
Expand Down
4 changes: 4 additions & 0 deletions displayvideo/v2/displayvideo-gen.go

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

Loading