Skip to content

Commit b34a325

Browse files
feat(alloydb): update the api
#### alloydb:v1 The following keys were added: - schemas.StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed.properties.databaseResourceSignalData.$ref (Total Keys: 1) - schemas.StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata.properties.zone.type (Total Keys: 1) - schemas.StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData (Total Keys: 10) #### alloydb:v1alpha The following keys were added: - schemas.StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed.properties.databaseResourceSignalData.$ref (Total Keys: 1) - schemas.StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata.properties.zone.type (Total Keys: 1) - schemas.StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData (Total Keys: 10) #### alloydb:v1beta The following keys were added: - schemas.StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed.properties.databaseResourceSignalData.$ref (Total Keys: 1) - schemas.StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata.properties.zone.type (Total Keys: 1) - schemas.StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData (Total Keys: 10)
1 parent 46a12bd commit b34a325

File tree

6 files changed

+234
-21
lines changed

6 files changed

+234
-21
lines changed

docs/dyn/alloydb_v1.projects.locations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ <h3>Method Details</h3>
145145

146146
Args:
147147
name: string, The resource that owns the locations collection, if applicable. (required)
148-
extraLocationTypes: string, Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
148+
extraLocationTypes: string, Optional. Unless explicitly documented otherwise, don&#x27;t use this unsupported field which is primarily intended for internal usage. (repeated)
149149
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `&quot;displayName=tokyo&quot;`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
150150
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
151151
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.

docs/dyn/alloydb_v1alpha.projects.locations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ <h3>Method Details</h3>
145145

146146
Args:
147147
name: string, The resource that owns the locations collection, if applicable. (required)
148-
extraLocationTypes: string, Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
148+
extraLocationTypes: string, Optional. Unless explicitly documented otherwise, don&#x27;t use this unsupported field which is primarily intended for internal usage. (repeated)
149149
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `&quot;displayName=tokyo&quot;`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
150150
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
151151
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.

docs/dyn/alloydb_v1beta.projects.locations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ <h3>Method Details</h3>
145145

146146
Args:
147147
name: string, The resource that owns the locations collection, if applicable. (required)
148-
extraLocationTypes: string, Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
148+
extraLocationTypes: string, Optional. Unless explicitly documented otherwise, don&#x27;t use this unsupported field which is primarily intended for internal usage. (repeated)
149149
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `&quot;displayName=tokyo&quot;`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
150150
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
151151
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.

googleapiclient/discovery_cache/documents/alloydb.v1.json

