Skip to content

Commit d846ea5

Browse files
feat(all): auto-regenerate discovery clients (#2022)
1 parent 5e2fcf7 commit d846ea5

Some content is hidden

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

46 files changed

+2317
-561
lines changed

adsense/v2/adsense-api.json

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,11 @@
10611061
"COST_PER_CLICK",
10621062
"ADS_PER_IMPRESSION",
10631063
"TOTAL_EARNINGS",
1064-
"WEBSEARCH_RESULT_PAGES"
1064+
"WEBSEARCH_RESULT_PAGES",
1065+
"FUNNEL_REQUESTS",
1066+
"FUNNEL_IMPRESSIONS",
1067+
"FUNNEL_CLICKS",
1068+
"FUNNEL_RPM"
10651069
],
10661070
"enumDescriptions": [
10671071
"Unspecified metric.",
@@ -1096,7 +1100,11 @@
10961100
"Amount the publisher earns each time a user clicks on an ad. CPC is calculated by dividing the estimated revenue by the number of clicks received.",
10971101
"Number of ad views per impression.",
10981102
"Total earnings are the gross estimated earnings from revenue shared traffic before any parent and child account revenue share is applied.",
1099-
"Number of results pages."
1103+
"Number of results pages.",
1104+
"Number of requests for non-ad units (for example a related search unit). For more information, see [Funnel requests](https://support.google.com/adsense/answer/11586959).",
1105+
"Number of requests for non-ad units ads that returned content that was shown to the user. For more information, see [Funnel impressions](https://support.google.com/adsense/answer/11585767).",
1106+
"Number of times a user clicked on a non-ad unit, triggering further ad requests. For more information, see [Funnel clicks](https://support.google.com/adsense/answer/11586382).",
1107+
"Revenue per thousand funnel impressions. This is calculated by dividing estimated revenue by the number of funnel impressions multiplied by 1000. For more information, see [Funnel RPM](https://support.google.com/adsense/answer/11585979)."
11001108
],
11011109
"location": "query",
11021110
"repeated": true,
@@ -1373,7 +1381,11 @@
13731381
"COST_PER_CLICK",
13741382
"ADS_PER_IMPRESSION",
13751383
"TOTAL_EARNINGS",
1376-
"WEBSEARCH_RESULT_PAGES"
1384+
"WEBSEARCH_RESULT_PAGES",
1385+
"FUNNEL_REQUESTS",
1386+
"FUNNEL_IMPRESSIONS",
1387+
"FUNNEL_CLICKS",
1388+
"FUNNEL_RPM"
13771389
],
13781390
"enumDescriptions": [
13791391
"Unspecified metric.",
@@ -1408,7 +1420,11 @@
14081420
"Amount the publisher earns each time a user clicks on an ad. CPC is calculated by dividing the estimated revenue by the number of clicks received.",
14091421
"Number of ad views per impression.",
14101422
"Total earnings are the gross estimated earnings from revenue shared traffic before any parent and child account revenue share is applied.",
1411-
"Number of results pages."
1423+
"Number of results pages.",
1424+
"Number of requests for non-ad units (for example a related search unit). For more information, see [Funnel requests](https://support.google.com/adsense/answer/11586959).",
1425+
"Number of requests for non-ad units ads that returned content that was shown to the user. For more information, see [Funnel impressions](https://support.google.com/adsense/answer/11585767).",
1426+
"Number of times a user clicked on a non-ad unit, triggering further ad requests. For more information, see [Funnel clicks](https://support.google.com/adsense/answer/11586382).",
1427+
"Revenue per thousand funnel impressions. This is calculated by dividing estimated revenue by the number of funnel impressions multiplied by 1000. For more information, see [Funnel RPM](https://support.google.com/adsense/answer/11585979)."
14121428
],
14131429
"location": "query",
14141430
"repeated": true,
@@ -1828,7 +1844,7 @@
18281844
}
18291845
}
18301846
},
1831-
"revision": "20230531",
1847+
"revision": "20230612",
18321848
"rootUrl": "https://adsense.googleapis.com/",
18331849
"schemas": {
18341850
"Account": {

adsense/v2/adsense-gen.go

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

analyticsadmin/v1alpha/analyticsadmin-api.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4322,7 +4322,7 @@
43224322
}
43234323
}
43244324
},
4325-
"revision": "20230516",
4325+
"revision": "20230612",
43264326
"rootUrl": "https://analyticsadmin.googleapis.com/",
43274327
"schemas": {
43284328
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
@@ -6319,7 +6319,7 @@
63196319
"id": "GoogleAnalyticsAdminV1alphaDataStreamWebStreamData",
63206320
"properties": {
63216321
"defaultUri": {
6322-
"description": "Immutable. Domain name of the web app being measured, or empty. Example: \"http://www.google.com\", \"https://www.google.com\"",
6322+
"description": "Domain name of the web app being measured, or empty. Example: \"http://www.google.com\", \"https://www.google.com\"",
63236323
"type": "string"
63246324
},
63256325
"firebaseAppId": {
@@ -6328,7 +6328,7 @@
63286328
"type": "string"
63296329
},
63306330
"measurementId": {
6331-
"description": "Output only. Analytics \"Measurement ID\", without the \"G-\" prefix. Example: \"G-1A2BCD345E\" would just be \"1A2BCD345E\"",
6331+
"description": "Output only. Analytics Measurement ID. Example: \"G-1A2BCD345E\"",
63326332
"readOnly": true,
63336333
"type": "string"
63346334
}
@@ -6448,7 +6448,7 @@
64486448
"type": "object"
64496449
},
64506450
"GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings": {
6451-
"description": "Singleton resource under a WebDataStream, configuring measurement of additional site interactions and content.",
6451+
"description": "Singleton resource under a web DataStream, configuring measurement of additional site interactions and content.",
64526452
"id": "GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings",
64536453
"properties": {
64546454
"fileDownloadsEnabled": {

analyticsadmin/v1alpha/analyticsadmin-gen.go

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

analyticsadmin/v1beta/analyticsadmin-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,7 @@
15941594
}
15951595
}
15961596
},
1597-
"revision": "20230410",
1597+
"revision": "20230612",
15981598
"rootUrl": "https://analyticsadmin.googleapis.com/",
15991599
"schemas": {
16001600
"GoogleAnalyticsAdminV1betaAccessBetweenFilter": {
@@ -2498,7 +2498,7 @@
24982498
"id": "GoogleAnalyticsAdminV1betaDataStreamWebStreamData",
24992499
"properties": {
25002500
"defaultUri": {
2501-
"description": "Immutable. Domain name of the web app being measured, or empty. Example: \"http://www.google.com\", \"https://www.google.com\"",
2501+
"description": "Domain name of the web app being measured, or empty. Example: \"http://www.google.com\", \"https://www.google.com\"",
25022502
"type": "string"
25032503
},
25042504
"firebaseAppId": {
@@ -2507,7 +2507,7 @@
25072507
"type": "string"
25082508
},
25092509
"measurementId": {
2510-
"description": "Output only. Analytics \"Measurement ID\", without the \"G-\" prefix. Example: \"G-1A2BCD345E\" would just be \"1A2BCD345E\"",
2510+
"description": "Output only. Analytics Measurement ID. Example: \"G-1A2BCD345E\"",
25112511
"readOnly": true,
25122512
"type": "string"
25132513
}

analyticsadmin/v1beta/analyticsadmin-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.

androidpublisher/v3/androidpublisher-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@
632632
"accept": [
633633
"application/octet-stream"
634634
],
635-
"maxSize": "838860800",
635+
"maxSize": "1258291200",
636636
"protocols": {
637637
"resumable": {
638638
"multipart": true,
@@ -4047,7 +4047,7 @@
40474047
}
40484048
}
40494049
},
4050-
"revision": "20230608",
4050+
"revision": "20230612",
40514051
"rootUrl": "https://androidpublisher.googleapis.com/",
40524052
"schemas": {
40534053
"AcquisitionTargetingRule": {

androidpublisher/v3/androidpublisher-gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

baremetalsolution/v2/baremetalsolution-api.json

Lines changed: 8 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -207,34 +207,6 @@
207207
},
208208
"instances": {
209209
"methods": {
210-
"create": {
211-
"description": "Create an Instance.",
212-
"flatPath": "v2/projects/{projectsId}/locations/{locationsId}/instances",
213-
"httpMethod": "POST",
214-
"id": "baremetalsolution.projects.locations.instances.create",
215-
"parameterOrder": [
216-
"parent"
217-
],
218-
"parameters": {
219-
"parent": {
220-
"description": "Required. The parent project and location.",
221-
"location": "path",
222-
"pattern": "^projects/[^/]+/locations/[^/]+$",
223-
"required": true,
224-
"type": "string"
225-
}
226-
},
227-
"path": "v2/{+parent}/instances",
228-
"request": {
229-
"$ref": "Instance"
230-
},
231-
"response": {
232-
"$ref": "Operation"
233-
},
234-
"scopes": [
235-
"https://www.googleapis.com/auth/cloud-platform"
236-
]
237-
},
238210
"detachLun": {
239211
"description": "Detach LUN from Instance.",
240212
"flatPath": "v2/projects/{projectsId}/locations/{locationsId}/instances/{instancesId}:detachLun",
@@ -1605,7 +1577,7 @@
16051577
}
16061578
}
16071579
},
1608-
"revision": "20230522",
1580+
"revision": "20230607",
16091581
"rootUrl": "https://baremetalsolution.googleapis.com/",
16101582
"schemas": {
16111583
"AllowedClient": {
@@ -1970,6 +1942,13 @@
19701942
"$ref": "NetworkAddress",
19711943
"description": "Private network address, if any. Filled if InstanceConfig.multivlan_config is false."
19721944
},
1945+
"sshKeyNames": {
1946+
"description": "List of names of ssh keys used to provision the instance.",
1947+
"items": {
1948+
"type": "string"
1949+
},
1950+
"type": "array"
1951+
},
19731952
"userNote": {
19741953
"description": "User note field, it can be used by customers to add additional information for the BMS Ops team .",
19751954
"type": "string"

0 commit comments

Comments
 (0)