Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2954)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Jan 9, 2025
1 parent 01a17b3 commit d4f41c6
Show file tree
Hide file tree
Showing 58 changed files with 7,291 additions and 768 deletions.
57 changes: 56 additions & 1 deletion adsenseplatform/v1alpha/adsenseplatform-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,43 @@
"https://www.googleapis.com/auth/adsense",
"https://www.googleapis.com/auth/adsense.readonly"
]
},
"list": {
"description": "Lists platforms for a specified account.",
"flatPath": "v1alpha/accounts/{accountsId}/platforms",
"httpMethod": "GET",
"id": "adsenseplatform.accounts.platforms.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"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.",
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"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.",
"location": "query",
"type": "string"
},
"parent": {
"description": "Required. The account which owns the platforms. Format: accounts/{account}",
"location": "path",
"pattern": "^accounts/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1alpha/{+parent}/platforms",
"response": {
"$ref": "ListPlatformsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/adsense",
"https://www.googleapis.com/auth/adsense.readonly"
]
}
}
}
Expand Down Expand Up @@ -480,7 +517,7 @@
}
}
},
"revision": "20250106",
"revision": "20250108",
"rootUrl": "https://adsenseplatform.googleapis.com/",
"schemas": {
"Account": {
Expand Down Expand Up @@ -662,6 +699,24 @@
},
"type": "object"
},
"ListPlatformsResponse": {
"description": "Response definition for the platform list rpc.",
"id": "ListPlatformsResponse",
"properties": {
"nextPageToken": {
"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.",
"type": "string"
},
"platforms": {
"description": "The platforms returned in this list response.",
"items": {
"$ref": "Platform"
},
"type": "array"
}
},
"type": "object"
},
"ListSitesResponse": {
"description": "Response definition for the site list rpc.",
"id": "ListSitesResponse",
Expand Down
178 changes: 178 additions & 0 deletions adsenseplatform/v1alpha/adsenseplatform-gen.go

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

Original file line number Diff line number Diff line change
Expand Up @@ -1367,7 +1367,7 @@
}
}
},
"revision": "20241120",
"revision": "20250107",
"rootUrl": "https://authorizedbuyersmarketplace.googleapis.com/",
"schemas": {
"AcceptProposalRequest": {
Expand Down Expand Up @@ -1466,6 +1466,11 @@
"readOnly": true,
"type": "string"
},
"dealOwnerSeatId": {
"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.",
"readOnly": true,
"type": "string"
},
"description": {
"description": "Output only. A description of the auction package.",
"readOnly": true,
Expand All @@ -1476,7 +1481,7 @@
"type": "string"
},
"eligibleSeatIds": {
"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.",
"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.",
"items": {
"type": "string"
},
Expand Down

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

Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,7 @@
}
}
},
"revision": "20241120",
"revision": "20250107",
"rootUrl": "https://authorizedbuyersmarketplace.googleapis.com/",
"schemas": {
"AcceptProposalRequest": {
Expand Down Expand Up @@ -1655,6 +1655,11 @@
"readOnly": true,
"type": "string"
},
"dealOwnerSeatId": {
"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.",
"readOnly": true,
"type": "string"
},
"description": {
"description": "Output only. A description of the auction package.",
"readOnly": true,
Expand All @@ -1665,7 +1670,7 @@
"type": "string"
},
"eligibleSeatIds": {
"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.",
"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.",
"items": {
"type": "string"
},
Expand Down

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

6 changes: 5 additions & 1 deletion cloudasset/v1/cloudasset-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@
}
}
},
"revision": "20241211",
"revision": "20250104",
"rootUrl": "https://cloudasset.googleapis.com/",
"schemas": {
"AccessSelector": {
Expand Down Expand Up @@ -2886,6 +2886,10 @@
"accessLevel": {
"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.",
"type": "string"
},
"resource": {
"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.",
"type": "string"
}
},
"type": "object"
Expand Down
Loading

0 comments on commit d4f41c6

Please sign in to comment.