Skip to content

Commit 2920346

Browse files
feat(all): auto-regenerate discovery clients (#3066)
1 parent 086437d commit 2920346

38 files changed

+2229
-219
lines changed

adsense/v2/adsense-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2018,7 +2018,7 @@
20182018
}
20192019
}
20202020
},
2021-
"revision": "20250224",
2021+
"revision": "20250313",
20222022
"rootUrl": "https://adsense.googleapis.com/",
20232023
"schemas": {
20242024
"Account": {
@@ -2679,7 +2679,7 @@
26792679
"Ad serving demand has been restricted on the entity.",
26802680
"Ad serving has been disabled on the entity.",
26812681
"Ads are being served for the entity but Confirmed Click is being applied to the ads. See https://support.google.com/adsense/answer/10025624.",
2682-
"Ad personalization is restricted because the ad requests coming from the EEA and UK do not have a TCF string or the Consent Management Platform (CMP) indicated by the TCF string is not Google certified. As a result, basic/limited ads will be served. See https://support.google.com/adsense/answer/13554116"
2682+
"Ad personalization is restricted because the ad requests coming from the EEA and UK do not have a TCF string or the Consent Management Platform (CMP) indicated by the TCF string is not Google certified. As a result, basic/limited ads will be served. See https://support.google.com/adsense/answer/13554116."
26832683
],
26842684
"type": "string"
26852685
},
@@ -2772,7 +2772,7 @@
27722772
],
27732773
"enumDescriptions": [
27742774
"The type is unspecified.",
2775-
"Topics that are primarily related to the Google Publisher Policy (GPP) https://support.google.com/publisherpolicies/answer/10502938 or the Google Publisher Restrictions (GPR) policies https://support.google.com/publisherpolicies/answer/10437795.",
2775+
"Topics that are primarily related to the Google Publisher Policy (GPP) (https://support.google.com/publisherpolicies/answer/10502938) or the Google Publisher Restrictions (GPR) policies (https://support.google.com/publisherpolicies/answer/10437795).",
27762776
"Topics that are related to advertiser preferences. Certain advertisers may choose not to bid on content that are labeled with certain policies.",
27772777
"Any topics that are a result of a country or regional regulatory requirement body."
27782778
],

adsense/v2/adsense-gen.go

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

