Skip to content

Commit d4f41c6

Browse files
feat(all): auto-regenerate discovery clients (#2954)
1 parent 01a17b3 commit d4f41c6

File tree

58 files changed

+7291
-768
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+7291
-768
lines changed

adsenseplatform/v1alpha/adsenseplatform-api.json

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,43 @@
137137
"https://www.googleapis.com/auth/adsense",
138138
"https://www.googleapis.com/auth/adsense.readonly"
139139
]
140+
},
141+
"list": {
142+
"description": "Lists platforms for a specified account.",
143+
"flatPath": "v1alpha/accounts/{accountsId}/platforms",
144+
"httpMethod": "GET",
145+
"id": "adsenseplatform.accounts.platforms.list",
146+
"parameterOrder": [
147+
"parent"
148+
],
149+
"parameters": {
150+
"pageSize": {
151+
"description": "Optional. The maximum number of platforms to include in the response, used for paging. If unspecified, at most 10000 platforms will be returned. The maximum value is 10000; values above 10000 will be coerced to 10000.",
152+
"format": "int32",
153+
"location": "query",
154+
"type": "integer"
155+
},
156+
"pageToken": {
157+
"description": "Optional. A page token, received from a previous `ListPlatforms` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListPlatforms` must match the call that provided the page token.",
158+
"location": "query",
159+
"type": "string"
160+
},
161+
"parent": {
162+
"description": "Required. The account which owns the platforms. Format: accounts/{account}",
163+
"location": "path",
164+
"pattern": "^accounts/[^/]+$",
165+
"required": true,
166+
"type": "string"
167+
}
168+
},
169+
"path": "v1alpha/{+parent}/platforms",
170+
"response": {
171+
"$ref": "ListPlatformsResponse"
172+
},
173+
"scopes": [
174+
"https://www.googleapis.com/auth/adsense",
175+
"https://www.googleapis.com/auth/adsense.readonly"
176+
]
140177
}
141178
}
142179
}
@@ -480,7 +517,7 @@
480517
}
481518
}
482519
},
483-
"revision": "20250106",
520+
"revision": "20250108",
484521
"rootUrl": "https://adsenseplatform.googleapis.com/",
485522
"schemas": {
486523
"Account": {
@@ -662,6 +699,24 @@
662699
},
663700
"type": "object"
664701
},
702+
"ListPlatformsResponse": {
703+
"description": "Response definition for the platform list rpc.",
704+
"id": "ListPlatformsResponse",
705+
"properties": {
706+
"nextPageToken": {
707+
"description": "Continuation token used to page through platforms. To retrieve the next page of the results, set the next request's \"page_token\" value to this.",
708+
"type": "string"
709+
},
710+
"platforms": {
711+
"description": "The platforms returned in this list response.",
712+
"items": {
713+
"$ref": "Platform"
714+
},
715+
"type": "array"
716+
}
717+
},
718+
"type": "object"
719+
},
665720
"ListSitesResponse": {
666721
"description": "Response definition for the site list rpc.",
667722
"id": "ListSitesResponse",

adsenseplatform/v1alpha/adsenseplatform-gen.go

Lines changed: 178 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

authorizedbuyersmarketplace/v1/authorizedbuyersmarketplace-api.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,7 @@
13671367
}
13681368
}
13691369
},
1370-
"revision": "20241120",
1370+
"revision": "20250107",
13711371
"rootUrl": "https://authorizedbuyersmarketplace.googleapis.com/",
13721372
"schemas": {
13731373
"AcceptProposalRequest": {
@@ -1466,6 +1466,11 @@
14661466
"readOnly": true,
14671467
"type": "string"
14681468
},
1469+
"dealOwnerSeatId": {
1470+
"description": "Output only. If set, this field contains the DSP specific seat id set by the media planner account that is considered the owner of this deal. The seat ID is in the calling DSP's namespace.",
1471+
"readOnly": true,
1472+
"type": "string"
1473+
},
14691474
"description": {
14701475
"description": "Output only. A description of the auction package.",
14711476
"readOnly": true,
@@ -1476,7 +1481,7 @@
14761481
"type": "string"
14771482
},
14781483
"eligibleSeatIds": {
1479-
"description": "Output only. If set, this field contains the list of DSP specific seat ids set by media planners that are eligible to transact on this deal. The seat ID is in the calling DSP's namespace.",
1484+
"description": "Output only. If set, this field identifies a seat that the media planner selected as the owner of this auction package. This is a seat ID in the DSP's namespace that was provided to the media planner.",
14801485
"items": {
14811486
"type": "string"
14821487
},

authorizedbuyersmarketplace/v1/authorizedbuyersmarketplace-gen.go

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

authorizedbuyersmarketplace/v1alpha/authorizedbuyersmarketplace-api.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1550,7 +1550,7 @@
15501550
}
15511551
}
15521552
},
1553-
"revision": "20241120",
1553+
"revision": "20250107",
15541554
"rootUrl": "https://authorizedbuyersmarketplace.googleapis.com/",
15551555
"schemas": {
15561556
"AcceptProposalRequest": {
@@ -1655,6 +1655,11 @@
16551655
"readOnly": true,
16561656
"type": "string"
16571657
},
1658+
"dealOwnerSeatId": {
1659+
"description": "Output only. If set, this field contains the DSP specific seat id set by the media planner account that is considered the owner of this deal. The seat ID is in the calling DSP's namespace.",
1660+
"readOnly": true,
1661+
"type": "string"
1662+
},
16581663
"description": {
16591664
"description": "Output only. A description of the auction package.",
16601665
"readOnly": true,
@@ -1665,7 +1670,7 @@
16651670
"type": "string"
16661671
},
16671672
"eligibleSeatIds": {
1668-
"description": "Output only. If set, this field contains the list of DSP specific seat ids set by media planners that are eligible to transact on this deal. The seat ID is in the calling DSP's namespace.",
1673+
"description": "Output only. If set, this field identifies a seat that the media planner selected as the owner of this auction package. This is a seat ID in the DSP's namespace that was provided to the media planner.",
16691674
"items": {
16701675
"type": "string"
16711676
},

authorizedbuyersmarketplace/v1alpha/authorizedbuyersmarketplace-gen.go

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudasset/v1/cloudasset-api.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@
10951095
}
10961096
}
10971097
},
1098-
"revision": "20241211",
1098+
"revision": "20250104",
10991099
"rootUrl": "https://cloudasset.googleapis.com/",
11001100
"schemas": {
11011101
"AccessSelector": {
@@ -2886,6 +2886,10 @@
28862886
"accessLevel": {
28872887
"description": "An AccessLevel resource name that allows protected resources inside the ServicePerimeters to access outside the ServicePerimeter boundaries. AccessLevels listed must be in the same policy as this ServicePerimeter. Referencing a nonexistent AccessLevel will cause an error. If an AccessLevel name is not specified, only resources within the perimeter can be accessed through Google Cloud calls with request origins within the perimeter. Example: `accessPolicies/MY_POLICY/accessLevels/MY_LEVEL`. If a single `*` is specified for `access_level`, then all EgressSources will be allowed.",
28882888
"type": "string"
2889+
},
2890+
"resource": {
2891+
"description": "A Google Cloud resource that you want to allow to egress the perimeter. These resources can access data outside the perimeter. This field only supports projects. The project format is `projects/{project_number}`. The resource can be in any Google Cloud organization, not just the organization where the perimeter is defined. You can't use `*` in this field to allow all Google Cloud resources.",
2892+
"type": "string"
28892893
}
28902894
},
28912895
"type": "object"

0 commit comments

Comments
 (0)