Skip to content

Commit 7a92a9f

Browse files
feat: regenerate index files
1 parent 5ce169b commit 7a92a9f

15 files changed

+447
-19
lines changed

discovery/adsense-v2.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1193,8 +1193,8 @@
11931193
"Number of page views.",
11941194
"Number of ad units that requested ads (for content ads) or search queries (for search ads). An ad request may result in zero, one, or multiple individual ad impressions depending on the size of the ad unit and whether any ads were available.",
11951195
"Requests that returned at least one ad.",
1196-
"Impressions. An impression is counted for each ad request where at least one ad has been downloaded to the users device and has begun to load. It is the number of ad units (for content ads) or search queries (for search ads) that showed ads.",
1197-
"Impressions. An impression is counted for each ad request where at least one ad has been downloaded to the users device and has begun to load. It is the number of ad units (for content ads) or search queries (for search ads) that showed ads.",
1196+
"Impressions. An impression is counted for each ad request where at least one ad has been downloaded to the user's device and has begun to load. It is the number of ad units (for content ads) or search queries (for search ads) that showed ads.",
1197+
"Impressions. An impression is counted for each ad request where at least one ad has been downloaded to the user's device and has begun to load. It is the number of ad units (for content ads) or search queries (for search ads) that showed ads.",
11981198
"Ads shown. Different ad formats will display varying numbers of ads. For example, a vertical banner may consist of 2 or more ads. Also, the number of ads in an ad unit may vary depending on whether the ad unit is displaying standard text ads, expanded text ads or image ads.",
11991199
"Number of times a user clicked on a standard content ad.",
12001200
"Fraction of page views considered to be spam. Only available to premium accounts.",
@@ -1221,7 +1221,7 @@
12211221
"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.",
12221222
"Number of ad views per impression.",
12231223
"Total earnings are the gross estimated earnings from revenue shared traffic before any parent and child account revenue share is applied.",
1224-
"Number of results pages.",
1224+
"Number of results pages. This metric can only be used when generating a report in the Google timezone, not the account timezone. Since the account timezone is the default for report generation, this metric can only be used by explicitly specifying `reportingTimeZone=GOOGLE_TIME_ZONE`.",
12251225
"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).",
12261226
"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).",
12271227
"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).",
@@ -1566,8 +1566,8 @@
15661566
"Number of page views.",
15671567
"Number of ad units that requested ads (for content ads) or search queries (for search ads). An ad request may result in zero, one, or multiple individual ad impressions depending on the size of the ad unit and whether any ads were available.",
15681568
"Requests that returned at least one ad.",
1569-
"Impressions. An impression is counted for each ad request where at least one ad has been downloaded to the users device and has begun to load. It is the number of ad units (for content ads) or search queries (for search ads) that showed ads.",
1570-
"Impressions. An impression is counted for each ad request where at least one ad has been downloaded to the users device and has begun to load. It is the number of ad units (for content ads) or search queries (for search ads) that showed ads.",
1569+
"Impressions. An impression is counted for each ad request where at least one ad has been downloaded to the user's device and has begun to load. It is the number of ad units (for content ads) or search queries (for search ads) that showed ads.",
1570+
"Impressions. An impression is counted for each ad request where at least one ad has been downloaded to the user's device and has begun to load. It is the number of ad units (for content ads) or search queries (for search ads) that showed ads.",
15711571
"Ads shown. Different ad formats will display varying numbers of ads. For example, a vertical banner may consist of 2 or more ads. Also, the number of ads in an ad unit may vary depending on whether the ad unit is displaying standard text ads, expanded text ads or image ads.",
15721572
"Number of times a user clicked on a standard content ad.",
15731573
"Fraction of page views considered to be spam. Only available to premium accounts.",
@@ -1594,7 +1594,7 @@
15941594
"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.",
15951595
"Number of ad views per impression.",
15961596
"Total earnings are the gross estimated earnings from revenue shared traffic before any parent and child account revenue share is applied.",
1597-
"Number of results pages.",
1597+
"Number of results pages. This metric can only be used when generating a report in the Google timezone, not the account timezone. Since the account timezone is the default for report generation, this metric can only be used by explicitly specifying `reportingTimeZone=GOOGLE_TIME_ZONE`.",
15981598
"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).",
15991599
"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).",
16001600
"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).",
@@ -2018,7 +2018,7 @@
20182018
}
20192019
}
20202020
},
2021-
"revision": "20250313",
2021+
"revision": "20250320",
20222022
"rootUrl": "https://adsense.googleapis.com/",
20232023
"schemas": {
20242024
"Account": {

discovery/apigee-v1.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11063,7 +11063,7 @@
1106311063
}
1106411064
}
1106511065
},
11066-
"revision": "20250312",
11066+
"revision": "20250313",
1106711067
"rootUrl": "https://apigee.googleapis.com/",
1106811068
"schemas": {
1106911069
"EdgeConfigstoreBundleBadBundle": {
@@ -14018,7 +14018,7 @@
1401814018
"type": "string"
1401914019
},
1402014020
"targetProjectId": {
14021-
"description": "Required. The ID of the project containing the private DNS zone.",
14021+
"description": "Required. The ID of the project that contains the producer VPC network.",
1402214022
"type": "string"
1402314023
}
1402414024
},