appengine/v1beta/appengine-api.json

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1762,6 +1762,55 @@
17621762
},
17631763
"resources": {
17641764
"applications": {
1765+
"methods": {
1766+
"patch": {
1767+
"description": "Updates the specified Application resource. You can update the following fields: auth_domain - Google authentication domain for controlling user access to the application. default_cookie_expiration - Cookie expiration policy for the application. iap - Identity-Aware Proxy properties for the application.",
1768+
"flatPath": "v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}",
1769+
"httpMethod": "PATCH",
1770+
"id": "appengine.projects.locations.applications.patch",
1771+
"parameterOrder": [
1772+
"projectsId",
1773+
"locationsId",
1774+
"applicationsId"
1775+
],
1776+
"parameters": {
1777+
"applicationsId": {
1778+
"description": "Part of `name`. See documentation of `projectsId`.",
1779+
"location": "path",
1780+
"required": true,
1781+
"type": "string"
1782+
},
1783+
"locationsId": {
1784+
"description": "Part of `name`. See documentation of `projectsId`.",
1785+
"location": "path",
1786+
"required": true,
1787+
"type": "string"
1788+
},
1789+
"projectsId": {
1790+
"description": "Part of `name`. Name of the Application resource to update. Example: apps/myapp.",
1791+
"location": "path",
1792+
"required": true,
1793+
"type": "string"
1794+
},
1795+
"updateMask": {
1796+
"description": "Required. Standard field mask for the set of fields to be updated.",
1797+
"format": "google-fieldmask",
1798+
"location": "query",
1799+
"type": "string"
1800+
}
1801+
},
1802+
"path": "v1beta/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}",
1803+
"request": {
1804+
"$ref": "Application"
1805+
},
1806+
"response": {
1807+
"$ref": "Operation"
1808+
},
1809+
"scopes": [
1810+
"https://www.googleapis.com/auth/cloud-platform"
1811+
]
1812+
}
1813+
},
17651814
"resources": {
17661815
"authorizedDomains": {
17671816
"methods": {
@@ -2025,7 +2074,7 @@
20252074
}
20262075
}
20272076
},
2028-
"revision": "20250223",
2077+
"revision": "20250310",
20292078
"rootUrl": "https://appengine.googleapis.com/",
20302079
"schemas": {
20312080
"ApiConfigHandler": {

appengine/v1beta/appengine-gen.go

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

bigquery/v2/bigquery-api.json

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2256,7 +2256,7 @@
22562256
}
22572257
}
22582258
},
2259-
"revision": "20250216",
2259+
"revision": "20250302",
22602260
"rootUrl": "https://bigquery.googleapis.com/",
22612261
"schemas": {
22622262
"AggregateClassificationMetrics": {
@@ -3375,6 +3375,13 @@
33753375
"description": "Optional. Specifies a string that represents a null value in a CSV file. For example, if you specify \"\\N\", BigQuery interprets \"\\N\" as a null value when querying a CSV file. The default value is the empty string. If you set this property to a custom value, BigQuery throws an error if an empty string is present for all data types except for STRING and BYTE. For STRING and BYTE columns, BigQuery interprets the empty string as an empty value.",
33763376
"type": "string"
33773377
},
3378+
"nullMarkers": {
3379+
"description": "Optional. A list of strings represented as SQL NULL value in a CSV file. null_marker and null_markers can't be set at the same time. If null_marker is set, null_markers has to be not set. If null_markers is set, null_marker has to be not set. If both null_marker and null_markers are set at the same time, a user error would be thrown. Any strings listed in null_markers, including empty string would be interpreted as SQL NULL. This applies to all column types.",
3380+
"items": {
3381+
"type": "string"
3382+
},
3383+
"type": "array"
3384+
},
33783385
"preserveAsciiControlCharacters": {
33793386
"description": "Optional. Indicates if the embedded ASCII control characters (the first 32 characters in the ASCII-table, from '\\x00' to '\\x1F') are preserved.",
33803387
"type": "boolean"
@@ -3389,6 +3396,10 @@
33893396
"description": "Optional. The number of rows at the top of a CSV file that BigQuery will skip when reading the data. The default value is 0. This property is useful if you have header rows in the file that should be skipped. When autodetect is on, the behavior is the following: * skipLeadingRows unspecified - Autodetect tries to detect headers in the first row. If they are not detected, the row is read as data. Otherwise data is read starting from the second row. * skipLeadingRows is 0 - Instructs autodetect that there are no headers and data should be read starting from the first row. * skipLeadingRows = N \u003e 0 - Autodetect skips N-1 rows and tries to detect headers in row N. If headers are not detected, row N is just skipped. Otherwise row N is used to extract column names for the detected schema.",
33903397
"format": "int64",
33913398
"type": "string"
3399+
},
3400+
"sourceColumnMatch": {
3401+
"description": "Optional. Controls the strategy used to match loaded columns to the schema. If not set, a sensible default is chosen based on how the schema is provided. If autodetect is used, then columns are matched by name. Otherwise, columns are matched by position. This is done to keep the behavior backward-compatible. Acceptable values are: POSITION - matches by position. This assumes that the columns are ordered the same way as the schema. NAME - matches by name. This reads the header row as column names and reorders columns to match the field names in the schema.",
3402+
"type": "string"
33923403
}
33933404
},
33943405
"type": "object"
@@ -5468,6 +5479,13 @@
54685479
"description": "Optional. Specifies a string that represents a null value in a CSV file. For example, if you specify \"\\N\", BigQuery interprets \"\\N\" as a null value when loading a CSV file. The default value is the empty string. If you set this property to a custom value, BigQuery throws an error if an empty string is present for all data types except for STRING and BYTE. For STRING and BYTE columns, BigQuery interprets the empty string as an empty value.",
54695480
"type": "string"
54705481
},
5482+
"nullMarkers": {
5483+
"description": "Optional. A list of strings represented as SQL NULL value in a CSV file. null_marker and null_markers can't be set at the same time. If null_marker is set, null_markers has to be not set. If null_markers is set, null_marker has to be not set. If both null_marker and null_markers are set at the same time, a user error would be thrown. Any strings listed in null_markers, including empty string would be interpreted as SQL NULL. This applies to all column types.",
5484+
"items": {
5485+
"type": "string"
5486+
},
5487+
"type": "array"
5488+
},
54715489
"parquetOptions": {
54725490
"$ref": "ParquetOptions",
54735491
"description": "Optional. Additional properties to set if sourceFormat is set to PARQUET."
@@ -5521,6 +5539,20 @@
55215539
"format": "int32",
55225540
"type": "integer"
55235541
},
5542+
"sourceColumnMatch": {
5543+
"description": "Optional. Controls the strategy used to match loaded columns to the schema. If not set, a sensible default is chosen based on how the schema is provided. If autodetect is used, then columns are matched by name. Otherwise, columns are matched by position. This is done to keep the behavior backward-compatible.",
5544+
"enum": [
5545+
"SOURCE_COLUMN_MATCH_UNSPECIFIED",
5546+
"POSITION",
5547+
"NAME"
5548+
],
5549+
"enumDescriptions": [
5550+
"Uses sensible defaults based on how the schema is provided. If autodetect is used, then columns are matched by name. Otherwise, columns are matched by position. This is done to keep the behavior backward-compatible.",
5551+
"Matches by position. This assumes that the columns are ordered the same way as the schema.",
5552+
"Matches by name. This reads the header row as column names and reorders columns to match the field names in the schema."
5553+
],
5554+
"type": "string"
5555+
},
55245556
"sourceFormat": {
55255557
"description": "Optional. The format of the data files. For CSV files, specify \"CSV\". For datastore backups, specify \"DATASTORE_BACKUP\". For newline-delimited JSON, specify \"NEWLINE_DELIMITED_JSON\". For Avro, specify \"AVRO\". For parquet, specify \"PARQUET\". For orc, specify \"ORC\". The default value is CSV.",
55265558
"type": "string"

0 commit comments

Comments
 (0)