Skip to content

Commit 6e81c8f

Browse files
feat(all): auto-regenerate discovery clients (#2765)
1 parent d9ef5ce commit 6e81c8f

File tree

4 files changed

+121
-9
lines changed

4 files changed

+121
-9
lines changed

‎alloydb/v1beta/alloydb-api.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1486,7 +1486,7 @@
14861486
}
14871487
}
14881488
},
1489-
"revision": "20240806",
1489+
"revision": "20240823",
14901490
"rootUrl": "https://alloydb.googleapis.com/",
14911491
"schemas": {
14921492
"AuthorizedNetwork": {
@@ -3437,6 +3437,10 @@
34373437
"description": "Configuration for availability of database instance",
34383438
"id": "StorageDatabasecenterPartnerapiV1mainAvailabilityConfiguration",
34393439
"properties": {
3440+
"automaticFailoverRoutingConfigured": {
3441+
"description": "Checks for existence of (multi-cluster) routing configuration that allows automatic failover to a different zone/region in case of an outage. Applicable to Bigtable resources.",
3442+
"type": "boolean"
3443+
},
34403444
"availabilityType": {
34413445
"description": "Availability type. Potential values: * `ZONAL`: The instance serves data from only one zone. Outages in that zone affect data accessibility. * `REGIONAL`: The instance can serve data from more than one zone in a region (it is highly available).",
34423446
"enum": [
@@ -5028,6 +5032,10 @@
50285032
},
50295033
"type": "array"
50305034
},
5035+
"keepExtraRoles": {
5036+
"description": "Input only. If the user already exists and it has additional roles, keep them granted.",
5037+
"type": "boolean"
5038+
},
50315039
"name": {
50325040
"description": "Output only. Name of the resource in the form of projects/{project}/locations/{location}/cluster/{cluster}/users/{user}.",
50335041
"readOnly": true,

‎alloydb/v1beta/alloydb-gen.go

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

‎pagespeedonline/v5/pagespeedonline-api.json

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
}
202202
}
203203
},
204-
"revision": "20240509",
204+
"revision": "20240829",
205205
"rootUrl": "https://pagespeedonline.googleapis.com/",
206206
"schemas": {
207207
"AuditRefs": {
@@ -432,6 +432,10 @@
432432
"description": "The audit's id.",
433433
"type": "string"
434434
},
435+
"metricSavings": {
436+
"$ref": "MetricSavings",
437+
"description": "The metric savings of the audit."
438+
},
435439
"numericUnit": {
436440
"description": "The unit of the numeric_value field. Used to format the numeric value for display.",
437441
"type": "string"
@@ -592,6 +596,38 @@
592596
},
593597
"type": "object"
594598
},
599+
"MetricSavings": {
600+
"description": "The metric savings of the audit.",
601+
"id": "MetricSavings",
602+
"properties": {
603+
"CLS": {
604+
"description": "Optional. Optional numeric value representing the audit's savings for the CLS metric.",
605+
"format": "double",
606+
"type": "number"
607+
},
608+
"FCP": {
609+
"description": "Optional. Optional numeric value representing the audit's savings for the FCP metric.",
610+
"format": "double",
611+
"type": "number"
612+
},
613+
"INP": {
614+
"description": "Optional. Optional numeric value representing the audit's savings for the INP metric.",
615+
"format": "double",
616+
"type": "number"
617+
},
618+
"LCP": {
619+
"description": "Optional. Optional numeric value representing the audit's savings for the LCP metric.",
620+
"format": "double",
621+
"type": "number"
622+
},
623+
"TBT": {
624+
"description": "Optional. Optional numeric value representing the audit's savings for the TBT metric.",
625+
"format": "double",
626+
"type": "number"
627+
}
628+
},
629+
"type": "object"
630+
},
595631
"PagespeedApiLoadingExperienceV5": {
596632
"description": "The CrUX loading experience object that contains CrUX data breakdowns.",
597633
"id": "PagespeedApiLoadingExperienceV5",

‎pagespeedonline/v5/pagespeedonline-gen.go

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

0 commit comments

Comments
 (0)