discovery/chat-v1.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1184,6 +1184,8 @@
11841184
"$ref": "SpaceEvent"
11851185
},
11861186
"scopes": [
1187+
"https://www.googleapis.com/auth/chat.app.memberships",
1188+
"https://www.googleapis.com/auth/chat.app.spaces",
11871189
"https://www.googleapis.com/auth/chat.memberships",
11881190
"https://www.googleapis.com/auth/chat.memberships.readonly",
11891191
"https://www.googleapis.com/auth/chat.messages",
@@ -1232,6 +1234,8 @@
12321234
"$ref": "ListSpaceEventsResponse"
12331235
},
12341236
"scopes": [
1237+
"https://www.googleapis.com/auth/chat.app.memberships",
1238+
"https://www.googleapis.com/auth/chat.app.spaces",
12351239
"https://www.googleapis.com/auth/chat.memberships",
12361240
"https://www.googleapis.com/auth/chat.memberships.readonly",
12371241
"https://www.googleapis.com/auth/chat.messages",
@@ -1410,7 +1414,7 @@
14101414
}
14111415
}
14121416
},
1413-
"revision": "20250313",
1417+
"revision": "20250316",
14141418
"rootUrl": "https://chat.googleapis.com/",
14151419
"schemas": {
14161420
"AccessSettings": {

discovery/gkehub-v1.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -2111,7 +2111,7 @@
21112111
}
21122112
}
21132113
},
2114-
"revision": "20250302",
2114+
"revision": "20250313",
21152115
"rootUrl": "https://gkehub.googleapis.com/",
21162116
"schemas": {
21172117
"AppDevExperienceFeatureSpec": {
@@ -6245,6 +6245,11 @@
62456245
"QUOTA_EXCEEDED_HTTP_FILTERS",
62466246
"QUOTA_EXCEEDED_TCP_FILTERS",
62476247
"QUOTA_EXCEEDED_NETWORK_ENDPOINT_GROUPS",
6248+
"LEGACY_MC_SECRETS",
6249+
"WORKLOAD_IDENTITY_REQUIRED",
6250+
"NON_STANDARD_BINARY_USAGE",
6251+
"UNSUPPORTED_GATEWAY_CLASS",
6252+
"MANAGED_CNI_NOT_ENABLED",
62486253
"MODERNIZATION_SCHEDULED",
62496254
"MODERNIZATION_IN_PROGRESS",
62506255
"MODERNIZATION_COMPLETED",
@@ -6284,6 +6289,11 @@
62846289
"HTTPFilter quota exceeded error code.",
62856290
"TCPFilter quota exceeded error code.",
62866291
"NetworkEndpointGroup quota exceeded error code.",
6292+
"Legacy istio secrets found for multicluster error code",
6293+
"Workload identity required error code",
6294+
"Non-standard binary usage error code",
6295+
"Unsupported gateway class error code",
6296+
"Managed CNI not enabled error code",
62876297
"Modernization is scheduled for a cluster.",
62886298
"Modernization is in progress for a cluster.",
62896299
"Modernization is completed for a cluster.",

discovery/gkehub-v1alpha.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -2255,7 +2255,7 @@
22552255
}
22562256
}
22572257
},
2258-
"revision": "20250302",
2258+
"revision": "20250313",
22592259
"rootUrl": "https://gkehub.googleapis.com/",
22602260
"schemas": {
22612261
"AppDevExperienceFeatureSpec": {
@@ -6817,6 +6817,11 @@
68176817
"QUOTA_EXCEEDED_HTTP_FILTERS",
68186818
"QUOTA_EXCEEDED_TCP_FILTERS",
68196819
"QUOTA_EXCEEDED_NETWORK_ENDPOINT_GROUPS",
6820+
"LEGACY_MC_SECRETS",
6821+
"WORKLOAD_IDENTITY_REQUIRED",
6822+
"NON_STANDARD_BINARY_USAGE",
6823+
"UNSUPPORTED_GATEWAY_CLASS",
6824+
"MANAGED_CNI_NOT_ENABLED",
68206825
"MODERNIZATION_SCHEDULED",
68216826
"MODERNIZATION_IN_PROGRESS",
68226827
"MODERNIZATION_COMPLETED",
@@ -6856,6 +6861,11 @@
68566861
"HTTPFilter quota exceeded error code.",
68576862
"TCPFilter quota exceeded error code.",
68586863
"NetworkEndpointGroup quota exceeded error code.",
6864+
"Legacy istio secrets found for multicluster error code",
6865+
"Workload identity required error code",
6866+
"Non-standard binary usage error code",
6867+
"Unsupported gateway class error code",
6868+
"Managed CNI not enabled error code",
68596869
"Modernization is scheduled for a cluster.",
68606870
"Modernization is in progress for a cluster.",
68616871
"Modernization is completed for a cluster.",

discovery/gkehub-v1beta.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -2111,7 +2111,7 @@
21112111
}
21122112
}
21132113
},
2114-
"revision": "20250302",
2114+
"revision": "20250313",
21152115
"rootUrl": "https://gkehub.googleapis.com/",
21162116
"schemas": {
21172117
"AppDevExperienceFeatureSpec": {
@@ -6371,6 +6371,11 @@
63716371
"QUOTA_EXCEEDED_HTTP_FILTERS",
63726372
"QUOTA_EXCEEDED_TCP_FILTERS",
63736373
"QUOTA_EXCEEDED_NETWORK_ENDPOINT_GROUPS",
6374+
"LEGACY_MC_SECRETS",
6375+
"WORKLOAD_IDENTITY_REQUIRED",
6376+
"NON_STANDARD_BINARY_USAGE",
6377+
"UNSUPPORTED_GATEWAY_CLASS",
6378+
"MANAGED_CNI_NOT_ENABLED",
63746379
"MODERNIZATION_SCHEDULED",
63756380
"MODERNIZATION_IN_PROGRESS",
63766381
"MODERNIZATION_COMPLETED",
@@ -6410,6 +6415,11 @@
64106415
"HTTPFilter quota exceeded error code.",
64116416
"TCPFilter quota exceeded error code.",
64126417
"NetworkEndpointGroup quota exceeded error code.",
6418+
"Legacy istio secrets found for multicluster error code",
6419+
"Workload identity required error code",
6420+
"Non-standard binary usage error code",
6421+
"Unsupported gateway class error code",
6422+
"Managed CNI not enabled error code",
64136423
"Modernization is scheduled for a cluster.",
64146424
"Modernization is in progress for a cluster.",
64156425
"Modernization is completed for a cluster.",

discovery/gkehub-v2.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@
471471
}
472472
}
473473
},
474-
"revision": "20250302",
474+
"revision": "20250313",
475475
"rootUrl": "https://gkehub.googleapis.com/",
476476
"schemas": {
477477
"AppDevExperienceState": {
@@ -2988,6 +2988,11 @@
29882988
"QUOTA_EXCEEDED_HTTP_FILTERS",
29892989
"QUOTA_EXCEEDED_TCP_FILTERS",
29902990
"QUOTA_EXCEEDED_NETWORK_ENDPOINT_GROUPS",
2991+
"LEGACY_MC_SECRETS",
2992+
"WORKLOAD_IDENTITY_REQUIRED",
2993+
"NON_STANDARD_BINARY_USAGE",
2994+
"UNSUPPORTED_GATEWAY_CLASS",
2995+
"MANAGED_CNI_NOT_ENABLED",
29912996
"MODERNIZATION_SCHEDULED",
29922997
"MODERNIZATION_IN_PROGRESS",
29932998
"MODERNIZATION_COMPLETED",
@@ -3027,6 +3032,11 @@
30273032
"HTTPFilter quota exceeded error code.",
30283033
"TCPFilter quota exceeded error code.",
30293034
"NetworkEndpointGroup quota exceeded error code.",
3035+
"Legacy istio secrets found for multicluster error code",
3036+
"Workload identity required error code",
3037+
"Non-standard binary usage error code",
3038+
"Unsupported gateway class error code",
3039+
"Managed CNI not enabled error code",
30303040
"Modernization is scheduled for a cluster.",
30313041
"Modernization is in progress for a cluster.",
30323042
"Modernization is completed for a cluster.",

discovery/gkehub-v2alpha.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@
471471
}
472472
}
473473
},
474-
"revision": "20250302",
474+
"revision": "20250313",
475475
"rootUrl": "https://gkehub.googleapis.com/",
476476
"schemas": {
477477
"AppDevExperienceState": {
@@ -2988,6 +2988,11 @@
29882988
"QUOTA_EXCEEDED_HTTP_FILTERS",
29892989
"QUOTA_EXCEEDED_TCP_FILTERS",
29902990
"QUOTA_EXCEEDED_NETWORK_ENDPOINT_GROUPS",
2991+
"LEGACY_MC_SECRETS",
2992+
"WORKLOAD_IDENTITY_REQUIRED",
2993+
"NON_STANDARD_BINARY_USAGE",
2994+
"UNSUPPORTED_GATEWAY_CLASS",
2995+
"MANAGED_CNI_NOT_ENABLED",
29912996
"MODERNIZATION_SCHEDULED",
29922997
"MODERNIZATION_IN_PROGRESS",
29932998
"MODERNIZATION_COMPLETED",
@@ -3027,6 +3032,11 @@
30273032
"HTTPFilter quota exceeded error code.",
30283033
"TCPFilter quota exceeded error code.",
30293034
"NetworkEndpointGroup quota exceeded error code.",
3035+
"Legacy istio secrets found for multicluster error code",
3036+
"Workload identity required error code",
3037+
"Non-standard binary usage error code",
3038+
"Unsupported gateway class error code",
3039+
"Managed CNI not enabled error code",
30303040
"Modernization is scheduled for a cluster.",
30313041
"Modernization is in progress for a cluster.",
30323042
"Modernization is completed for a cluster.",

discovery/gkehub-v2beta.json

+11-1
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@
471471
}
472472
}
473473
},
474-
"revision": "20250302",
474+
"revision": "20250313",
475475
"rootUrl": "https://gkehub.googleapis.com/",
476476
"schemas": {
477477
"AppDevExperienceState": {
@@ -2988,6 +2988,11 @@
29882988
"QUOTA_EXCEEDED_HTTP_FILTERS",
29892989
"QUOTA_EXCEEDED_TCP_FILTERS",
29902990
"QUOTA_EXCEEDED_NETWORK_ENDPOINT_GROUPS",
2991+
"LEGACY_MC_SECRETS",
2992+
"WORKLOAD_IDENTITY_REQUIRED",
2993+
"NON_STANDARD_BINARY_USAGE",
2994+
"UNSUPPORTED_GATEWAY_CLASS",
2995+
"MANAGED_CNI_NOT_ENABLED",
29912996
"MODERNIZATION_SCHEDULED",
29922997
"MODERNIZATION_IN_PROGRESS",
29932998
"MODERNIZATION_COMPLETED",
@@ -3027,6 +3032,11 @@
30273032
"HTTPFilter quota exceeded error code.",
30283033
"TCPFilter quota exceeded error code.",
30293034
"NetworkEndpointGroup quota exceeded error code.",
3035+
"Legacy istio secrets found for multicluster error code",
3036+
"Workload identity required error code",
3037+
"Non-standard binary usage error code",
3038+
"Unsupported gateway class error code",
3039+
"Managed CNI not enabled error code",
30303040
"Modernization is scheduled for a cluster.",
30313041
"Modernization is in progress for a cluster.",
30323042
"Modernization is completed for a cluster.",

discovery/index.json

+14
Original file line numberDiff line numberDiff line change
@@ -4836,6 +4836,20 @@
48364836
"title": "Google OAuth2 API",
48374837
"version": "v2"
48384838
},
4839+
{
4840+
"description": "",
4841+
"discoveryRestUrl": "https://observability.googleapis.com/$discovery/rest?version=v1",
4842+
"icons": {
4843+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
4844+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
4845+
},
4846+
"id": "observability:v1",
4847+
"kind": "discovery#directoryItem",
4848+
"name": "observability",
4849+
"preferred": true,
4850+
"title": "Observability API",
4851+
"version": "v1"
4852+
},
48394853
{
48404854
"description": "A service to scan container images for vulnerabilities.",
48414855
"discoveryRestUrl": "https://ondemandscanning.googleapis.com/$discovery/rest?version=v1beta1",

discovery/integrations-v1.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -1206,6 +1206,11 @@
12061206
"parent"
12071207
],
12081208
"parameters": {
1209+
"enableNaturalLanguageQueryUnderstanding": {
1210+
"description": "Optional. Whether to enable natural language query understanding.",
1211+
"location": "query",
1212+
"type": "boolean"
1213+
},
12091214
"filter": {
12101215
"description": "Optional. The pre-filter to be applied to the search. This should follow the expressions defined in https://cloud.google.com/generative-ai-app-builder/docs/filter-search-metadata. For example, \"status:ANY(\"ACTIVE\")\" will return all the resources whose status contains the \"ACTIVE\".",
12111216
"location": "query",
@@ -4546,7 +4551,7 @@
45464551
}
45474552
}
45484553
},
4549-
"revision": "20250310",
4554+
"revision": "20250316",
45504555
"rootUrl": "https://integrations.googleapis.com/",
45514556
"schemas": {
45524557
"CrmlogErrorCode": {
@@ -10754,6 +10759,10 @@
1075410759
"description": "Description of what the client is used for",
1075510760
"type": "string"
1075610761
},
10762+
"enableHttpCall": {
10763+
"description": "Optional. Indicates the client enables making HTTP call.",
10764+
"type": "boolean"
10765+
},
1075710766
"enableInternalIp": {
1075810767
"description": "Optional. Indicates the client enables internal IP feature, this is applicable for internal clients only.",
1075910768
"type": "boolean"
@@ -13111,6 +13120,10 @@
1311113120
"description": "Optional. Indicates if sample workflow should be created along with provisioning",
1311213121
"type": "boolean"
1311313122
},
13123+
"enableHttpCall": {
13124+
"description": "Optional. Indicates if the client should be allowed to make HTTP calls.",
13125+
"type": "boolean"
13126+
},
1311413127
"provisionGmek": {
1311513128
"deprecated": true,
1311613129
"description": "Optional. Deprecated. Indicates provision with GMEK or CMEK. This field is deprecated and the provision would always be GMEK if cloud_kms_config is not present in the request.",

0 commit comments

Comments
 (0)