Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2027)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jun 15, 2023
1 parent 58512c3 commit 229def0
Show file tree
Hide file tree
Showing 27 changed files with 2,016 additions and 99 deletions.
8 changes: 4 additions & 4 deletions admin/reports/v1/admin-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@
"type": "string"
},
"date": {
"description": "Represents the date the usage occurred, based on PST time zone. The timestamp is in the [ISO 8601 format](https://en.wikipedia.org/wiki/ISO_8601), `yyyy-mm-dd`.",
"description": "Represents the date the usage occurred, based on UTC-8:00 (Pacific Standard Time). The timestamp is in the [ISO 8601 format](https://en.wikipedia.org/wiki/ISO_8601), `yyyy-mm-dd`.",
"location": "path",
"pattern": "(\\d){4}-(\\d){2}-(\\d){2}",
"required": true,
Expand Down Expand Up @@ -479,7 +479,7 @@
"type": "string"
},
"date": {
"description": "Represents the date the usage occurred. The timestamp is in the ISO 8601 format, yyyy-mm-dd. We recommend you use your account's time zone for this.",
"description": "Represents the date the usage occurred, based on UTC-8:00 (Pacific Standard Time). The timestamp is in the [ISO 8601 format](https://en.wikipedia.org/wiki/ISO_8601), `yyyy-mm-dd`.",
"location": "path",
"pattern": "(\\d){4}-(\\d){2}-(\\d){2}",
"required": true,
Expand Down Expand Up @@ -560,7 +560,7 @@
"type": "string"
},
"date": {
"description": "Represents the date the usage occurred, based on GMT-7:00 (Pacific Standard Time). The timestamp is in the [ISO 8601 format](https://en.wikipedia.org/wiki/ISO_8601), `yyyy-mm-dd`.",
"description": "Represents the date the usage occurred, based on UTC-8:00 (Pacific Standard Time). The timestamp is in the [ISO 8601 format](https://en.wikipedia.org/wiki/ISO_8601), `yyyy-mm-dd`.",
"location": "path",
"pattern": "(\\d){4}-(\\d){2}-(\\d){2}",
"required": true,
Expand Down Expand Up @@ -623,7 +623,7 @@
}
}
},
"revision": "20230406",
"revision": "20230612",
"rootUrl": "https://admin.googleapis.com/",
"schemas": {
"Activities": {
Expand Down
18 changes: 9 additions & 9 deletions admin/reports/v1/admin-gen.go

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

15 changes: 0 additions & 15 deletions api-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -2479,21 +2479,6 @@
"documentationLink": "https://developers.google.com/domains/rdap/",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "doubleclickbidmanager:v1.1",
"name": "doubleclickbidmanager",
"version": "v1.1",
"title": "DoubleClick Bid Manager API",
"description": "DoubleClick Bid Manager API allows users to manage and create campaigns and reports.",
"discoveryRestUrl": "https://doubleclickbidmanager.googleapis.com/$discovery/rest?version=v1.1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://developers.google.com/bid-manager/",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "doubleclickbidmanager:v2",
Expand Down
8 changes: 4 additions & 4 deletions assuredworkloads/v1/assuredworkloads-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -519,11 +519,11 @@
}
}
},
"revision": "20230512",
"revision": "20230612",
"rootUrl": "https://assuredworkloads.googleapis.com/",
"schemas": {
"GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest": {
"description": "Request for acknowledging the violation Next Id: 4",
"description": "Request for acknowledging the violation Next Id: 5",
"id": "GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest",
"properties": {
"comment": {
Expand Down Expand Up @@ -1058,12 +1058,12 @@
"id": "GoogleCloudAssuredworkloadsV1WorkloadComplianceStatus",
"properties": {
"acknowledgedViolationCount": {
"description": "Count of active Violations which are acknowledged in the Workload.",
"description": "Number of current orgPolicy violations which are acknowledged.",
"format": "int32",
"type": "integer"
},
"activeViolationCount": {
"description": "Count of active Violations which haven't been acknowledged.",
"description": "Number of current orgPolicy violations which are not acknowledged.",
"format": "int32",
"type": "integer"
}
Expand Down
10 changes: 5 additions & 5 deletions assuredworkloads/v1/assuredworkloads-gen.go

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

8 changes: 4 additions & 4 deletions assuredworkloads/v1beta1/assuredworkloads-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -595,11 +595,11 @@
}
}
},
"revision": "20230512",
"revision": "20230612",
"rootUrl": "https://assuredworkloads.googleapis.com/",
"schemas": {
"GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest": {
"description": "Request for acknowledging the violation Next Id: 4",
"description": "Request for acknowledging the violation Next Id: 5",
"id": "GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest",
"properties": {
"comment": {
Expand Down Expand Up @@ -1200,12 +1200,12 @@
"id": "GoogleCloudAssuredworkloadsV1beta1WorkloadComplianceStatus",
"properties": {
"acknowledgedViolationCount": {
"description": "Count of active Violations which are acknowledged in the Workload.",
"description": "Number of current orgPolicy violations which are acknowledged.",
"format": "int32",
"type": "integer"
},
"activeViolationCount": {
"description": "Count of active Violations which haven't been acknowledged.",
"description": "Number of current orgPolicy violations which are not acknowledged.",
"format": "int32",
"type": "integer"
}
Expand Down
10 changes: 5 additions & 5 deletions assuredworkloads/v1beta1/assuredworkloads-gen.go

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

4 changes: 2 additions & 2 deletions bigqueryreservation/v1/bigqueryreservation-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@
}
}
},
"revision": "20230521",
"revision": "20230610",
"rootUrl": "https://bigqueryreservation.googleapis.com/",
"schemas": {
"Assignment": {
Expand Down Expand Up @@ -1192,7 +1192,7 @@
"type": "string"
},
"slotCapacity": {
"description": "Minimum slots available to this reservation. A slot is a unit of computational power in BigQuery, and serves as the unit of parallelism. Queries using this reservation might use more slots during runtime if ignore_idle_slots is set to false. If edition is EDITION_UNSPECIFIED and total slot_capacity of the reservation and its siblings exceeds the total slot_count of all capacity commitments, the request will fail with `google.rpc.Code.RESOURCE_EXHAUSTED`. If edition is any value but EDITION_UNSPECIFIED, then the above requirement is not needed. The total slot_capacity of the reservation and its siblings may exceed the total slot_count of capacity commitments. In that case, the exceeding slots will be charged with the autoscale SKU. You can increase the number of baseline slots in a reservation every few minutes. If you want to decrease your baseline slots, you are limited to once an hour if you have recently changed your baseline slot capacity and your baseline slots exceed your committed slots. Otherwise, you can decrease your baseline slots every few minutes. NOTE: for reservations in US or EU multi-regions, slot capacity constraints are checked separately for default and auxiliary regions. See multi_region_auxiliary flag for more details.",
"description": "Baseline slots available to this reservation. A slot is a unit of computational power in BigQuery, and serves as the unit of parallelism. Queries using this reservation might use more slots during runtime if ignore_idle_slots is set to false, or autoscaling is enabled. If edition is EDITION_UNSPECIFIED and total slot_capacity of the reservation and its siblings exceeds the total slot_count of all capacity commitments, the request will fail with `google.rpc.Code.RESOURCE_EXHAUSTED`. If edition is any value but EDITION_UNSPECIFIED, then the above requirement is not needed. The total slot_capacity of the reservation and its siblings may exceed the total slot_count of capacity commitments. In that case, the exceeding slots will be charged with the autoscale SKU. You can increase the number of baseline slots in a reservation every few minutes. If you want to decrease your baseline slots, you are limited to once an hour if you have recently changed your baseline slot capacity and your baseline slots exceed your committed slots. Otherwise, you can decrease your baseline slots every few minutes. NOTE: for reservations in US or EU multi-regions, slot capacity constraints are checked separately for default and auxiliary regions. See multi_region_auxiliary flag for more details.",
"format": "int64",
"type": "string"
},
Expand Down
10 changes: 5 additions & 5 deletions bigqueryreservation/v1/bigqueryreservation-gen.go

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

8 changes: 4 additions & 4 deletions cloudchannel/v1/cloudchannel-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@
],
"parameters": {
"changeOfferPurchase.billingAccount": {
"description": "Optional. Resource name of the new target Billing Account. Provide this Billing Account when setting up billing for a trial subscription. Format: accounts/{account_id}/billing_accounts/{billing_account_id}. This field is only relevant for multi-currency accounts. It should be left empty for single currency accounts.",
"description": "Optional. Resource name of the new target Billing Account. Provide this Billing Account when setting up billing for a trial subscription. Format: accounts/{account_id}/billingAccounts/{billing_account_id}. This field is only relevant for multi-currency accounts. It should be left empty for single currency accounts.",
"location": "query",
"type": "string"
},
Expand All @@ -951,7 +951,7 @@
"type": "string"
},
"createEntitlementPurchase.billingAccount": {
"description": "Optional. Billing account that the result should be restricted to. Format: accounts/{account_id}/billing_accounts/{billing_account_id}.",
"description": "Optional. Billing account that the result should be restricted to. Format: accounts/{account_id}/billingAccounts/{billing_account_id}.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -2178,7 +2178,7 @@
}
}
},
"revision": "20230611",
"revision": "20230613",
"rootUrl": "https://cloudchannel.googleapis.com/",
"schemas": {
"GoogleCloudChannelV1ActivateEntitlementRequest": {
Expand Down Expand Up @@ -3580,7 +3580,7 @@
"id": "GoogleCloudChannelV1ListTransferableOffersRequest",
"properties": {
"billingAccount": {
"description": "Optional. The Billing Account to look up Offers for. Format: accounts/{account_id}/billing_accounts/{billing_account_id}. This field is only relevant for multi-currency accounts. It should be left empty for single currency accounts.",
"description": "Optional. The Billing Account to look up Offers for. Format: accounts/{account_id}/billingAccounts/{billing_account_id}. This field is only relevant for multi-currency accounts. It should be left empty for single currency accounts.",
"type": "string"
},
"cloudIdentityId": {
Expand Down

0 comments on commit 229def0

Please sign in to comment.