Skip to content

Commit 214eb4e

Browse files
feat(all): auto-regenerate discovery clients (#3249)
1 parent 09e5c07 commit 214eb4e

File tree

8 files changed

+571
-41
lines changed

8 files changed

+571
-41
lines changed

alloydb/v1alpha/alloydb-api.json

Lines changed: 144 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1622,7 +1622,7 @@
16221622
}
16231623
}
16241624
},
1625-
"revision": "20250612",
1625+
"revision": "20250723",
16261626
"rootUrl": "https://alloydb.googleapis.com/",
16271627
"schemas": {
16281628
"AuthorizedNetwork": {
@@ -4065,6 +4065,33 @@
40654065
},
40664066
"type": "object"
40674067
},
4068+
"StageSchedule": {
4069+
"description": "Timing information for the stage execution.",
4070+
"id": "StageSchedule",
4071+
"properties": {
4072+
"actualEndTime": {
4073+
"description": "Actual end time of the stage. Set only if the stage has completed.",
4074+
"format": "google-datetime",
4075+
"type": "string"
4076+
},
4077+
"actualStartTime": {
4078+
"description": "Actual start time of the stage. Set only if the stage has started.",
4079+
"format": "google-datetime",
4080+
"type": "string"
4081+
},
4082+
"estimatedEndTime": {
4083+
"description": "When the stage is expected to end. Set only if the stage has not completed yet.",
4084+
"format": "google-datetime",
4085+
"type": "string"
4086+
},
4087+
"estimatedStartTime": {
4088+
"description": "When the stage is expected to start. Set only if the stage has not started yet.",
4089+
"format": "google-datetime",
4090+
"type": "string"
4091+
}
4092+
},
4093+
"type": "object"
4094+
},
40684095
"StageStatus": {
40694096
"description": "Status of an upgrade stage.",
40704097
"id": "StageStatus",
@@ -4073,6 +4100,11 @@
40734100
"$ref": "ReadPoolInstancesUpgradeStageStatus",
40744101
"description": "Read pool instances upgrade metadata."
40754102
},
4103+
"schedule": {
4104+
"$ref": "StageSchedule",
4105+
"description": "Output only. Timing information for the stage execution.",
4106+
"readOnly": true
4107+
},
40764108
"stage": {
40774109
"description": "Upgrade stage.",
40784110
"enum": [
@@ -4236,6 +4268,17 @@
42364268
},
42374269
"type": "object"
42384270
},
4271+
"StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration": {
4272+
"description": "BackupDRConfiguration to capture the backup and disaster recovery details of database resource.",
4273+
"id": "StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration",
4274+
"properties": {
4275+
"backupdrManaged": {
4276+
"description": "Indicates if the resource is managed by BackupDR.",
4277+
"type": "boolean"
4278+
}
4279+
},
4280+
"type": "object"
4281+
},
42394282
"StorageDatabasecenterPartnerapiV1mainBackupRun": {
42404283
"description": "A backup run.",
42414284
"id": "StorageDatabasecenterPartnerapiV1mainBackupRun",
@@ -4286,6 +4329,50 @@
42864329
},
42874330
"type": "object"
42884331
},
4332+
"StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData": {
4333+
"description": "Config based signal data. This is used to send signals to Condor which are based on the DB level configurations. These will be used to send signals for self managed databases.",
4334+
"id": "StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData",
4335+
"properties": {
4336+
"fullResourceName": {
4337+
"description": "Required. Full Resource name of the source resource.",
4338+
"type": "string"
4339+
},
4340+
"lastRefreshTime": {
4341+
"description": "Required. Last time signal was refreshed",
4342+
"format": "google-datetime",
4343+
"type": "string"
4344+
},
4345+
"resourceId": {
4346+
"$ref": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceId",
4347+
"description": "Database resource id."
4348+
},
4349+
"signalBoolValue": {
4350+
"description": "Signal data for boolean signals.",
4351+
"type": "boolean"
4352+
},
4353+
"signalType": {
4354+
"description": "Required. Signal type of the signal",
4355+
"enum": [
4356+
"SIGNAL_TYPE_UNSPECIFIED",
4357+
"SIGNAL_TYPE_OUTDATED_MINOR_VERSION",
4358+
"SIGNAL_TYPE_DATABASE_AUDITING_DISABLED",
4359+
"SIGNAL_TYPE_NO_ROOT_PASSWORD",
4360+
"SIGNAL_TYPE_EXPOSED_TO_PUBLIC_ACCESS",
4361+
"SIGNAL_TYPE_UNENCRYPTED_CONNECTIONS"
4362+
],
4363+
"enumDescriptions": [
4364+
"Unspecified signal type.",
4365+
"Outdated Minor Version",
4366+
"Represents database auditing is disabled.",
4367+
"Represents if a database has a password configured for the root account or not.",
4368+
"Represents if a resource is exposed to public access.",
4369+
"Represents if a resources requires all incoming connections to use SSL or not."
4370+
],
4371+
"type": "string"
4372+
}
4373+
},
4374+
"type": "object"
4375+
},
42894376
"StorageDatabasecenterPartnerapiV1mainCustomMetadataData": {
42904377
"description": "Any custom metadata associated with the resource. e.g. A spanner instance can have multiple databases with its own unique metadata. Information for these individual databases can be captured in custom metadata data",
42914378
"id": "StorageDatabasecenterPartnerapiV1mainCustomMetadataData",
@@ -4301,9 +4388,13 @@
43014388
"type": "object"
43024389
},
43034390
"StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed": {
4304-
"description": "DatabaseResourceFeed is the top level proto to be used to ingest different database resource level events into Condor platform. Next ID: 8",
4391+
"description": "DatabaseResourceFeed is the top level proto to be used to ingest different database resource level events into Condor platform. Next ID: 9",
43054392
"id": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed",
43064393
"properties": {
4394+
"configBasedSignalData": {
4395+
"$ref": "StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData",
4396+
"description": "Config based signal data is used to ingest signals that are generated based on the configuration of the database resource."
4397+
},
43074398
"feedTimestamp": {
43084399
"description": "Required. Timestamp when feed is generated.",
43094400
"format": "google-datetime",
@@ -4316,14 +4407,16 @@
43164407
"RESOURCE_METADATA",
43174408
"OBSERVABILITY_DATA",
43184409
"SECURITY_FINDING_DATA",
4319-
"RECOMMENDATION_SIGNAL_DATA"
4410+
"RECOMMENDATION_SIGNAL_DATA",
4411+
"CONFIG_BASED_SIGNAL_DATA"
43204412
],
43214413
"enumDescriptions": [
43224414
"",
43234415
"Database resource metadata feed from control plane",
43244416
"Database resource monitoring data",
43254417
"Database resource security health signal data",
4326-
"Database resource recommendation signal data"
4418+
"Database resource recommendation signal data",
4419+
"Database config based signal data"
43274420
],
43284421
"type": "string"
43294422
},
@@ -4557,7 +4650,12 @@
45574650
"SIGNAL_TYPE_HIGH_WRITE_PRESSURE",
45584651
"SIGNAL_TYPE_HIGH_READ_PRESSURE",
45594652
"SIGNAL_TYPE_ENCRYPTION_ORG_POLICY_NOT_SATISFIED",
4560-
"SIGNAL_TYPE_LOCATION_ORG_POLICY_NOT_SATISFIED"
4653+
"SIGNAL_TYPE_LOCATION_ORG_POLICY_NOT_SATISFIED",
4654+
"SIGNAL_TYPE_OUTDATED_MINOR_VERSION",
4655+
"SIGNAL_TYPE_SCHEMA_NOT_OPTIMIZED",
4656+
"SIGNAL_TYPE_MANY_IDLE_CONNECTIONS",
4657+
"SIGNAL_TYPE_REPLICATION_LAG",
4658+
"SIGNAL_TYPE_OUTDATED_VERSION"
45614659
],
45624660
"enumDeprecated": [
45634661
false,
@@ -4655,6 +4753,11 @@
46554753
false,
46564754
false,
46574755
false,
4756+
false,
4757+
false,
4758+
false,
4759+
false,
4760+
false,
46584761
false
46594762
],
46604763
"enumDescriptions": [
@@ -4753,7 +4856,12 @@
47534856
"Heavy write pressure on the database rows.",
47544857
"Heavy read pressure on the database rows.",
47554858
"Encryption org policy not satisfied.",
4756-
"Location org policy not satisfied."
4859+
"Location org policy not satisfied.",
4860+
"Outdated DB minor version.",
4861+
"Schema not optimized.",
4862+
"High number of idle connections.",
4863+
"Replication delay.",
4864+
"Outdated version."
47574865
],
47584866
"type": "string"
47594867
},
@@ -4817,7 +4925,7 @@
48174925
"type": "object"
48184926
},
48194927
"StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata": {
4820-
"description": "Common model for database resource instance metadata. Next ID: 25",
4928+
"description": "Common model for database resource instance metadata. Next ID: 26",
48214929
"id": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata",
48224930
"properties": {
48234931
"availabilityConfiguration": {
@@ -4832,6 +4940,10 @@
48324940
"$ref": "StorageDatabasecenterPartnerapiV1mainBackupRun",
48334941
"description": "Latest backup run information for this instance"
48344942
},
4943+
"backupdrConfiguration": {
4944+
"$ref": "StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration",
4945+
"description": "Optional. BackupDR Configuration for the resource."
4946+
},
48354947
"creationTime": {
48364948
"description": "The creation time of the resource, i.e. the time when resource is created and recorded in partner service.",
48374949
"format": "google-datetime",
@@ -4904,6 +5016,7 @@
49045016
},
49055017
"gcbdrConfiguration": {
49065018
"$ref": "StorageDatabasecenterPartnerapiV1mainGCBDRConfiguration",
5019+
"deprecated": true,
49075020
"description": "GCBDR configuration for the resource."
49085021
},
49095022
"id": {
@@ -5170,7 +5283,12 @@
51705283
"SIGNAL_TYPE_HIGH_WRITE_PRESSURE",
51715284
"SIGNAL_TYPE_HIGH_READ_PRESSURE",
51725285
"SIGNAL_TYPE_ENCRYPTION_ORG_POLICY_NOT_SATISFIED",
5173-
"SIGNAL_TYPE_LOCATION_ORG_POLICY_NOT_SATISFIED"
5286+
"SIGNAL_TYPE_LOCATION_ORG_POLICY_NOT_SATISFIED",
5287+
"SIGNAL_TYPE_OUTDATED_MINOR_VERSION",
5288+
"SIGNAL_TYPE_SCHEMA_NOT_OPTIMIZED",
5289+
"SIGNAL_TYPE_MANY_IDLE_CONNECTIONS",
5290+
"SIGNAL_TYPE_REPLICATION_LAG",
5291+
"SIGNAL_TYPE_OUTDATED_VERSION"
51745292
],
51755293
"enumDeprecated": [
51765294
false,
@@ -5268,6 +5386,11 @@
52685386
false,
52695387
false,
52705388
false,
5389+
false,
5390+
false,
5391+
false,
5392+
false,
5393+
false,
52715394
false
52725395
],
52735396
"enumDescriptions": [
@@ -5366,7 +5489,12 @@
53665489
"Heavy write pressure on the database rows.",
53675490
"Heavy read pressure on the database rows.",
53685491
"Encryption org policy not satisfied.",
5369-
"Location org policy not satisfied."
5492+
"Location org policy not satisfied.",
5493+
"Outdated DB minor version.",
5494+
"Schema not optimized.",
5495+
"High number of idle connections.",
5496+
"Replication delay.",
5497+
"Outdated version."
53705498
],
53715499
"type": "string"
53725500
}
@@ -5677,6 +5805,7 @@
56775805
"ENGINE_OTHER",
56785806
"ENGINE_FIRESTORE_WITH_NATIVE_MODE",
56795807
"ENGINE_FIRESTORE_WITH_DATASTORE_MODE",
5808+
"ENGINE_FIRESTORE_WITH_MONGODB_COMPATIBILITY_MODE",
56805809
"ENGINE_EXADATA_ORACLE",
56815810
"ENGINE_ADB_SERVERLESS_ORACLE"
56825811
],
@@ -5698,6 +5827,7 @@
56985827
false,
56995828
false,
57005829
false,
5830+
false,
57015831
false
57025832
],
57035833
"enumDescriptions": [
@@ -5717,11 +5847,16 @@
57175847
"Other refers to rest of other database engine. This is to be when engine is known, but it is not present in this enum.",
57185848
"Firestore with native mode.",
57195849
"Firestore with datastore mode.",
5850+
"Firestore with MongoDB compatibility mode.",
57205851
"Oracle Exadata engine.",
57215852
"Oracle Autonomous DB Serverless engine."
57225853
],
57235854
"type": "string"
57245855
},
5856+
"minorVersion": {
5857+
"description": "Minor version of the underlying database engine. Example values: For MySQL, it could be \"8.0.32\", \"5.7.32\" etc.. For Postgres, it could be \"14.3\", \"15.3\" etc..",
5858+
"type": "string"
5859+
},
57255860
"type": {
57265861
"description": "Type of specific database product. It could be CloudSQL, AlloyDB etc..",
57275862
"enum": [

0 commit comments

Comments
 (0)