Skip to content

Commit 163216d

Browse files
feat(all): auto-regenerate discovery clients (#3334)
1 parent b9890fc commit 163216d

File tree

6 files changed

+303
-13
lines changed

6 files changed

+303
-13
lines changed

‎migrationcenter/v1/migrationcenter-api.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2412,7 +2412,7 @@
24122412
}
24132413
}
24142414
},
2415-
"revision": "20250928",
2415+
"revision": "20250930",
24162416
"rootUrl": "https://migrationcenter.googleapis.com/",
24172417
"schemas": {
24182418
"AddAssetsToGroupRequest": {
@@ -2425,7 +2425,7 @@
24252425
},
24262426
"assets": {
24272427
"$ref": "AssetList",
2428-
"description": "Required. List of assets to be added. The maximum number of assets that can be added in a single request is 1000."
2428+
"description": "Required. List of assets to be added. The maximum number of assets that can be added in a single request is 2000."
24292429
},
24302430
"requestId": {
24312431
"description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",

‎migrationcenter/v1/migrationcenter-gen.go‎

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

‎migrationcenter/v1alpha1/migrationcenter-api.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2559,7 +2559,7 @@
25592559
}
25602560
}
25612561
},
2562-
"revision": "20250928",
2562+
"revision": "20250930",
25632563
"rootUrl": "https://migrationcenter.googleapis.com/",
25642564
"schemas": {
25652565
"AddAssetsToGroupRequest": {
@@ -2572,7 +2572,7 @@
25722572
},
25732573
"assets": {
25742574
"$ref": "AssetList",
2575-
"description": "Required. List of assets to be added. The maximum number of assets that can be added in a single request is 1000."
2575+
"description": "Required. List of assets to be added. The maximum number of assets that can be added in a single request is 2000."
25762576
},
25772577
"requestId": {
25782578
"description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",

‎migrationcenter/v1alpha1/migrationcenter-gen.go‎

Lines changed: 1 addition & 1 deletion
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: 139 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@
10731073
}
10741074
}
10751075
},
1076-
"revision": "20250909",
1076+
"revision": "20250930",
10771077
"rootUrl": "https://redis.googleapis.com/",
10781078
"schemas": {
10791079
"AOFConfig": {
@@ -1608,6 +1608,10 @@
16081608
"description": "Output only. ClusterMaintenanceSchedule Output only Published maintenance schedule.",
16091609
"readOnly": true
16101610
},
1611+
"maintenanceVersion": {
1612+
"description": "Optional. This field can be used to trigger self service update to indicate the desired maintenance version. The input to this field can be determined by the available_maintenance_versions field.",
1613+
"type": "string"
1614+
},
16111615
"managedBackupSource": {
16121616
"$ref": "ManagedBackupSource",
16131617
"description": "Optional. Backups generated and managed by memorystore service."
@@ -2303,7 +2307,8 @@
23032307
"SIGNAL_TYPE_MANY_IDLE_CONNECTIONS",
23042308
"SIGNAL_TYPE_REPLICATION_LAG",
23052309
"SIGNAL_TYPE_OUTDATED_VERSION",
2306-
"SIGNAL_TYPE_OUTDATED_CLIENT"
2310+
"SIGNAL_TYPE_OUTDATED_CLIENT",
2311+
"SIGNAL_TYPE_DATABOOST_DISABLED"
23072312
],
23082313
"enumDeprecated": [
23092314
false,
@@ -2407,6 +2412,7 @@
24072412
false,
24082413
false,
24092414
false,
2415+
false,
24102416
false
24112417
],
24122418
"enumDescriptions": [
@@ -2511,7 +2517,8 @@
25112517
"High number of idle connections.",
25122518
"Replication delay.",
25132519
"Outdated version.",
2514-
"Outdated client."
2520+
"Outdated client.",
2521+
"Databoost is disabled."
25152522
],
25162523
"type": "string"
25172524
},
@@ -2575,7 +2582,7 @@
25752582
"type": "object"
25762583
},
25772584
"DatabaseResourceMetadata": {
2578-
"description": "Common model for database resource instance metadata. Next ID: 27",
2585+
"description": "Common model for database resource instance metadata. Next ID: 29",
25792586
"id": "DatabaseResourceMetadata",
25802587
"properties": {
25812588
"availabilityConfiguration": {
@@ -2726,6 +2733,10 @@
27262733
"$ref": "MachineConfiguration",
27272734
"description": "Machine configuration for this resource."
27282735
},
2736+
"maintenanceInfo": {
2737+
"$ref": "ResourceMaintenanceInfo",
2738+
"description": "Optional. Maintenance info for the resource."
2739+
},
27292740
"primaryResourceId": {
27302741
"$ref": "DatabaseResourceId",
27312742
"description": "Identifier for this resource's immediate parent/primary resource if the current resource is a replica or derived form of another Database resource. Else it would be NULL. REQUIRED if the immediate parent exists when first time resource is getting ingested, otherwise optional."
@@ -2945,7 +2956,8 @@
29452956
"SIGNAL_TYPE_MANY_IDLE_CONNECTIONS",
29462957
"SIGNAL_TYPE_REPLICATION_LAG",
29472958
"SIGNAL_TYPE_OUTDATED_VERSION",
2948-
"SIGNAL_TYPE_OUTDATED_CLIENT"
2959+
"SIGNAL_TYPE_OUTDATED_CLIENT",
2960+
"SIGNAL_TYPE_DATABOOST_DISABLED"
29492961
],
29502962
"enumDeprecated": [
29512963
false,
@@ -3049,6 +3061,7 @@
30493061
false,
30503062
false,
30513063
false,
3064+
false,
30523065
false
30533066
],
30543067
"enumDescriptions": [
@@ -3153,7 +3166,8 @@
31533166
"High number of idle connections.",
31543167
"Replication delay.",
31553168
"Outdated version.",
3156-
"Outdated client."
3169+
"Outdated client.",
3170+
"Databoost is disabled."
31573171
],
31583172
"type": "string"
31593173
}
@@ -3221,6 +3235,28 @@
32213235
},
32223236
"type": "object"
32233237
},
3238+
"Date": {
3239+
"description": "Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp",
3240+
"id": "Date",
3241+
"properties": {
3242+
"day": {
3243+
"description": "Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.",
3244+
"format": "int32",
3245+
"type": "integer"
3246+
},
3247+
"month": {
3248+
"description": "Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.",
3249+
"format": "int32",
3250+
"type": "integer"
3251+
},
3252+
"year": {
3253+
"description": "Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.",
3254+
"format": "int32",
3255+
"type": "integer"
3256+
}
3257+
},
3258+
"type": "object"
3259+
},
32243260
"DiscoveryEndpoint": {
32253261
"description": "Endpoints on each network, for Redis clients to connect to the cluster.",
32263262
"id": "DiscoveryEndpoint",
@@ -4502,6 +4538,7 @@
45024538
"PRODUCT_TYPE_FIRESTORE",
45034539
"PRODUCT_TYPE_COMPUTE_ENGINE",
45044540
"PRODUCT_TYPE_ORACLE_ON_GCP",
4541+
"PRODUCT_TYPE_BIGQUERY",
45054542
"PRODUCT_TYPE_OTHER"
45064543
],
45074544
"enumDeprecated": [
@@ -4518,6 +4555,7 @@
45184555
false,
45194556
false,
45204557
false,
4558+
false,
45214559
false
45224560
],
45234561
"enumDescriptions": [
@@ -4534,6 +4572,7 @@
45344572
"Firestore product area in GCP.",
45354573
"Compute Engine self managed databases",
45364574
"Oracle product area in GCP",
4575+
"BigQuery product area in GCP",
45374576
"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."
45384577
],
45394578
"type": "string"
@@ -4852,6 +4891,100 @@
48524891
},
48534892
"type": "object"
48544893
},
4894+
"ResourceMaintenanceDenySchedule": {
4895+
"description": "Deny maintenance period for the database resource. It specifies the time range during which the maintenance cannot start. This is configured by the customer.",
4896+
"id": "ResourceMaintenanceDenySchedule",
4897+
"properties": {
4898+
"endDate": {
4899+
"$ref": "Date",
4900+
"description": "Optional. Deny period end date."
4901+
},
4902+
"startDate": {
4903+
"$ref": "Date",
4904+
"description": "Optional. The start date of the deny maintenance period."
4905+
},
4906+
"time": {
4907+
"$ref": "TimeOfDay",
4908+
"description": "Optional. Time in UTC when the deny period starts on start_date and ends on end_date."
4909+
}
4910+
},
4911+
"type": "object"
4912+
},
4913+
"ResourceMaintenanceInfo": {
4914+
"description": "MaintenanceInfo to capture the maintenance details of database resource.",
4915+
"id": "ResourceMaintenanceInfo",
4916+
"properties": {
4917+
"denyMaintenanceSchedules": {
4918+
"description": "Optional. List of Deny maintenance period for the database resource.",
4919+
"items": {
4920+
"$ref": "ResourceMaintenanceDenySchedule"
4921+
},
4922+
"type": "array"
4923+
},
4924+
"maintenanceSchedule": {
4925+
"$ref": "ResourceMaintenanceSchedule",
4926+
"description": "Optional. Maintenance window for the database resource."
4927+
},
4928+
"maintenanceVersion": {
4929+
"description": "Optional. Current Maintenance version of the database resource. Example: \"MYSQL_8_0_41.R20250531.01_15\"",
4930+
"type": "string"
4931+
}
4932+
},
4933+
"type": "object"
4934+
},
4935+
"ResourceMaintenanceSchedule": {
4936+
"description": "Maintenance window for the database resource. It specifies preferred time and day of the week and phase in some cases, when the maintenance can start. This is configured by the customer.",
4937+
"id": "ResourceMaintenanceSchedule",
4938+
"properties": {
4939+
"day": {
4940+
"description": "Optional. Preferred day of the week for maintenance, e.g. MONDAY, TUESDAY, etc.",
4941+
"enum": [
4942+
"DAY_OF_WEEK_UNSPECIFIED",
4943+
"MONDAY",
4944+
"TUESDAY",
4945+
"WEDNESDAY",
4946+
"THURSDAY",
4947+
"FRIDAY",
4948+
"SATURDAY",
4949+
"SUNDAY"
4950+
],
4951+
"enumDescriptions": [
4952+
"The day of the week is unspecified.",
4953+
"Monday",
4954+
"Tuesday",
4955+
"Wednesday",
4956+
"Thursday",
4957+
"Friday",
4958+
"Saturday",
4959+
"Sunday"
4960+
],
4961+
"type": "string"
4962+
},
4963+
"phase": {
4964+
"description": "Optional. Phase of the maintenance window. This is to capture order of maintenance. For example, for Cloud SQL resources, this can be used to capture if the maintenance window is in Week1, Week2, Week5, etc. Non production resources are usually part of early phase. For more details, refer to Cloud SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance",
4965+
"enum": [
4966+
"WINDOW_PHASE_UNSPECIFIED",
4967+
"WINDOW_PHASE_ANY",
4968+
"WINDOW_PHASE_WEEK1",
4969+
"WINDOW_PHASE_WEEK2",
4970+
"WINDOW_PHASE_WEEK5"
4971+
],
4972+
"enumDescriptions": [
4973+
"Phase is unspecified.",
4974+
"Any phase.",
4975+
"Week 1.",
4976+
"Week 2.",
4977+
"Week 5."
4978+
],
4979+
"type": "string"
4980+
},
4981+
"time": {
4982+
"$ref": "TimeOfDay",
4983+
"description": "Optional. Preferred time to start the maintenance operation on the specified day."
4984+
}
4985+
},
4986+
"type": "object"
4987+
},
48554988
"RetentionSettings": {
48564989
"id": "RetentionSettings",
48574990
"properties": {

0 commit comments

Comments
 (0)