Skip to content

Commit fb420ad

Browse files
feat(all): auto-regenerate discovery clients (#3180)
1 parent 59d8272 commit fb420ad

File tree

6 files changed

+80
-15
lines changed

6 files changed

+80
-15
lines changed

migrationcenter/v1alpha1/migrationcenter-api.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2554,7 +2554,7 @@
25542554
}
25552555
}
25562556
},
2557-
"revision": "20250522",
2557+
"revision": "20250529",
25582558
"rootUrl": "https://migrationcenter.googleapis.com/",
25592559
"schemas": {
25602560
"AddAssetsToGroupRequest": {
@@ -6239,7 +6239,7 @@
62396239
"type": "object"
62406240
},
62416241
"MachinePreferences": {
6242-
"description": "The type of machines to consider when calculating virtual machine migration insights and recommendations for GCE. Not all machine types are available in all zones and regions.",
6242+
"description": "The type of machines to consider when calculating virtual machine migration insights and recommendations for Compute Engine. Not all machine types are available in all zones and regions.",
62436243
"id": "MachinePreferences",
62446244
"properties": {
62456245
"allowedMachineSeries": {
@@ -8963,7 +8963,7 @@
89638963
"type": "number"
89648964
},
89658965
"licenseDiscountPercentage": {
8966-
"description": "Optional. Discount percentage for the license type offered to you by Broadcom. Must be between 0 and 100. Only valid when service_type is set to SERVICE_TYPE_PORTABLE_LICENSE.",
8966+
"description": "Optional. Discount percentage for the license offered to you by Broadcom. Must be between 0 and 100. Only valid when service_type is set to SERVICE_TYPE_PORTABLE_LICENSE.",
89678967
"format": "float",
89688968
"type": "number"
89698969
},
@@ -8977,7 +8977,7 @@
89778977
"type": "number"
89788978
},
89798979
"serviceType": {
8980-
"description": "Optional. VMWare Service Type (Fully Licensed or Portable License).",
8980+
"description": "Optional. GCVE service type (fully licensed or portable license).",
89818981
"enum": [
89828982
"SERVICE_TYPE_UNSPECIFIED",
89838983
"SERVICE_TYPE_FULLY_LICENSED",

migrationcenter/v1alpha1/migrationcenter-gen.go

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

redis/v1beta1/redis-api.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@
10731073
}
10741074
}
10751075
},
1076-
"revision": "20250512",
1076+
"revision": "20250527",
10771077
"rootUrl": "https://redis.googleapis.com/",
10781078
"schemas": {
10791079
"AOFConfig": {
@@ -2147,7 +2147,7 @@
21472147
false,
21482148
true,
21492149
true,
2150-
false,
2150+
true,
21512151
false,
21522152
false,
21532153
false,
@@ -2388,7 +2388,7 @@
23882388
"type": "string"
23892389
},
23902390
"resourceType": {
2391-
"description": "Required. The type of resource this ID is identifying. Ex redis.googleapis.com/Instance, redis.googleapis.com/Cluster, alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance, spanner.googleapis.com/Instance, spanner.googleapis.com/Database, firestore.googleapis.com/Database, sqladmin.googleapis.com/Instance, bigtableadmin.googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance REQUIRED Please refer go/condor-common-datamodel",
2391+
"description": "Required. The type of resource this ID is identifying. Ex redis.googleapis.com/Instance, redis.googleapis.com/Cluster, alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance, spanner.googleapis.com/Instance, spanner.googleapis.com/Database, firestore.googleapis.com/Database, sqladmin.googleapis.com/Instance, bigtableadmin.googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance oracledatabase.googleapis.com/cloudExadataInfrastructures oracledatabase.googleapis.com/cloudVmClusters oracledatabase.googleapis.com/autonomousDatabases REQUIRED Please refer go/condor-common-datamodel",
23922392
"type": "string"
23932393
},
23942394
"uniqueId": {
@@ -2760,7 +2760,7 @@
27602760
false,
27612761
true,
27622762
true,
2763-
false,
2763+
true,
27642764
false,
27652765
false,
27662766
false,

redis/v1beta1/redis-gen.go

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

sqladmin/v1/sqladmin-api.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2594,7 +2594,7 @@
25942594
}
25952595
}
25962596
},
2597-
"revision": "20250516",
2597+
"revision": "20250526",
25982598
"rootUrl": "https://sqladmin.googleapis.com/",
25992599
"schemas": {
26002600
"AclEntry": {
@@ -4240,6 +4240,10 @@
42404240
"$ref": "SqlOutOfDiskReport",
42414241
"description": "This field represents the report generated by the proactive database wellness job for OutOfDisk issues. * Writers: * the proactive database wellness job for OOD. * Readers: * the proactive database wellness job"
42424242
},
4243+
"pitrFields": {
4244+
"$ref": "PITRFields",
4245+
"description": "Input only. PITR related fields added for Instance Independent PITR."
4246+
},
42434247
"primaryDnsName": {
42444248
"deprecated": true,
42454249
"description": "Output only. DEPRECATED: please use write_endpoint instead.",
@@ -6341,6 +6345,30 @@
63416345
},
63426346
"type": "object"
63436347
},
6348+
"PITRFields": {
6349+
"description": "PITR related fields include enablement settings, archiving settings, and the bucket name.",
6350+
"id": "PITRFields",
6351+
"properties": {
6352+
"enableBinLog": {
6353+
"description": "The enablement setting for PITR for MySQL.",
6354+
"type": "boolean"
6355+
},
6356+
"replicationLogArchivingEnabled": {
6357+
"description": "The enablement setting for PITR for PostgreSQL.",
6358+
"type": "boolean"
6359+
},
6360+
"sqlserverPitrEnabled": {
6361+
"description": "The enablement setting for PITR for SQL Server.",
6362+
"type": "boolean"
6363+
},
6364+
"transactionLogRetentionDays": {
6365+
"description": "The number of transaction log days to retain for PITR",
6366+
"format": "int32",
6367+
"type": "integer"
6368+
}
6369+
},
6370+
"type": "object"
6371+
},
63446372
"PasswordStatus": {
63456373
"description": "Read-only password status.",
63466374
"id": "PasswordStatus",

sqladmin/v1/sqladmin-gen.go

Lines changed: 34 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)