Skip to content

Commit 868e87a

Browse files
feat(all): auto-regenerate discovery clients (#3141)
1 parent ef1442a commit 868e87a

30 files changed

+21484
-109
lines changed

adsense/v2/adsense-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2018,7 +2018,7 @@
20182018
}
20192019
}
20202020
},
2021-
"revision": "20250320",
2021+
"revision": "20250506",
20222022
"rootUrl": "https://adsense.googleapis.com/",
20232023
"schemas": {
20242024
"Account": {
@@ -2755,7 +2755,7 @@
27552755
"properties": {
27562756
"mustFix": {
27572757
"deprecated": true,
2758-
"description": "Required. Deprecated. Policy topics no longer have a \"must-fix\" classification.",
2758+
"description": "Required. Deprecated. Always set to false.",
27592759
"type": "boolean"
27602760
},
27612761
"topic": {

adsense/v2/adsense-gen.go

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

alloydb/v1/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": {
@@ -2737,6 +2737,20 @@
27372737
"description": "An Instance is a computing unit that an end customer can connect to. It's the main unit of computing resources in AlloyDB.",
27382738
"id": "Instance",
27392739
"properties": {
2740+
"activationPolicy": {
2741+
"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.",
2742+
"enum": [
2743+
"ACTIVATION_POLICY_UNSPECIFIED",
2744+
"ALWAYS",
2745+
"NEVER"
2746+
],
2747+
"enumDescriptions": [
2748+
"The policy is not specified.",
2749+
"The instance is running.",
2750+
"The instance is not running."
2751+
],
2752+
"type": "string"
2753+
},
27402754
"annotations": {
27412755
"additionalProperties": {
27422756
"type": "string"
@@ -4352,7 +4366,13 @@
43524366
"SIGNAL_TYPE_NO_DELETION_PROTECTION",
43534367
"SIGNAL_TYPE_INEFFICIENT_QUERY",
43544368
"SIGNAL_TYPE_READ_INTENSIVE_WORKLOAD",
4355-
"SIGNAL_TYPE_MEMORY_LIMIT"
4369+
"SIGNAL_TYPE_MEMORY_LIMIT",
4370+
"SIGNAL_TYPE_MAX_SERVER_MEMORY",
4371+
"SIGNAL_TYPE_LARGE_ROWS",
4372+
"SIGNAL_TYPE_HIGH_WRITE_PRESSURE",
4373+
"SIGNAL_TYPE_HIGH_READ_PRESSURE",
4374+
"SIGNAL_TYPE_ENCRYPTION_ORG_POLICY_NOT_SATISFIED",
4375+
"SIGNAL_TYPE_LOCATION_ORG_POLICY_NOT_SATISFIED"
43564376
],
43574377
"enumDeprecated": [
43584378
false,
@@ -4444,6 +4464,12 @@
44444464
false,
44454465
false,
44464466
false,
4467+
false,
4468+
false,
4469+
false,
4470+
false,
4471+
false,
4472+
false,
44474473
false
44484474
],
44494475
"enumDescriptions": [
@@ -4536,7 +4562,13 @@
45364562
"Deletion Protection Disabled for the resource",
45374563
"Indicates that the instance has inefficient queries detected.",
45384564
"Indicates that the instance has read intensive workload.",
4539-
"Indicates that the instance is nearing memory limit."
4565+
"Indicates that the instance is nearing memory limit.",
4566+
"Indicates that the instance's max server memory is configured higher than the recommended value.",
4567+
"Indicates that the database has large rows beyond the recommended limit.",
4568+
"Heavy write pressure on the database rows.",
4569+
"Heavy read pressure on the database rows.",
4570+
"Encryption org policy not satisfied.",
4571+
"Location org policy not satisfied."
45404572
],
45414573
"type": "string"
45424574
},
@@ -4947,7 +4979,13 @@
49474979
"SIGNAL_TYPE_NO_DELETION_PROTECTION",
49484980
"SIGNAL_TYPE_INEFFICIENT_QUERY",
49494981
"SIGNAL_TYPE_READ_INTENSIVE_WORKLOAD",
4950-
"SIGNAL_TYPE_MEMORY_LIMIT"
4982+
"SIGNAL_TYPE_MEMORY_LIMIT",
4983+
"SIGNAL_TYPE_MAX_SERVER_MEMORY",
4984+
"SIGNAL_TYPE_LARGE_ROWS",
4985+
"SIGNAL_TYPE_HIGH_WRITE_PRESSURE",
4986+
"SIGNAL_TYPE_HIGH_READ_PRESSURE",
4987+
"SIGNAL_TYPE_ENCRYPTION_ORG_POLICY_NOT_SATISFIED",
4988+
"SIGNAL_TYPE_LOCATION_ORG_POLICY_NOT_SATISFIED"
49514989
],
49524990
"enumDeprecated": [
49534991
false,
@@ -5039,6 +5077,12 @@
50395077
false,
50405078
false,
50415079
false,
5080+
false,
5081+
false,
5082+
false,
5083+
false,
5084+
false,
5085+
false,
50425086
false
50435087
],
50445088
"enumDescriptions": [
@@ -5131,7 +5175,13 @@
51315175
"Deletion Protection Disabled for the resource",
51325176
"Indicates that the instance has inefficient queries detected.",
51335177
"Indicates that the instance has read intensive workload.",
5134-
"Indicates that the instance is nearing memory limit."
5178+
"Indicates that the instance is nearing memory limit.",
5179+
"Indicates that the instance's max server memory is configured higher than the recommended value.",
5180+
"Indicates that the database has large rows beyond the recommended limit.",
5181+
"Heavy write pressure on the database rows.",
5182+
"Heavy read pressure on the database rows.",
5183+
"Encryption org policy not satisfied.",
5184+
"Location org policy not satisfied."
51355185
],
51365186
"type": "string"
51375187
}
@@ -5493,8 +5543,9 @@
54935543
"ON_PREM",
54945544
"PRODUCT_TYPE_MEMORYSTORE",
54955545
"PRODUCT_TYPE_BIGTABLE",
5496-
"PRODUCT_TYPE_OTHER",
5497-
"PRODUCT_TYPE_FIRESTORE"
5546+
"PRODUCT_TYPE_FIRESTORE",
5547+
"PRODUCT_TYPE_COMPUTE_ENGINE",
5548+
"PRODUCT_TYPE_OTHER"
54985549
],
54995550
"enumDeprecated": [
55005551
false,
@@ -5508,6 +5559,7 @@
55085559
false,
55095560
false,
55105561
false,
5562+
false,
55115563
false
55125564
],
55135565
"enumDescriptions": [
@@ -5521,8 +5573,9 @@
55215573
"On premises database product.",
55225574
"Memorystore product area in GCP",
55235575
"Bigtable product area in GCP",
5524-
"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.",
5525-
"Firestore product area in GCP."
5576+
"Firestore product area in GCP.",
5577+
"Compute Engine self managed databases",
5578+
"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."
55265579
],
55275580
"type": "string"
55285581
},

alloydb/v1/alloydb-gen.go

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

0 commit comments

Comments
 (0)