Skip to content

Commit b73e4fb

Browse files
feat(all): auto-regenerate discovery clients (#3529)
1 parent f6ede69 commit b73e4fb

20 files changed

Lines changed: 1333 additions & 188 deletions

aiplatform/v1/aiplatform-api.json

Lines changed: 267 additions & 41 deletions
Large diffs are not rendered by default.

aiplatform/v1/aiplatform-gen.go

Lines changed: 561 additions & 66 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: 60 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1879,7 +1879,7 @@
18791879
}
18801880
}
18811881
},
1882-
"revision": "20260219",
1882+
"revision": "20260226",
18831883
"rootUrl": "https://alloydb.googleapis.com/",
18841884
"schemas": {
18851885
"AuthorizedNetwork": {
@@ -4660,7 +4660,10 @@
46604660
"SIGNAL_TYPE_EXPOSED_TO_PUBLIC_ACCESS",
46614661
"SIGNAL_TYPE_UNENCRYPTED_CONNECTIONS",
46624662
"SIGNAL_TYPE_EXTENDED_SUPPORT",
4663-
"SIGNAL_TYPE_NO_AUTOMATED_BACKUP_POLICY"
4663+
"SIGNAL_TYPE_NO_AUTOMATED_BACKUP_POLICY",
4664+
"SIGNAL_TYPE_VERSION_NEARING_END_OF_LIFE",
4665+
"SIGNAL_TYPE_LAST_BACKUP_OLD",
4666+
"SIGNAL_TYPE_NOT_PROTECTED_BY_AUTOMATIC_FAILOVER"
46644667
],
46654668
"enumDescriptions": [
46664669
"Unspecified signal type.",
@@ -4670,7 +4673,10 @@
46704673
"Represents if a resource is exposed to public access.",
46714674
"Represents if a resources requires all incoming connections to use SSL or not.",
46724675
"Represents if a resource version is in extended support.",
4673-
"Represents if a resource has no automated backup policy."
4676+
"Represents if a resource has no automated backup policy.",
4677+
"Represents if a resource version is nearing end of life.",
4678+
"Represents if the last backup of a resource is older than 24 hours.",
4679+
"Represents if a resource is not protected by automatic failover."
46744680
],
46754681
"type": "string"
46764682
}
@@ -4980,7 +4986,8 @@
49804986
"SIGNAL_TYPE_DATABOOST_DISABLED",
49814987
"SIGNAL_TYPE_RECOMMENDED_MAINTENANCE_POLICIES",
49824988
"SIGNAL_TYPE_EXTENDED_SUPPORT",
4983-
"SIGNAL_TYPE_PERFORMANCE_KPI_CHANGE"
4989+
"SIGNAL_TYPE_PERFORMANCE_KPI_CHANGE",
4990+
"SIGNAL_TYPE_VERSION_NEARING_END_OF_LIFE"
49844991
],
49854992
"enumDeprecated": [
49864993
false,
@@ -5088,6 +5095,7 @@
50885095
false,
50895096
false,
50905097
false,
5098+
false,
50915099
false
50925100
],
50935101
"enumDescriptions": [
@@ -5196,7 +5204,8 @@
51965204
"Databoost is disabled.",
51975205
"Recommended maintenance policy.",
51985206
"Resource version is in extended support.",
5199-
"Change in performance KPIs."
5207+
"Change in performance KPIs.",
5208+
"Database version nearing end of life."
52005209
],
52015210
"type": "string"
52025211
},
@@ -5377,6 +5386,7 @@
53775386
"SUB_RESOURCE_TYPE_SECONDARY",
53785387
"SUB_RESOURCE_TYPE_READ_REPLICA",
53795388
"SUB_RESOURCE_TYPE_EXTERNAL_PRIMARY",
5389+
"SUB_RESOURCE_TYPE_READ_POOL",
53805390
"SUB_RESOURCE_TYPE_OTHER"
53815391
],
53825392
"enumDeprecated": [
@@ -5390,6 +5400,7 @@
53905400
false,
53915401
false,
53925402
false,
5403+
false,
53935404
false
53945405
],
53955406
"enumDescriptions": [
@@ -5403,6 +5414,7 @@
54035414
"A cluster or an instance acting as a secondary.",
54045415
"An instance acting as a read-replica.",
54055416
"An instance acting as an external primary.",
5417+
"An instance acting as Read Pool.",
54065418
"For rest of the other categories."
54075419
],
54085420
"type": "string"
@@ -5653,7 +5665,8 @@
56535665
"SIGNAL_TYPE_DATABOOST_DISABLED",
56545666
"SIGNAL_TYPE_RECOMMENDED_MAINTENANCE_POLICIES",
56555667
"SIGNAL_TYPE_EXTENDED_SUPPORT",
5656-
"SIGNAL_TYPE_PERFORMANCE_KPI_CHANGE"
5668+
"SIGNAL_TYPE_PERFORMANCE_KPI_CHANGE",
5669+
"SIGNAL_TYPE_VERSION_NEARING_END_OF_LIFE"
56575670
],
56585671
"enumDeprecated": [
56595672
false,
@@ -5761,6 +5774,7 @@
57615774
false,
57625775
false,
57635776
false,
5777+
false,
57645778
false
57655779
],
57665780
"enumDescriptions": [
@@ -5869,17 +5883,23 @@
58695883
"Databoost is disabled.",
58705884
"Recommended maintenance policy.",
58715885
"Resource version is in extended support.",
5872-
"Change in performance KPIs."
5886+
"Change in performance KPIs.",
5887+
"Database version nearing end of life."
58735888
],
58745889
"type": "string"
58755890
}
58765891
},
58775892
"type": "object"
58785893
},
58795894
"StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData": {
5880-
"description": "Database resource signal data. This is used to send signals to Condor which are based on the DB/Instance/Fleet level configurations. These will be used to send signals for all inventory types. Next ID: 7",
5895+
"description": "Database resource signal data. This is used to send signals to Condor which are based on the DB/Instance/Fleet level configurations. These will be used to send signals for all inventory types. Next ID: 9",
58815896
"id": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData",
58825897
"properties": {
5898+
"backupRun": {
5899+
"$ref": "StorageDatabasecenterPartnerapiV1mainBackupRun",
5900+
"deprecated": true,
5901+
"description": "Deprecated: Use signal_metadata_list instead."
5902+
},
58835903
"fullResourceName": {
58845904
"description": "Required. Full Resource name of the source resource.",
58855905
"type": "string"
@@ -5894,9 +5914,17 @@
58945914
"description": "Database resource id."
58955915
},
58965916
"signalBoolValue": {
5897-
"description": "Signal data for boolean signals.",
5917+
"deprecated": true,
5918+
"description": "Deprecated: Use signal_metadata_list instead.",
58985919
"type": "boolean"
58995920
},
5921+
"signalMetadataList": {
5922+
"description": "This will support array of OneOf signal metadata information for a given signal type.",
5923+
"items": {
5924+
"$ref": "StorageDatabasecenterPartnerapiV1mainSignalMetadata"
5925+
},
5926+
"type": "array"
5927+
},
59005928
"signalState": {
59015929
"description": "Required. Output only. Signal state of the signal",
59025930
"enum": [
@@ -5924,7 +5952,10 @@
59245952
"SIGNAL_TYPE_EXPOSED_TO_PUBLIC_ACCESS",
59255953
"SIGNAL_TYPE_UNENCRYPTED_CONNECTIONS",
59265954
"SIGNAL_TYPE_EXTENDED_SUPPORT",
5927-
"SIGNAL_TYPE_NO_AUTOMATED_BACKUP_POLICY"
5955+
"SIGNAL_TYPE_NO_AUTOMATED_BACKUP_POLICY",
5956+
"SIGNAL_TYPE_VERSION_NEARING_END_OF_LIFE",
5957+
"SIGNAL_TYPE_LAST_BACKUP_OLD",
5958+
"SIGNAL_TYPE_NOT_PROTECTED_BY_AUTOMATIC_FAILOVER"
59285959
],
59295960
"enumDescriptions": [
59305961
"Unspecified signal type.",
@@ -5934,7 +5965,10 @@
59345965
"Represents if a resource is exposed to public access.",
59355966
"Represents if a resources requires all incoming connections to use SSL or not.",
59365967
"Represents if a resource version is in extended support.",
5937-
"Represents if a resource has no automated backup policy."
5968+
"Represents if a resource has no automated backup policy.",
5969+
"Represents if a resource version is nearing end of life.",
5970+
"Represents if the last backup of a resource is older than 24 hours.",
5971+
"Represents if a resource is not protected by automatic failover."
59385972
],
59395973
"type": "string"
59405974
}
@@ -6349,6 +6383,21 @@
63496383
},
63506384
"type": "object"
63516385
},
6386+
"StorageDatabasecenterPartnerapiV1mainSignalMetadata": {
6387+
"description": "SignalMetadata contains one of the signal metadata proto messages associated with a SignalType. This proto will be mapped to SignalMetadata message in storage.proto. Next ID: 3",
6388+
"id": "StorageDatabasecenterPartnerapiV1mainSignalMetadata",
6389+
"properties": {
6390+
"backupRun": {
6391+
"$ref": "StorageDatabasecenterPartnerapiV1mainBackupRun",
6392+
"description": "Signal data for backup runs."
6393+
},
6394+
"signalBoolValue": {
6395+
"description": "Signal data for boolean signals.",
6396+
"type": "boolean"
6397+
}
6398+
},
6399+
"type": "object"
6400+
},
63526401
"StorageDatabasecenterPartnerapiV1mainTags": {
63536402
"description": "Message type for storing tags. Tags provide a way to create annotations for resources, and in some cases conditionally allow or deny policies based on whether a resource has a specific tag.",
63546403
"id": "StorageDatabasecenterPartnerapiV1mainTags",

alloydb/v1/alloydb-gen.go

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

0 commit comments

Comments
 (0)