Skip to content

Commit f10c130

Browse files
feat(all): auto-regenerate discovery clients (#3051)
1 parent 10cb1ef commit f10c130

File tree

73 files changed

+1266
-395
lines changed

Some content is hidden

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

73 files changed

+1266
-395
lines changed

admin/reports/v1/admin-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
"type": "string"
206206
},
207207
"groupIdFilter": {
208-
"description": "Comma separated group ids (obfuscated) on which user activities are filtered, i.e. the response will contain activities for only those users that are a part of at least one of the group ids mentioned here. Format: \"id:abc123,id:xyz456\"",
208+
"description": "Comma separated group ids (obfuscated) on which user activities are filtered, i.e. the response will contain activities for only those users that are a part of at least one of the group ids mentioned here. Format: \"id:abc123,id:xyz456\" *Important:* To filter by groups, you must explicitly add the groups to your filtering groups allowlist. For more information about adding groups to filtering groups allowlist, see [Filter results by Google Group](https://support.google.com/a/answer/11482175)",
209209
"location": "query",
210210
"pattern": "(id:[a-z0-9]+(,id:[a-z0-9]+)*)",
211211
"type": "string"
@@ -344,7 +344,7 @@
344344
"type": "string"
345345
},
346346
"groupIdFilter": {
347-
"description": "Comma separated group ids (obfuscated) on which user activities are filtered, i.e. the response will contain activities for only those users that are a part of at least one of the group ids mentioned here. Format: \"id:abc123,id:xyz456\"",
347+
"description": "Comma separated group ids (obfuscated) on which user activities are filtered, i.e. the response will contain activities for only those users that are a part of at least one of the group ids mentioned here. Format: \"id:abc123,id:xyz456\" *Important:* To filter by groups, you must explicitly add the groups to your filtering groups allowlist. For more information about adding groups to filtering groups allowlist, see [Filter results by Google Group](https://support.google.com/a/answer/11482175)",
348348
"location": "query",
349349
"pattern": "(id:[a-z0-9]+(,id:[a-z0-9]+)*)",
350350
"type": "string"
@@ -626,7 +626,7 @@
626626
}
627627
}
628628
},
629-
"revision": "20250128",
629+
"revision": "20250304",
630630
"rootUrl": "https://admin.googleapis.com/",
631631
"schemas": {
632632
"Activities": {

admin/reports/v1/admin-gen.go

Lines changed: 8 additions & 0 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: 51 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1616,7 +1616,7 @@
16161616
}
16171617
}
16181618
},
1619-
"revision": "20250219",
1619+
"revision": "20250227",
16201620
"rootUrl": "https://alloydb.googleapis.com/",
16211621
"schemas": {
16221622
"AuthorizedNetwork": {
@@ -1645,7 +1645,7 @@
16451645
},
16461646
"encryptionConfig": {
16471647
"$ref": "EncryptionConfig",
1648-
"description": "Optional. The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK). When this field is not specified, the backup will then use default encryption scheme to protect the user data."
1648+
"description": "Optional. The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK). When this field is not specified, the backup will use the cluster's encryption config."
16491649
},
16501650
"labels": {
16511651
"additionalProperties": {
@@ -2789,6 +2789,10 @@
27892789
"readOnly": true,
27902790
"type": "array"
27912791
},
2792+
"observabilityConfig": {
2793+
"$ref": "ObservabilityInstanceConfig",
2794+
"description": "Configuration for observability."
2795+
},
27922796
"outboundPublicIpAddresses": {
27932797
"description": "Output only. All outbound public IP addresses configured for the instance.",
27942798
"items": {
@@ -3242,6 +3246,48 @@
32423246
},
32433247
"type": "object"
32443248
},
3249+
"ObservabilityInstanceConfig": {
3250+
"description": "Observability Instance specific configuration.",
3251+
"id": "ObservabilityInstanceConfig",
3252+
"properties": {
3253+
"enabled": {
3254+
"description": "Observability feature status for an instance. This flag is turned \"off\" by default.",
3255+
"type": "boolean"
3256+
},
3257+
"maxQueryStringLength": {
3258+
"description": "Query string length. The default value is 10k.",
3259+
"format": "int32",
3260+
"type": "integer"
3261+
},
3262+
"preserveComments": {
3263+
"description": "Preserve comments in query string for an instance. This flag is turned \"off\" by default.",
3264+
"type": "boolean"
3265+
},
3266+
"queryPlansPerMinute": {
3267+
"description": "Number of query execution plans captured by Insights per minute for all queries combined. The default value is 200. Any integer between 0 to 200 is considered valid.",
3268+
"format": "int32",
3269+
"type": "integer"
3270+
},
3271+
"recordApplicationTags": {
3272+
"description": "Record application tags for an instance. This flag is turned \"off\" by default.",
3273+
"type": "boolean"
3274+
},
3275+
"trackActiveQueries": {
3276+
"description": "Track actively running queries on the instance. If not set, this flag is \"off\" by default.",
3277+
"type": "boolean"
3278+
},
3279+
"trackWaitEventTypes": {
3280+
"description": "Output only. Track wait event types during query execution for an instance. This flag is turned \"on\" by default but tracking is enabled only after observability enabled flag is also turned on. This is read-only flag and only modifiable by internal API.",
3281+
"readOnly": true,
3282+
"type": "boolean"
3283+
},
3284+
"trackWaitEvents": {
3285+
"description": "Track wait events during query execution for an instance. This flag is turned \"on\" by default but tracking is enabled only after observability enabled flag is also turned on.",
3286+
"type": "boolean"
3287+
}
3288+
},
3289+
"type": "object"
3290+
},
32453291
"Operation": {
32463292
"description": "This resource represents a long-running operation that is the result of a network API call.",
32473293
"id": "Operation",
@@ -5100,12 +5146,12 @@
51005146
"properties": {
51015147
"cpuCount": {
51025148
"deprecated": true,
5103-
"description": "The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482, b/342346271) add proto validations again after bug fix.",
5149+
"description": "The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482) add proto validations again after bug fix.",
51045150
"format": "int32",
51055151
"type": "integer"
51065152
},
51075153
"memorySizeInBytes": {
5108-
"description": "Memory size in bytes. TODO(b/342344482, b/342346271) add proto validations again after bug fix.",
5154+
"description": "Memory size in bytes. TODO(b/342344482) add proto validations again after bug fix.",
51095155
"format": "int64",
51105156
"type": "string"
51115157
},
@@ -5115,7 +5161,7 @@
51155161
"type": "integer"
51165162
},
51175163
"vcpuCount": {
5118-
"description": "Optional. The number of vCPUs. TODO(b/342344482, b/342346271) add proto validations again after bug fix.",
5164+
"description": "Optional. The number of vCPUs. TODO(b/342344482) add proto validations again after bug fix.",
51195165
"format": "double",
51205166
"type": "number"
51215167
}

alloydb/v1/alloydb-gen.go

Lines changed: 55 additions & 7 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: 31 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1616,7 +1616,7 @@
16161616
}
16171617
}
16181618
},
1619-
"revision": "20250219",
1619+
"revision": "20250227",
16201620
"rootUrl": "https://alloydb.googleapis.com/",
16211621
"schemas": {
16221622
"AuthorizedNetwork": {
@@ -1645,7 +1645,7 @@
16451645
},
16461646
"encryptionConfig": {
16471647
"$ref": "EncryptionConfig",
1648-
"description": "Optional. The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK). When this field is not specified, the backup will then use default encryption scheme to protect the user data."
1648+
"description": "Optional. The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK). When this field is not specified, the backup will use the cluster's encryption config."
16491649
},
16501650
"labels": {
16511651
"additionalProperties": {
@@ -2541,6 +2541,26 @@
25412541
},
25422542
"type": "object"
25432543
},
2544+
"GCAInstanceConfig": {
2545+
"description": "Instance level configuration parameters related to the Gemini Cloud Assist product.",
2546+
"id": "GCAInstanceConfig",
2547+
"properties": {
2548+
"gcaEntitlement": {
2549+
"description": "Output only. Represents the GCA entitlement state of the instance.",
2550+
"enum": [
2551+
"GCA_ENTITLEMENT_TYPE_UNSPECIFIED",
2552+
"GCA_STANDARD"
2553+
],
2554+
"enumDescriptions": [
2555+
"No GCA entitlement is assigned.",
2556+
"The resource is entitled to the GCA Standard Tier."
2557+
],
2558+
"readOnly": true,
2559+
"type": "string"
2560+
}
2561+
},
2562+
"type": "object"
2563+
},
25442564
"GcsDestination": {
25452565
"description": "Destination for Export. Export will be done to cloud storage.",
25462566
"id": "GcsDestination",
@@ -2765,6 +2785,11 @@
27652785
"description": "For Resource freshness validation (https://google.aip.dev/154)",
27662786
"type": "string"
27672787
},
2788+
"gcaConfig": {
2789+
"$ref": "GCAInstanceConfig",
2790+
"description": "Output only. Configuration parameters related to Gemini Cloud Assist.",
2791+
"readOnly": true
2792+
},
27682793
"gceZone": {
27692794
"description": "The Compute Engine zone that the instance should serve from, per https://cloud.google.com/compute/docs/regions-zones This can ONLY be specified for ZONAL instances. If present for a REGIONAL instance, an error will be thrown. If this is absent for a ZONAL instance, instance is created in a random zone with available capacity.",
27702795
"type": "string"
@@ -3318,12 +3343,8 @@
33183343
"description": "Track actively running queries on the instance. If not set, this flag is \"off\" by default.",
33193344
"type": "boolean"
33203345
},
3321-
"trackClientAddress": {
3322-
"description": "Track client address for an instance. If not set, default value is \"off\".",
3323-
"type": "boolean"
3324-
},
33253346
"trackWaitEventTypes": {
3326-
"description": "Output only. Track wait event types during query execution for an instance. This flag is turned \"on\" by default but tracking is enabled only after observability enabled flag is also turned on. This is read-only flag and only modifiable by producer API.",
3347+
"description": "Output only. Track wait event types during query execution for an instance. This flag is turned \"on\" by default but tracking is enabled only after observability enabled flag is also turned on. This is read-only flag and only modifiable by internal API.",
33273348
"readOnly": true,
33283349
"type": "boolean"
33293350
},
@@ -5192,12 +5213,12 @@
51925213
"properties": {
51935214
"cpuCount": {
51945215
"deprecated": true,
5195-
"description": "The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482, b/342346271) add proto validations again after bug fix.",
5216+
"description": "The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482) add proto validations again after bug fix.",
51965217
"format": "int32",
51975218
"type": "integer"
51985219
},
51995220
"memorySizeInBytes": {
5200-
"description": "Memory size in bytes. TODO(b/342344482, b/342346271) add proto validations again after bug fix.",
5221+
"description": "Memory size in bytes. TODO(b/342344482) add proto validations again after bug fix.",
52015222
"format": "int64",
52025223
"type": "string"
52035224
},
@@ -5207,7 +5228,7 @@
52075228
"type": "integer"
52085229
},
52095230
"vcpuCount": {
5210-
"description": "Optional. The number of vCPUs. TODO(b/342344482, b/342346271) add proto validations again after bug fix.",
5231+
"description": "Optional. The number of vCPUs. TODO(b/342344482) add proto validations again after bug fix.",
52115232
"format": "double",
52125233
"type": "number"
52135234
}

0 commit comments

Comments
 (0)