Skip to content

Commit 473d170

Browse files
feat(all): auto-regenerate discovery clients (#2957)
1 parent dfbc111 commit 473d170

Some content is hidden

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

52 files changed

+2034
-505
lines changed

‎alloydb/v1/alloydb-api.json

Lines changed: 27 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1545,7 +1545,7 @@
15451545
}
15461546
}
15471547
},
1548-
"revision": "20241204",
1548+
"revision": "20241228",
15491549
"rootUrl": "https://alloydb.googleapis.com/",
15501550
"schemas": {
15511551
"AuthorizedNetwork": {
@@ -3055,19 +3055,23 @@
30553055
"id": "Node",
30563056
"properties": {
30573057
"id": {
3058-
"description": "The identifier of the VM e.g. \"test-read-0601-407e52be-ms3l\".",
3058+
"description": "Output only. The identifier of the VM e.g. \"test-read-0601-407e52be-ms3l\".",
3059+
"readOnly": true,
30593060
"type": "string"
30603061
},
30613062
"ip": {
3062-
"description": "The private IP address of the VM e.g. \"10.57.0.34\".",
3063+
"description": "Output only. The private IP address of the VM e.g. \"10.57.0.34\".",
3064+
"readOnly": true,
30633065
"type": "string"
30643066
},
30653067
"state": {
3066-
"description": "Determined by state of the compute VM and postgres-service health. Compute VM state can have values listed in https://cloud.google.com/compute/docs/instances/instance-life-cycle and postgres-service health can have values: HEALTHY and UNHEALTHY.",
3068+
"description": "Output only. Determined by state of the compute VM and postgres-service health. Compute VM state can have values listed in https://cloud.google.com/compute/docs/instances/instance-life-cycle and postgres-service health can have values: HEALTHY and UNHEALTHY.",
3069+
"readOnly": true,
30673070
"type": "string"
30683071
},
30693072
"zoneId": {
3070-
"description": "The Compute Engine zone of the VM e.g. \"us-central1-b\".",
3073+
"description": "Output only. The Compute Engine zone of the VM e.g. \"us-central1-b\".",
3074+
"readOnly": true,
30713075
"type": "string"
30723076
}
30733077
},
@@ -3869,7 +3873,9 @@
38693873
"SIGNAL_TYPE_SUPERUSER_WRITING_TO_USER_TABLES",
38703874
"SIGNAL_TYPE_USER_GRANTED_ALL_PERMISSIONS",
38713875
"SIGNAL_TYPE_DATA_EXPORT_TO_EXTERNAL_CLOUD_STORAGE_BUCKET",
3872-
"SIGNAL_TYPE_DATA_EXPORT_TO_PUBLIC_CLOUD_STORAGE_BUCKET"
3876+
"SIGNAL_TYPE_DATA_EXPORT_TO_PUBLIC_CLOUD_STORAGE_BUCKET",
3877+
"SIGNAL_TYPE_WEAK_PASSWORD_HASH_ALGORITHM",
3878+
"SIGNAL_TYPE_NO_USER_PASSWORD_POLICY"
38733879
],
38743880
"enumDeprecated": [
38753881
false,
@@ -3950,6 +3956,8 @@
39503956
false,
39513957
false,
39523958
false,
3959+
false,
3960+
false,
39533961
false
39543962
],
39553963
"enumDescriptions": [
@@ -4031,7 +4039,9 @@
40314039
"Detects events where a Cloud SQL superuser (postgres for PostgreSQL servers or root for MySQL users) writes to non-system tables.",
40324040
"Detects events where a database user or role has been granted all privileges to a database, or to all tables, procedures, or functions in a schema.",
40334041
"Detects if database instance data exported to a Cloud Storage bucket outside of the organization.",
4034-
"Detects if database instance data exported to a Cloud Storage bucket that is owned by the organization and is publicly accessible."
4042+
"Detects if database instance data exported to a Cloud Storage bucket that is owned by the organization and is publicly accessible.",
4043+
"Detects if a database instance is using a weak password hash algorithm.",
4044+
"Detects if a database instance has no user password policy set."
40354045
],
40364046
"type": "string"
40374047
},
@@ -4402,7 +4412,9 @@
44024412
"SIGNAL_TYPE_SUPERUSER_WRITING_TO_USER_TABLES",
44034413
"SIGNAL_TYPE_USER_GRANTED_ALL_PERMISSIONS",
44044414
"SIGNAL_TYPE_DATA_EXPORT_TO_EXTERNAL_CLOUD_STORAGE_BUCKET",
4405-
"SIGNAL_TYPE_DATA_EXPORT_TO_PUBLIC_CLOUD_STORAGE_BUCKET"
4415+
"SIGNAL_TYPE_DATA_EXPORT_TO_PUBLIC_CLOUD_STORAGE_BUCKET",
4416+
"SIGNAL_TYPE_WEAK_PASSWORD_HASH_ALGORITHM",
4417+
"SIGNAL_TYPE_NO_USER_PASSWORD_POLICY"
44064418
],
44074419
"enumDeprecated": [
44084420
false,
@@ -4483,6 +4495,8 @@
44834495
false,
44844496
false,
44854497
false,
4498+
false,
4499+
false,
44864500
false
44874501
],
44884502
"enumDescriptions": [
@@ -4564,7 +4578,9 @@
45644578
"Detects events where a Cloud SQL superuser (postgres for PostgreSQL servers or root for MySQL users) writes to non-system tables.",
45654579
"Detects events where a database user or role has been granted all privileges to a database, or to all tables, procedures, or functions in a schema.",
45664580
"Detects if database instance data exported to a Cloud Storage bucket outside of the organization.",
4567-
"Detects if database instance data exported to a Cloud Storage bucket that is owned by the organization and is publicly accessible."
4581+
"Detects if database instance data exported to a Cloud Storage bucket that is owned by the organization and is publicly accessible.",
4582+
"Detects if a database instance is using a weak password hash algorithm.",
4583+
"Detects if a database instance has no user password policy set."
45684584
],
45694585
"type": "string"
45704586
}
@@ -4634,7 +4650,8 @@
46344650
"id": "StorageDatabasecenterPartnerapiV1mainMachineConfiguration",
46354651
"properties": {
46364652
"cpuCount": {
4637-
"description": "The number of CPUs. TODO(b/342344482, b/342346271) add proto validations again after bug fix.",
4653+
"deprecated": true,
4654+
"description": "The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482, b/342346271) add proto validations again after bug fix.",
46384655
"format": "int32",
46394656
"type": "integer"
46404657
},

‎alloydb/v1/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.

‎alloydb/v1alpha/alloydb-api.json

Lines changed: 27 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1573,7 +1573,7 @@
15731573
}
15741574
}
15751575
},
1576-
"revision": "20241204",
1576+
"revision": "20241228",
15771577
"rootUrl": "https://alloydb.googleapis.com/",
15781578
"schemas": {
15791579
"AuthorizedNetwork": {
@@ -3166,19 +3166,23 @@
31663166
"id": "Node",
31673167
"properties": {
31683168
"id": {
3169-
"description": "The identifier of the VM e.g. \"test-read-0601-407e52be-ms3l\".",
3169+
"description": "Output only. The identifier of the VM e.g. \"test-read-0601-407e52be-ms3l\".",
3170+
"readOnly": true,
31703171
"type": "string"
31713172
},
31723173
"ip": {
3173-
"description": "The private IP address of the VM e.g. \"10.57.0.34\".",
3174+
"description": "Output only. The private IP address of the VM e.g. \"10.57.0.34\".",
3175+
"readOnly": true,
31743176
"type": "string"
31753177
},
31763178
"state": {
3177-
"description": "Determined by state of the compute VM and postgres-service health. Compute VM state can have values listed in https://cloud.google.com/compute/docs/instances/instance-life-cycle and postgres-service health can have values: HEALTHY and UNHEALTHY.",
3179+
"description": "Output only. Determined by state of the compute VM and postgres-service health. Compute VM state can have values listed in https://cloud.google.com/compute/docs/instances/instance-life-cycle and postgres-service health can have values: HEALTHY and UNHEALTHY.",
3180+
"readOnly": true,
31783181
"type": "string"
31793182
},
31803183
"zoneId": {
3181-
"description": "The Compute Engine zone of the VM e.g. \"us-central1-b\".",
3184+
"description": "Output only. The Compute Engine zone of the VM e.g. \"us-central1-b\".",
3185+
"readOnly": true,
31823186
"type": "string"
31833187
}
31843188
},
@@ -4069,7 +4073,9 @@
40694073
"SIGNAL_TYPE_SUPERUSER_WRITING_TO_USER_TABLES",
40704074
"SIGNAL_TYPE_USER_GRANTED_ALL_PERMISSIONS",
40714075
"SIGNAL_TYPE_DATA_EXPORT_TO_EXTERNAL_CLOUD_STORAGE_BUCKET",
4072-
"SIGNAL_TYPE_DATA_EXPORT_TO_PUBLIC_CLOUD_STORAGE_BUCKET"
4076+
"SIGNAL_TYPE_DATA_EXPORT_TO_PUBLIC_CLOUD_STORAGE_BUCKET",
4077+
"SIGNAL_TYPE_WEAK_PASSWORD_HASH_ALGORITHM",
4078+
"SIGNAL_TYPE_NO_USER_PASSWORD_POLICY"
40734079
],
40744080
"enumDeprecated": [
40754081
false,
@@ -4150,6 +4156,8 @@
41504156
false,
41514157
false,
41524158
false,
4159+
false,
4160+
false,
41534161
false
41544162
],
41554163
"enumDescriptions": [
@@ -4231,7 +4239,9 @@
42314239
"Detects events where a Cloud SQL superuser (postgres for PostgreSQL servers or root for MySQL users) writes to non-system tables.",
42324240
"Detects events where a database user or role has been granted all privileges to a database, or to all tables, procedures, or functions in a schema.",
42334241
"Detects if database instance data exported to a Cloud Storage bucket outside of the organization.",
4234-
"Detects if database instance data exported to a Cloud Storage bucket that is owned by the organization and is publicly accessible."
4242+
"Detects if database instance data exported to a Cloud Storage bucket that is owned by the organization and is publicly accessible.",
4243+
"Detects if a database instance is using a weak password hash algorithm.",
4244+
"Detects if a database instance has no user password policy set."
42354245
],
42364246
"type": "string"
42374247
},
@@ -4602,7 +4612,9 @@
46024612
"SIGNAL_TYPE_SUPERUSER_WRITING_TO_USER_TABLES",
46034613
"SIGNAL_TYPE_USER_GRANTED_ALL_PERMISSIONS",
46044614
"SIGNAL_TYPE_DATA_EXPORT_TO_EXTERNAL_CLOUD_STORAGE_BUCKET",
4605-
"SIGNAL_TYPE_DATA_EXPORT_TO_PUBLIC_CLOUD_STORAGE_BUCKET"
4615+
"SIGNAL_TYPE_DATA_EXPORT_TO_PUBLIC_CLOUD_STORAGE_BUCKET",
4616+
"SIGNAL_TYPE_WEAK_PASSWORD_HASH_ALGORITHM",
4617+
"SIGNAL_TYPE_NO_USER_PASSWORD_POLICY"
46064618
],
46074619
"enumDeprecated": [
46084620
false,
@@ -4683,6 +4695,8 @@
46834695
false,
46844696
false,
46854697
false,
4698+
false,
4699+
false,
46864700
false
46874701
],
46884702
"enumDescriptions": [
@@ -4764,7 +4778,9 @@
47644778
"Detects events where a Cloud SQL superuser (postgres for PostgreSQL servers or root for MySQL users) writes to non-system tables.",
47654779
"Detects events where a database user or role has been granted all privileges to a database, or to all tables, procedures, or functions in a schema.",
47664780
"Detects if database instance data exported to a Cloud Storage bucket outside of the organization.",
4767-
"Detects if database instance data exported to a Cloud Storage bucket that is owned by the organization and is publicly accessible."
4781+
"Detects if database instance data exported to a Cloud Storage bucket that is owned by the organization and is publicly accessible.",
4782+
"Detects if a database instance is using a weak password hash algorithm.",
4783+
"Detects if a database instance has no user password policy set."
47684784
],
47694785
"type": "string"
47704786
}
@@ -4834,7 +4850,8 @@
48344850
"id": "StorageDatabasecenterPartnerapiV1mainMachineConfiguration",
48354851
"properties": {
48364852
"cpuCount": {
4837-
"description": "The number of CPUs. TODO(b/342344482, b/342346271) add proto validations again after bug fix.",
4853+
"deprecated": true,
4854+
"description": "The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482, b/342346271) add proto validations again after bug fix.",
48384855
"format": "int32",
48394856
"type": "integer"
48404857
},

‎alloydb/v1alpha/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.

‎androidmanagement/v1/androidmanagement-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,7 @@
11421142
"parameterOrder": [],
11431143
"parameters": {
11441144
"adminEmail": {
1145-
"description": "Optional. Email address used to prefill the admin field of the enterprise signup form. This value is a hint only and can be altered by the user.",
1145+
"description": "Optional. Email address used to prefill the admin field of the enterprise signup form. This value is a hint only and can be altered by the user. If allowedDomains is non-empty then this must belong to one of the allowedDomains.",
11461146
"location": "query",
11471147
"type": "string"
11481148
},
@@ -1174,7 +1174,7 @@
11741174
}
11751175
}
11761176
},
1177-
"revision": "20250106",
1177+
"revision": "20250109",
11781178
"rootUrl": "https://androidmanagement.googleapis.com/",
11791179
"schemas": {
11801180
"AdbShellCommandEvent": {

‎androidmanagement/v1/androidmanagement-gen.go

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

0 commit comments

Comments
 (0)