Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main
Browse files Browse the repository at this point in the history
  • Loading branch information
quartzmo committed Aug 10, 2022
2 parents c51f9b5 + 0e6b5b6 commit 8824ea2
Show file tree
Hide file tree
Showing 51 changed files with 1,987 additions and 214 deletions.
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
43 changes: 43 additions & 0 deletions authorizedbuyersmarketplace/v1/authorizedbuyersmarketplace-gen.go

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.

0 comments on commit 8824ea2

Please sign in to comment.