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

Merged
merged 3 commits into from Aug 10, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 15 additions & 0 deletions api-list.json
Expand Up @@ -4222,6 +4222,21 @@
"documentationLink": "https://www.google.com",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "policysimulator:v1alpha",
"name": "policysimulator",
"version": "v1alpha",
"title": "Policy Simulator API",
"description": "Policy Simulator is a collection of endpoints for creating, running, and viewing a [Replay][google.cloud.policysimulator.v1beta1.Replay]. A `Replay` is a type of simulation that lets you see how your members' access to resources might change if you changed your IAM policy. During a `Replay`, Policy Simulator re-evaluates, or replays, past access attempts under both the current policy and your proposed policy, and compares those results to determine how your members' access might change under the proposed policy.",
"discoveryRestUrl": "https://policysimulator.googleapis.com/$discovery/rest?version=v1alpha",
"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://cloud.google.com/iam/docs/simulating-access",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "policysimulator:v1beta1",
Expand Down
Expand Up @@ -1307,7 +1307,7 @@
}
}
},
"revision": "20220615",
"revision": "20220806",
"rootUrl": "https://authorizedbuyersmarketplace.googleapis.com/",
"schemas": {
"AcceptProposalRequest": {
Expand Down Expand Up @@ -2141,6 +2141,32 @@
},
"type": "object"
},
"InventoryTypeTargeting": {
"description": "Targeting of the inventory types a bid request can originate from.",
"id": "InventoryTypeTargeting",
"properties": {
"inventoryTypes": {
"description": "The list of targeted inventory types for the bid request.",
"items": {
"enum": [
"INVENTORY_TYPE_UNSPECIFIED",
"BROWSER",
"MOBILE_APP",
"VIDEO_PLAYER"
],
"enumDescriptions": [
"Unspecified inventory type",
"Desktop or mobile web browser excluding ads inside a video player",
"Mobile apps other than video players and web browsers",
"Instream video and audio"
],
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"ListAuctionPackagesResponse": {
"description": "Response message for listing auction packages.",
"id": "ListAuctionPackagesResponse",
Expand Down Expand Up @@ -2285,6 +2311,11 @@
"description": "Output only. Inventory sizes to be included/excluded.",
"readOnly": true
},
"inventoryTypeTargeting": {
"$ref": "InventoryTypeTargeting",
"description": "Output only. Inventory type targeting information.",
"readOnly": true
},
"placementTargeting": {
"$ref": "PlacementTargeting",
"description": "Output only. Placement targeting information, for example, URL, mobile applications.",
Expand Down

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

9 changes: 7 additions & 2 deletions baremetalsolution/v2/baremetalsolution-api.json
Expand Up @@ -965,7 +965,7 @@
"type": "string"
},
"updateMask": {
"description": "The list of fields to update. The only currently supported fields are: `snapshot_auto_delete_behavior` `snapshot_schedule_policy_name` 'labels' 'snapshot_enabled' 'snapshot_reservation_detail.reserved_space_percent'",
"description": "The list of fields to update. The only currently supported fields are: 'labels'",
"format": "google-fieldmask",
"location": "query",
"type": "string"
Expand Down Expand Up @@ -1084,7 +1084,7 @@
}
}
},
"revision": "20220725",
"revision": "20220731",
"rootUrl": "https://baremetalsolution.googleapis.com/",
"schemas": {
"AllowedClient": {
Expand Down Expand Up @@ -2609,6 +2609,11 @@
"format": "int64",
"type": "string"
},
"bootVolume": {
"description": "Output only. Whether this volume is a boot volume. A boot volume is one which contains a boot LUN.",
"readOnly": true,
"type": "boolean"
},
"currentSizeGib": {
"description": "The current size of this storage volume, in GiB, including space reserved for snapshots. This size might be different than the requested size if the storage volume has been configured with auto grow or auto shrink.",
"format": "int64",
Expand Down
11 changes: 6 additions & 5 deletions baremetalsolution/v2/baremetalsolution-gen.go

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