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: run the generator #3366

Merged
merged 36 commits into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
549c77c
feat(adsense)!: update the API
yoshi-automation Oct 19, 2023
02b8bcd
feat(aiplatform): update the API
yoshi-automation Oct 19, 2023
9c52209
feat(alloydb): update the API
yoshi-automation Oct 19, 2023
41e210e
fix(androidmanagement): update the API
yoshi-automation Oct 19, 2023
7a15457
feat(appengine)!: update the API
yoshi-automation Oct 19, 2023
bd98eb0
feat(beyondcorp)!: update the API
yoshi-automation Oct 19, 2023
c61a9a1
feat(bigquery)!: update the API
yoshi-automation Oct 19, 2023
4977483
feat(bigtableadmin)!: update the API
yoshi-automation Oct 19, 2023
b9f89e6
fix(cloudasset): update the API
yoshi-automation Oct 19, 2023
d7bd367
feat(cloudbuild): update the API
yoshi-automation Oct 19, 2023
36fd635
feat(cloudfunctions): update the API
yoshi-automation Oct 19, 2023
cd7d128
feat(compute): update the API
yoshi-automation Oct 19, 2023
515886c
feat(connectors): update the API
yoshi-automation Oct 19, 2023
b0a97de
feat(containeranalysis)!: update the API
yoshi-automation Oct 19, 2023
c2f2690
feat(content): update the API
yoshi-automation Oct 19, 2023
b1625d7
feat(contentwarehouse)!: update the API
yoshi-automation Oct 19, 2023
f8c0337
fix(datamigration): update the API
yoshi-automation Oct 19, 2023
47cd9f6
feat(discoveryengine)!: update the API
yoshi-automation Oct 19, 2023
0ada248
fix(firebaseappcheck): update the API
yoshi-automation Oct 19, 2023
f7a7c87
fix(gkebackup): update the API
yoshi-automation Oct 19, 2023
9021e00
feat(gkehub): update the API
yoshi-automation Oct 19, 2023
56bf215
feat(gkeonprem): update the API
yoshi-automation Oct 19, 2023
f5969e2
feat(healthcare): update the API
yoshi-automation Oct 19, 2023
f8a08de
fix(iap): update the API
yoshi-automation Oct 19, 2023
6dbed6f
fix(logging): update the API
yoshi-automation Oct 19, 2023
0d26e56
fix(managedidentities): update the API
yoshi-automation Oct 19, 2023
25c434e
fix(metastore): update the API
yoshi-automation Oct 19, 2023
f75d1e2
feat(ondemandscanning): update the API
yoshi-automation Oct 19, 2023
19e9f39
fix(paymentsresellersubscription): update the API
yoshi-automation Oct 19, 2023
fbe2ded
feat(places)!: update the API
yoshi-automation Oct 19, 2023
3f89309
fix(retail): update the API
yoshi-automation Oct 19, 2023
3d1c915
feat(storage): update the API
yoshi-automation Oct 19, 2023
3a2fc35
fix(vmmigration): update the API
yoshi-automation Oct 19, 2023
dde9484
fix(workflows): update the API
yoshi-automation Oct 19, 2023
bc6589a
feat(workstations): update the API
yoshi-automation Oct 19, 2023
d2bd820
feat: regenerate index files
yoshi-automation Oct 19, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions discovery/adexchangebuyer2-v2beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2568,7 +2568,7 @@
}
}
},
"revision": "20230808",
"revision": "20231018",
"rootUrl": "https://adexchangebuyer.googleapis.com/",
"schemas": {
"AbsoluteDateRange": {
Expand Down Expand Up @@ -3109,7 +3109,8 @@
"NON_INTERSTITIAL",
"IN_BANNER_VIDEO",
"RENDERING_SIZELESS_ADX",
"OMSDK_1_0"
"OMSDK_1_0",
"RENDERING_PLAYABLE"
],
"enumDescriptions": [
"Do not use. This is a placeholder value only.",
Expand Down Expand Up @@ -3149,7 +3150,8 @@
"The creative has an interstitial size of non interstitial. For pretargeting.",
"The video type is in-banner video.",
"The creative can dynamically resize to fill a variety of slot sizes.",
"The open measurement SDK is supported."
"The open measurement SDK is supported.",
"The creative is considered a playable display creative."
],
"type": "string"
},
Expand Down
189 changes: 1 addition & 188 deletions discovery/adsense-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -837,72 +837,6 @@
}
}
},
"policyIssues": {
"methods": {
"get": {
"description": "Gets information about the selected policy issue.",
"flatPath": "v2/accounts/{accountsId}/policyIssues/{policyIssuesId}",
"httpMethod": "GET",
"id": "adsense.accounts.policyIssues.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. Name of the policy issue. Format: accounts/{account}/policyIssues/{policy_issue}",
"location": "path",
"pattern": "^accounts/[^/]+/policyIssues/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2/{+name}",
"response": {
"$ref": "PolicyIssue"
},
"scopes": [
"https://www.googleapis.com/auth/adsense"
]
},
"list": {
"description": "Lists all the policy issues for the specified account.",
"flatPath": "v2/accounts/{accountsId}/policyIssues",
"httpMethod": "GET",
"id": "adsense.accounts.policyIssues.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"description": "The maximum number of policy issues to include in the response, used for paging. If unspecified, at most 10000 policy issues will be returned. The maximum value is 10000; values above 10000 will be coerced to 10000.",
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"description": "A page token, received from a previous `ListPolicyIssues` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListPolicyIssues` must match the call that provided the page token.",
"location": "query",
"type": "string"
},
"parent": {
"description": "Required. The account for which policy issues are being retrieved. Format: accounts/{account}",
"location": "path",
"pattern": "^accounts/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2/{+parent}/policyIssues",
"response": {
"$ref": "ListPolicyIssuesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/adsense",
"https://www.googleapis.com/auth/adsense.readonly"
]
}
}
},
"reports": {
"methods": {
"generate": {
Expand Down Expand Up @@ -1910,7 +1844,7 @@
}
}
},
"revision": "20231011",
"revision": "20231018",
"rootUrl": "https://adsense.googleapis.com/",
"schemas": {
"Account": {
Expand Down Expand Up @@ -2457,24 +2391,6 @@
},
"type": "object"
},
"ListPolicyIssuesResponse": {
"description": "Response definition for the policy issues list rpc. Policy issues are reported only if the publisher has at least one AFC ad client in READY or GETTING_READY state. If the publisher has no such AFC ad client, the response will be an empty list.",
"id": "ListPolicyIssuesResponse",
"properties": {
"nextPageToken": {
"description": "Continuation token used to page through policy issues. To retrieve the next page of the results, set the next request's \"page_token\" value to this.",
"type": "string"
},
"policyIssues": {
"description": "The policy issues returned in the list response.",
"items": {
"$ref": "PolicyIssue"
},
"type": "array"
}
},
"type": "object"
},
"ListSavedReportsResponse": {
"description": "Response definition for the saved reports list rpc.",
"id": "ListSavedReportsResponse",
Expand Down Expand Up @@ -2551,109 +2467,6 @@
},
"type": "object"
},
"PolicyIssue": {
"description": "Representation of a policy issue for a single entity (site, site-section, or page). All issues for a single entity are represented by a single PolicyIssue resource, though that PolicyIssue can have multiple causes (or \"topics\") that can change over time. Policy issues are removed if there are no issues detected recently or if there's a recent successful appeal for the entity.",
"id": "PolicyIssue",
"properties": {
"action": {
"description": "Required. The most severe action taken on the entity over the past seven days.",
"enum": [
"ENFORCEMENT_ACTION_UNSPECIFIED",
"WARNED",
"AD_SERVING_RESTRICTED",
"AD_SERVING_DISABLED",
"AD_SERVED_WITH_CLICK_CONFIRMATION"
],
"enumDescriptions": [
"The action is unspecified.",
"No ad serving enforcement is currently present, but enforcement will start on the `warning_escalation_date` if the issue is not resolved.",
"Ad serving demand has been restricted on the entity.",
"Ad serving has been disabled on the entity.",
"Ads are being served for the entity but Confirmed Click is being applied to the ads. See https://support.google.com/adsense/answer/10025624."
],
"type": "string"
},
"adClients": {
"description": "Optional. List of ad clients associated with the policy issue (either as the primary ad client or an associated host/secondary ad client). In the latter case, this will be an ad client that is not owned by the current account.",
"items": {
"type": "string"
},
"type": "array"
},
"adRequestCount": {
"description": "Required. Total number of ad requests affected by the policy violations over the past seven days.",
"format": "int64",
"type": "string"
},
"entityType": {
"description": "Required. Type of the entity indicating if the entity is a site, site-section, or page.",
"enum": [
"ENTITY_TYPE_UNSPECIFIED",
"SITE",
"SITE_SECTION",
"PAGE"
],
"enumDescriptions": [
"The entity type is unspecified.",
"The enforced entity is an entire website.",
"The enforced entity is a particular section of a website. All the pages with this prefix are enforced.",
"The enforced entity is a single web page."
],
"type": "string"
},
"firstDetectedDate": {
"$ref": "Date",
"description": "Required. The date (in the America/Los_Angeles timezone) when policy violations were first detected on the entity."
},
"lastDetectedDate": {
"$ref": "Date",
"description": "Required. The date (in the America/Los_Angeles timezone) when policy violations were last detected on the entity."
},
"name": {
"description": "Required. Resource name of the entity with policy issues. Format: accounts/{account}/policyIssues/{policy_issue}",
"type": "string"
},
"policyTopics": {
"description": "Required. Unordered list. The policy topics that this entity was found to violate over the past seven days.",
"items": {
"$ref": "PolicyTopic"
},
"type": "array"
},
"site": {
"description": "Required. Hostname/domain of the entity (for example \"foo.com\" or \"www.foo.com\"). This _should_ be a bare domain/host name without any protocol. This will be present for all policy issues.",
"type": "string"
},
"siteSection": {
"description": "Optional. Prefix of the site-section having policy issues (For example \"foo.com/bar-section\"). This will be present if the `entity_type` is `SITE_SECTION` and will be absent for other entity types.",
"type": "string"
},
"uri": {
"description": "Optional. URI of the page having policy violations (for example \"foo.com/bar\" or \"www.foo.com/bar\"). This will be present if the `entity_type` is `PAGE` and will be absent for other entity types.",
"type": "string"
},
"warningEscalationDate": {
"$ref": "Date",
"description": "Optional. The date (in the America/Los_Angeles timezone) when the entity will have ad serving demand restricted or ad serving disabled. This is present only for issues with a `WARNED` enforcement action. See https://support.google.com/adsense/answer/11066888."
}
},
"type": "object"
},
"PolicyTopic": {
"description": "Information about a particular policy topic. A policy topic represents a single class of policy issue that can impact ad serving for your site. For example, sexual content or having ads that obscure your content. A single policy issue can have multiple policy topics for a single entity.",
"id": "PolicyTopic",
"properties": {
"mustFix": {
"description": "Required. Indicates if this is a policy violation or not. When the value is true, issues that are instances of this topic must be addressed to remain in compliance with the partner's agreements with Google. A false value indicates that it's not mandatory to fix the issues but advertising demand might be restricted.",
"type": "boolean"
},
"topic": {
"description": "Required. The policy topic. For example, \"sexual-content\" or \"ads-obscuring-content\".\"",
"type": "string"
}
},
"type": "object"
},
"ReportResult": {
"description": "Result of a generated report.",
"id": "ReportResult",
Expand Down
Loading
Loading