Skip to content

Commit 357a874

Browse files
feat(all): auto-regenerate discovery clients (#3143)
1 parent aae5a4e commit 357a874

Some content is hidden

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

42 files changed

+402
-208
lines changed

admin/directory/v1/admin-api.json

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4671,7 +4671,7 @@
46714671
}
46724672
}
46734673
},
4674-
"revision": "20250421",
4674+
"revision": "20250505",
46754675
"rootUrl": "https://admin.googleapis.com/",
46764676
"schemas": {
46774677
"Alias": {
@@ -5646,15 +5646,35 @@
56465646
"enterpriseUpgrade",
56475647
"educationUpgrade",
56485648
"education",
5649-
"kioskUpgrade"
5649+
"kioskUpgrade",
5650+
"enterpriseUpgradePerpetual",
5651+
"enterpriseUpgradeFixedTerm",
5652+
"educationUpgradePerpetual",
5653+
"educationUpgradeFixedTerm"
5654+
],
5655+
"enumDeprecated": [
5656+
false,
5657+
false,
5658+
true,
5659+
true,
5660+
false,
5661+
false,
5662+
false,
5663+
false,
5664+
false,
5665+
false
56505666
],
56515667
"enumDescriptions": [
56525668
"The license type is unknown.",
56535669
"The device is bundled with a perpetual Chrome Enterprise Upgrade.",
56545670
"The device has an annual standalone Chrome Enterprise Upgrade.",
56555671
"The device has a perpetual standalone Chrome Education Upgrade.",
56565672
"The device is bundled with a perpetual Chrome Education Upgrade.",
5657-
"The device has an annual Kiosk Upgrade."
5673+
"The device has an annual Kiosk Upgrade.",
5674+
"Indicating the device is consumming a standalone, perpetual Chrome Enterprise Upgrade, a Chrome Enterprise license.",
5675+
"Indicating the device is consuming a standalone, fixed-term Chrome Enterprise Upgrade, a Chrome Enterprise license.",
5676+
"Indicating the device is consuming a standalone, perpetual Chrome Education Upgrade(AKA Chrome EDU perpetual license).",
5677+
"Indicating the device is consuming a standalone, fixed-term Chrome Education Upgrade(AKA Chrome EDU fixed-term license)."
56585678
],
56595679
"readOnly": true,
56605680
"type": "string"

admin/directory/v1/admin-gen.go

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

admin/reports/v1/admin-api.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@
446446
"type": "string"
447447
},
448448
"parameters": {
449-
"description": "The `parameters` query string is a comma-separated list of event parameters that refine a report's results. The parameter is associated with a specific application. The application values for the Customers usage report include `accounts`, `app_maker`, `apps_scripts`, `calendar`, `classroom`, `cros`, `docs`, `gmail`, `gplus`, `device_management`, `meet`, and `sites`. A `parameters` query string is in the CSV form of `app_name1:param_name1, app_name2:param_name2`. *Note:* The API doesn't accept multiple values of a parameter. If a particular parameter is supplied more than once in the API request, the API only accepts the last value of that request parameter. In addition, if an invalid request parameter is supplied in the API request, the API ignores that request parameter and returns the response corresponding to the remaining valid request parameters. An example of an invalid request parameter is one that does not belong to the application. If no parameters are requested, all parameters are returned. ",
449+
"description": "The `parameters` query string is a comma-separated list of event parameters that refine a report's results. The parameter is associated with a specific application. The application values for the Customers usage report include `accounts`, `app_maker`, `apps_scripts`, `calendar`, `chat`, `classroom`, `cros`, `docs`, `gmail`, `gplus`, `device_management`, `meet`, and `sites`. A `parameters` query string is in the CSV form of `app_name1:param_name1, app_name2:param_name2`. *Note:* The API doesn't accept multiple values of a parameter. If a particular parameter is supplied more than once in the API request, the API only accepts the last value of that request parameter. In addition, if an invalid request parameter is supplied in the API request, the API ignores that request parameter and returns the response corresponding to the remaining valid request parameters. An example of an invalid request parameter is one that does not belong to the application. If no parameters are requested, all parameters are returned. ",
450450
"location": "query",
451451
"pattern": "(((accounts)|(app_maker)|(apps_scripts)|(chat)|(classroom)|(cros)|(gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)|(meet)):[^,]+,)*(((accounts)|(app_maker)|(apps_scripts)|(chat)|(classroom)|(cros)|(gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)|(meet)):[^,]+)",
452452
"type": "string"
@@ -570,7 +570,7 @@
570570
"type": "string"
571571
},
572572
"filters": {
573-
"description": "The `filters` query string is a comma-separated list of an application's event parameters where the parameter's value is manipulated by a relational operator. The `filters` query string includes the name of the application whose usage is returned in the report. The application values for the Users Usage Report include `accounts`, `docs`, and `gmail`. Filters are in the form `[application name]:parameter name[parameter value],...`. In this example, the `\u003c\u003e` 'not equal to' operator is URL-encoded in the request's query string (%3C%3E): GET https://www.googleapis.com/admin/reports/v1/usage/users/all/dates/2013-03-03 ?parameters=accounts:last_login_time \u0026filters=accounts:last_login_time%3C%3E2010-10-28T10:26:35.000Z The relational operators include: - `==` - 'equal to'. - `\u003c\u003e` - 'not equal to'. It is URL-encoded (%3C%3E). - `\u003c` - 'less than'. It is URL-encoded (%3C). - `\u003c=` - 'less than or equal to'. It is URL-encoded (%3C=). - `\u003e` - 'greater than'. It is URL-encoded (%3E). - `\u003e=` - 'greater than or equal to'. It is URL-encoded (%3E=). ",
573+
"description": "The `filters` query string is a comma-separated list of an application's event parameters where the parameter's value is manipulated by a relational operator. The `filters` query string includes the name of the application whose usage is returned in the report. The application values for the Users Usage Report include `accounts`, `chat`, `docs`, and `gmail`. Filters are in the form `[application name]:parameter name[parameter value],...`. In this example, the `\u003c\u003e` 'not equal to' operator is URL-encoded in the request's query string (%3C%3E): GET https://www.googleapis.com/admin/reports/v1/usage/users/all/dates/2013-03-03 ?parameters=accounts:last_login_time \u0026filters=accounts:last_login_time%3C%3E2010-10-28T10:26:35.000Z The relational operators include: - `==` - 'equal to'. - `\u003c\u003e` - 'not equal to'. It is URL-encoded (%3C%3E). - `\u003c` - 'less than'. It is URL-encoded (%3C). - `\u003c=` - 'less than or equal to'. It is URL-encoded (%3C=). - `\u003e` - 'greater than'. It is URL-encoded (%3E). - `\u003e=` - 'greater than or equal to'. It is URL-encoded (%3E=). ",
574574
"location": "query",
575575
"pattern": "(((accounts)|(chat)|(classroom)|(cros)|(gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)):[a-z0-9_]+[\u003c,\u003c=,==,\u003e=,\u003e,!=][^,]+,)*(((accounts)|(chat)|(classroom)|(cros)|(gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)):[a-z0-9_]+[\u003c,\u003c=,==,\u003e=,\u003e,!=][^,]+)",
576576
"type": "string"
@@ -603,7 +603,7 @@
603603
"type": "string"
604604
},
605605
"parameters": {
606-
"description": "The `parameters` query string is a comma-separated list of event parameters that refine a report's results. The parameter is associated with a specific application. The application values for the Customers Usage report include `accounts`, `app_maker`, `apps_scripts`, `calendar`, `classroom`, `cros`, `docs`, `gmail`, `gplus`, `device_management`, `meet`, and `sites`. A `parameters` query string is in the CSV form of `app_name1:param_name1, app_name2:param_name2`. *Note:* The API doesn't accept multiple values of a parameter. If a particular parameter is supplied more than once in the API request, the API only accepts the last value of that request parameter. In addition, if an invalid request parameter is supplied in the API request, the API ignores that request parameter and returns the response corresponding to the remaining valid request parameters. An example of an invalid request parameter is one that does not belong to the application. If no parameters are requested, all parameters are returned. ",
606+
"description": "The `parameters` query string is a comma-separated list of event parameters that refine a report's results. The parameter is associated with a specific application. The application values for the Customers Usage report include `accounts`, `app_maker`, `apps_scripts`, `calendar`, `chat`, `classroom`, `cros`, `docs`, `gmail`, `gplus`, `device_management`, `meet`, and `sites`. A `parameters` query string is in the CSV form of `app_name1:param_name1, app_name2:param_name2`. *Note:* The API doesn't accept multiple values of a parameter. If a particular parameter is supplied more than once in the API request, the API only accepts the last value of that request parameter. In addition, if an invalid request parameter is supplied in the API request, the API ignores that request parameter and returns the response corresponding to the remaining valid request parameters. An example of an invalid request parameter is one that does not belong to the application. If no parameters are requested, all parameters are returned. ",
607607
"location": "query",
608608
"pattern": "(((accounts)|(chat)|(classroom)|(cros)|(gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)):[^,]+,)*(((accounts)|(chat)|(classroom)|(cros)|(gmail)|(calendar)|(docs)|(gplus)|(sites)|(device_management)|(drive)):[^,]+)",
609609
"type": "string"
@@ -626,7 +626,7 @@
626626
}
627627
}
628628
},
629-
"revision": "20250424",
629+
"revision": "20250505",
630630
"rootUrl": "https://admin.googleapis.com/",
631631
"schemas": {
632632
"Activities": {

admin/reports/v1/admin-gen.go

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

alloydb/v1alpha/alloydb-api.json

Lines changed: 62 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1622,7 +1622,7 @@
16221622
}
16231623
}
16241624
},
1625-
"revision": "20250410",
1625+
"revision": "20250417",
16261626
"rootUrl": "https://alloydb.googleapis.com/",
16271627
"schemas": {
16281628
"AuthorizedNetwork": {
@@ -2863,6 +2863,20 @@
28632863
"description": "An Instance is a computing unit that an end customer can connect to. It's the main unit of computing resources in AlloyDB.",
28642864
"id": "Instance",
28652865
"properties": {
2866+
"activationPolicy": {
2867+
"description": "Optional. Specifies whether an instance needs to spin up. Once the instance is active, the activation policy can be updated to the `NEVER` to stop the instance. Likewise, the activation policy can be updated to `ALWAYS` to start the instance. There are restrictions around when an instance can/cannot be activated (for example, a read pool instance should be stopped before stopping primary etc.). Please refer to the API documentation for more details.",
2868+
"enum": [
2869+
"ACTIVATION_POLICY_UNSPECIFIED",
2870+
"ALWAYS",
2871+
"NEVER"
2872+
],
2873+
"enumDescriptions": [
2874+
"The policy is not specified.",
2875+
"The instance is running.",
2876+
"The instance is not running."
2877+
],
2878+
"type": "string"
2879+
},
28662880
"annotations": {
28672881
"additionalProperties": {
28682882
"type": "string"
@@ -4505,7 +4519,13 @@
45054519
"SIGNAL_TYPE_NO_DELETION_PROTECTION",
45064520
"SIGNAL_TYPE_INEFFICIENT_QUERY",
45074521
"SIGNAL_TYPE_READ_INTENSIVE_WORKLOAD",
4508-
"SIGNAL_TYPE_MEMORY_LIMIT"
4522+
"SIGNAL_TYPE_MEMORY_LIMIT",
4523+
"SIGNAL_TYPE_MAX_SERVER_MEMORY",
4524+
"SIGNAL_TYPE_LARGE_ROWS",
4525+
"SIGNAL_TYPE_HIGH_WRITE_PRESSURE",
4526+
"SIGNAL_TYPE_HIGH_READ_PRESSURE",
4527+
"SIGNAL_TYPE_ENCRYPTION_ORG_POLICY_NOT_SATISFIED",
4528+
"SIGNAL_TYPE_LOCATION_ORG_POLICY_NOT_SATISFIED"
45094529
],
45104530
"enumDeprecated": [
45114531
false,
@@ -4597,6 +4617,12 @@
45974617
false,
45984618
false,
45994619
false,
4620+
false,
4621+
false,
4622+
false,
4623+
false,
4624+
false,
4625+
false,
46004626
false
46014627
],
46024628
"enumDescriptions": [
@@ -4689,7 +4715,13 @@
46894715
"Deletion Protection Disabled for the resource",
46904716
"Indicates that the instance has inefficient queries detected.",
46914717
"Indicates that the instance has read intensive workload.",
4692-
"Indicates that the instance is nearing memory limit."
4718+
"Indicates that the instance is nearing memory limit.",
4719+
"Indicates that the instance's max server memory is configured higher than the recommended value.",
4720+
"Indicates that the database has large rows beyond the recommended limit.",
4721+
"Heavy write pressure on the database rows.",
4722+
"Heavy read pressure on the database rows.",
4723+
"Encryption org policy not satisfied.",
4724+
"Location org policy not satisfied."
46934725
],
46944726
"type": "string"
46954727
},
@@ -5100,7 +5132,13 @@
51005132
"SIGNAL_TYPE_NO_DELETION_PROTECTION",
51015133
"SIGNAL_TYPE_INEFFICIENT_QUERY",
51025134
"SIGNAL_TYPE_READ_INTENSIVE_WORKLOAD",
5103-
"SIGNAL_TYPE_MEMORY_LIMIT"
5135+
"SIGNAL_TYPE_MEMORY_LIMIT",
5136+
"SIGNAL_TYPE_MAX_SERVER_MEMORY",
5137+
"SIGNAL_TYPE_LARGE_ROWS",
5138+
"SIGNAL_TYPE_HIGH_WRITE_PRESSURE",
5139+
"SIGNAL_TYPE_HIGH_READ_PRESSURE",
5140+
"SIGNAL_TYPE_ENCRYPTION_ORG_POLICY_NOT_SATISFIED",
5141+
"SIGNAL_TYPE_LOCATION_ORG_POLICY_NOT_SATISFIED"
51045142
],
51055143
"enumDeprecated": [
51065144
false,
@@ -5192,6 +5230,12 @@
51925230
false,
51935231
false,
51945232
false,
5233+
false,
5234+
false,
5235+
false,
5236+
false,
5237+
false,
5238+
false,
51955239
false
51965240
],
51975241
"enumDescriptions": [
@@ -5284,7 +5328,13 @@
52845328
"Deletion Protection Disabled for the resource",
52855329
"Indicates that the instance has inefficient queries detected.",
52865330
"Indicates that the instance has read intensive workload.",
5287-
"Indicates that the instance is nearing memory limit."
5331+
"Indicates that the instance is nearing memory limit.",
5332+
"Indicates that the instance's max server memory is configured higher than the recommended value.",
5333+
"Indicates that the database has large rows beyond the recommended limit.",
5334+
"Heavy write pressure on the database rows.",
5335+
"Heavy read pressure on the database rows.",
5336+
"Encryption org policy not satisfied.",
5337+
"Location org policy not satisfied."
52885338
],
52895339
"type": "string"
52905340
}
@@ -5646,8 +5696,9 @@
56465696
"ON_PREM",
56475697
"PRODUCT_TYPE_MEMORYSTORE",
56485698
"PRODUCT_TYPE_BIGTABLE",
5649-
"PRODUCT_TYPE_OTHER",
5650-
"PRODUCT_TYPE_FIRESTORE"
5699+
"PRODUCT_TYPE_FIRESTORE",
5700+
"PRODUCT_TYPE_COMPUTE_ENGINE",
5701+
"PRODUCT_TYPE_OTHER"
56515702
],
56525703
"enumDeprecated": [
56535704
false,
@@ -5661,6 +5712,7 @@
56615712
false,
56625713
false,
56635714
false,
5715+
false,
56645716
false
56655717
],
56665718
"enumDescriptions": [
@@ -5674,8 +5726,9 @@
56745726
"On premises database product.",
56755727
"Memorystore product area in GCP",
56765728
"Bigtable product area in GCP",
5677-
"Other refers to rest of other product type. This is to be when product type is known, but it is not present in this enum.",
5678-
"Firestore product area in GCP."
5729+
"Firestore product area in GCP.",
5730+
"Compute Engine self managed databases",
5731+
"Other refers to rest of other product type. This is to be when product type is known, but it is not present in this enum."
56795732
],
56805733
"type": "string"
56815734
},

0 commit comments

Comments
 (0)