Lines changed: 77 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
],
145145
"parameters": {
146146
"extraLocationTypes": {
147-
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
147+
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
148148
"location": "query",
149149
"repeated": true,
150150
"type": "string"
@@ -1622,7 +1622,7 @@
16221622
}
16231623
}
16241624
},
1625-
"revision": "20250820",
1625+
"revision": "20250904",
16261626
"rootUrl": "https://alloydb.googleapis.com/",
16271627
"schemas": {
16281628
"AuthorizedNetwork": {
@@ -4252,7 +4252,7 @@ false
42524252
"type": "object"
42534253
},
42544254
"StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed": {
4255-
"description": "DatabaseResourceFeed is the top level proto to be used to ingest different database resource level events into Condor platform. Next ID: 11",
4255+
"description": "DatabaseResourceFeed is the top level proto to be used to ingest different database resource level events into Condor platform. Next ID: 12",
42564256
"id": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed",
42574257
"properties": {
42584258
"backupdrMetadata": {
@@ -4263,6 +4263,10 @@ false
42634263
"$ref": "StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData",
42644264
"description": "Config based signal data is used to ingest signals that are generated based on the configuration of the database resource."
42654265
},
4266+
"databaseResourceSignalData": {
4267+
"$ref": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData",
4268+
"description": "Database resource signal data is used to ingest signals from database resource signal feeds."
4269+
},
42664270
"feedTimestamp": {
42674271
"description": "Required. Timestamp when feed is generated.",
42684272
"format": "google-datetime",
@@ -4802,7 +4806,7 @@ false
48024806
"type": "object"
48034807
},
48044808
"StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata": {
4805-
"description": "Common model for database resource instance metadata. Next ID: 26",
4809+
"description": "Common model for database resource instance metadata. Next ID: 27",
48064810
"id": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata",
48074811
"properties": {
48084812
"availabilityConfiguration": {
@@ -4855,12 +4859,14 @@ false
48554859
"enum": [
48564860
"EDITION_UNSPECIFIED",
48574861
"EDITION_ENTERPRISE",
4858-
"EDITION_ENTERPRISE_PLUS"
4862+
"EDITION_ENTERPRISE_PLUS",
4863+
"EDITION_STANDARD"
48594864
],
48604865
"enumDescriptions": [
48614866
"Default, to make it consistent with instance edition enum.",
48624867
"Represents the enterprise edition.",
4863-
"Represents the enterprise plus edition."
4868+
"Represents the enterprise plus edition.",
4869+
"Represents the standard edition."
48644870
],
48654871
"type": "string"
48664872
},
@@ -5005,6 +5011,10 @@ false
50055011
"userLabelSet": {
50065012
"$ref": "StorageDatabasecenterPartnerapiV1mainUserLabels",
50075013
"description": "User-provided labels associated with the resource"
5014+
},
5015+
"zone": {
5016+
"description": "The resource zone. This is only applicable for zonal resources and will be empty for regional and multi-regional resources.",
5017+
"type": "string"
50085018
}
50095019
},
50105020
"type": "object"
@@ -5381,6 +5391,67 @@ false
53815391
},
53825392
"type": "object"
53835393
},
5394+
"StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData": {
5395+
"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",
5396+
"id": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData",
5397+
"properties": {
5398+
"fullResourceName": {
5399+
"description": "Required. Full Resource name of the source resource.",
5400+
"type": "string"
5401+
},
5402+
"lastRefreshTime": {
5403+
"description": "Required. Last time signal was refreshed",
5404+
"format": "google-datetime",
5405+
"type": "string"
5406+
},
5407+
"resourceId": {
5408+
"$ref": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceId",
5409+
"description": "Database resource id."
5410+
},
5411+
"signalBoolValue": {
5412+
"description": "Signal data for boolean signals.",
5413+
"type": "boolean"
5414+
},
5415+
"signalState": {
5416+
"description": "Required. Output only. Signal state of the signal",
5417+
"enum": [
5418+
"SIGNAL_STATE_UNSPECIFIED",
5419+
"ACTIVE",
5420+
"INACTIVE",
5421+
"DISMISSED"
5422+
],
5423+
"enumDescriptions": [
5424+
"Unspecified signal state.",
5425+
"Signal is active and requires attention.",
5426+
"Signal is inactive and does not require attention.",
5427+
"Signal is dismissed by the user and should not be shown to the user again."
5428+
],
5429+
"readOnly": true,
5430+
"type": "string"
5431+
},
5432+
"signalType": {
5433+
"description": "Required. Signal type of the signal",
5434+
"enum": [
5435+
"SIGNAL_TYPE_UNSPECIFIED",
5436+
"SIGNAL_TYPE_OUTDATED_MINOR_VERSION",
5437+
"SIGNAL_TYPE_DATABASE_AUDITING_DISABLED",
5438+
"SIGNAL_TYPE_NO_ROOT_PASSWORD",
5439+
"SIGNAL_TYPE_EXPOSED_TO_PUBLIC_ACCESS",
5440+
"SIGNAL_TYPE_UNENCRYPTED_CONNECTIONS"
5441+
],
5442+
"enumDescriptions": [
5443+
"Unspecified signal type.",
5444+
"Outdated Minor Version",
5445+
"Represents database auditing is disabled.",
5446+
"Represents if a database has a password configured for the root account or not.",
5447+
"Represents if a resource is exposed to public access.",
5448+
"Represents if a resources requires all incoming connections to use SSL or not."
5449+
],
5450+
"type": "string"
5451+
}
5452+
},
5453+
"type": "object"
5454+
},
53845455
"StorageDatabasecenterPartnerapiV1mainEntitlement": {
53855456
"description": "Proto representing the access that a user has to a specific feature/service. NextId: 3.",
53865457
"id": "StorageDatabasecenterPartnerapiV1mainEntitlement",

googleapiclient/discovery_cache/documents/alloydb.v1alpha.json

Lines changed: 77 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
],
145145
"parameters": {
146146
"extraLocationTypes": {
147-
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
147+
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
148148
"location": "query",
149149
"repeated": true,
150150
"type": "string"
@@ -1622,7 +1622,7 @@
16221622
}
16231623
}
16241624
},
1625-
"revision": "20250820",
1625+
"revision": "20250904",
16261626
"rootUrl": "https://alloydb.googleapis.com/",
16271627
"schemas": {
16281628
"AuthorizedNetwork": {
@@ -4420,7 +4420,7 @@ false
44204420
"type": "object"
44214421
},
44224422
"StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed": {
4423-
"description": "DatabaseResourceFeed is the top level proto to be used to ingest different database resource level events into Condor platform. Next ID: 11",
4423+
"description": "DatabaseResourceFeed is the top level proto to be used to ingest different database resource level events into Condor platform. Next ID: 12",
44244424
"id": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed",
44254425
"properties": {
44264426
"backupdrMetadata": {
@@ -4431,6 +4431,10 @@ false
44314431
"$ref": "StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData",
44324432
"description": "Config based signal data is used to ingest signals that are generated based on the configuration of the database resource."
44334433
},
4434+
"databaseResourceSignalData": {
4435+
"$ref": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData",
4436+
"description": "Database resource signal data is used to ingest signals from database resource signal feeds."
4437+
},
44344438
"feedTimestamp": {
44354439
"description": "Required. Timestamp when feed is generated.",
44364440
"format": "google-datetime",
@@ -4970,7 +4974,7 @@ false
49704974
"type": "object"
49714975
},
49724976
"StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata": {
4973-
"description": "Common model for database resource instance metadata. Next ID: 26",
4977+
"description": "Common model for database resource instance metadata. Next ID: 27",
49744978
"id": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata",
49754979
"properties": {
49764980
"availabilityConfiguration": {
@@ -5023,12 +5027,14 @@ false
50235027
"enum": [
50245028
"EDITION_UNSPECIFIED",
50255029
"EDITION_ENTERPRISE",
5026-
"EDITION_ENTERPRISE_PLUS"
5030+
"EDITION_ENTERPRISE_PLUS",
5031+
"EDITION_STANDARD"
50275032
],
50285033
"enumDescriptions": [
50295034
"Default, to make it consistent with instance edition enum.",
50305035
"Represents the enterprise edition.",
5031-
"Represents the enterprise plus edition."
5036+
"Represents the enterprise plus edition.",
5037+
"Represents the standard edition."
50325038
],
50335039
"type": "string"
50345040
},
@@ -5173,6 +5179,10 @@ false
51735179
"userLabelSet": {
51745180
"$ref": "StorageDatabasecenterPartnerapiV1mainUserLabels",
51755181
"description": "User-provided labels associated with the resource"
5182+
},
5183+
"zone": {
5184+
"description": "The resource zone. This is only applicable for zonal resources and will be empty for regional and multi-regional resources.",
5185+
"type": "string"
51765186
}
51775187
},
51785188
"type": "object"
@@ -5549,6 +5559,67 @@ false
55495559
},
55505560
"type": "object"
55515561
},
5562+
"StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData": {
5563+
"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",
5564+
"id": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData",
5565+
"properties": {
5566+
"fullResourceName": {
5567+
"description": "Required. Full Resource name of the source resource.",
5568+
"type": "string"
5569+
},
5570+
"lastRefreshTime": {
5571+
"description": "Required. Last time signal was refreshed",
5572+
"format": "google-datetime",
5573+
"type": "string"
5574+
},
5575+
"resourceId": {
5576+
"$ref": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceId",
5577+
"description": "Database resource id."
5578+
},
5579+
"signalBoolValue": {
5580+
"description": "Signal data for boolean signals.",
5581+
"type": "boolean"
5582+
},
5583+
"signalState": {
5584+
"description": "Required. Output only. Signal state of the signal",
5585+
"enum": [
5586+
"SIGNAL_STATE_UNSPECIFIED",
5587+
"ACTIVE",
5588+
"INACTIVE",
5589+
"DISMISSED"
5590+
],
5591+
"enumDescriptions": [
5592+
"Unspecified signal state.",
5593+
"Signal is active and requires attention.",
5594+
"Signal is inactive and does not require attention.",
5595+
"Signal is dismissed by the user and should not be shown to the user again."
5596+
],
5597+
"readOnly": true,
5598+
"type": "string"
5599+
},
5600+
"signalType": {
5601+
"description": "Required. Signal type of the signal",
5602+
"enum": [
5603+
"SIGNAL_TYPE_UNSPECIFIED",
5604+
"SIGNAL_TYPE_OUTDATED_MINOR_VERSION",
5605+
"SIGNAL_TYPE_DATABASE_AUDITING_DISABLED",
5606+
"SIGNAL_TYPE_NO_ROOT_PASSWORD",
5607+
"SIGNAL_TYPE_EXPOSED_TO_PUBLIC_ACCESS",
5608+
"SIGNAL_TYPE_UNENCRYPTED_CONNECTIONS"
5609+
],
5610+
"enumDescriptions": [
5611+
"Unspecified signal type.",
5612+
"Outdated Minor Version",
5613+
"Represents database auditing is disabled.",
5614+
"Represents if a database has a password configured for the root account or not.",
5615+
"Represents if a resource is exposed to public access.",
5616+
"Represents if a resources requires all incoming connections to use SSL or not."
5617+
],
5618+
"type": "string"
5619+
}
5620+
},
5621+
"type": "object"
5622+
},
55525623
"StorageDatabasecenterPartnerapiV1mainEntitlement": {
55535624
"description": "Proto representing the access that a user has to a specific feature/service. NextId: 3.",
55545625
"id": "StorageDatabasecenterPartnerapiV1mainEntitlement",

0 commit comments

Comments
 (0)