|
144 | 144 | ],
|
145 | 145 | "parameters": {
|
146 | 146 | "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.", |
148 | 148 | "location": "query",
|
149 | 149 | "repeated": true,
|
150 | 150 | "type": "string"
|
|
1622 | 1622 | }
|
1623 | 1623 | }
|
1624 | 1624 | },
|
1625 |
| - "revision": "20250820", |
| 1625 | + "revision": "20250904", |
1626 | 1626 | "rootUrl": "https://alloydb.googleapis.com/",
|
1627 | 1627 | "schemas": {
|
1628 | 1628 | "AuthorizedNetwork": {
|
|
4252 | 4252 | "type": "object"
|
4253 | 4253 | },
|
4254 | 4254 | "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", |
4256 | 4256 | "id": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed",
|
4257 | 4257 | "properties": {
|
4258 | 4258 | "backupdrMetadata": {
|
|
4263 | 4263 | "$ref": "StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData",
|
4264 | 4264 | "description": "Config based signal data is used to ingest signals that are generated based on the configuration of the database resource."
|
4265 | 4265 | },
|
| 4266 | + "databaseResourceSignalData": { |
| 4267 | + "$ref": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceSignalData", |
| 4268 | + "description": "Database resource signal data is used to ingest signals from database resource signal feeds." |
| 4269 | + }, |
4266 | 4270 | "feedTimestamp": {
|
4267 | 4271 | "description": "Required. Timestamp when feed is generated.",
|
4268 | 4272 | "format": "google-datetime",
|
|
4802 | 4806 | "type": "object"
|
4803 | 4807 | },
|
4804 | 4808 | "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", |
4806 | 4810 | "id": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata",
|
4807 | 4811 | "properties": {
|
4808 | 4812 | "availabilityConfiguration": {
|
|
4855 | 4859 | "enum": [
|
4856 | 4860 | "EDITION_UNSPECIFIED",
|
4857 | 4861 | "EDITION_ENTERPRISE",
|
4858 |
| - "EDITION_ENTERPRISE_PLUS" |
| 4862 | + "EDITION_ENTERPRISE_PLUS", |
| 4863 | + "EDITION_STANDARD" |
4859 | 4864 | ],
|
4860 | 4865 | "enumDescriptions": [
|
4861 | 4866 | "Default, to make it consistent with instance edition enum.",
|
4862 | 4867 | "Represents the enterprise edition.",
|
4863 |
| - "Represents the enterprise plus edition." |
| 4868 | + "Represents the enterprise plus edition.", |
| 4869 | + "Represents the standard edition." |
4864 | 4870 | ],
|
4865 | 4871 | "type": "string"
|
4866 | 4872 | },
|
|
5005 | 5011 | "userLabelSet": {
|
5006 | 5012 | "$ref": "StorageDatabasecenterPartnerapiV1mainUserLabels",
|
5007 | 5013 | "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" |
5008 | 5018 | }
|
5009 | 5019 | },
|
5010 | 5020 | "type": "object"
|
|
5381 | 5391 | },
|
5382 | 5392 | "type": "object"
|
5383 | 5393 | },
|
| 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 | + }, |
5384 | 5455 | "StorageDatabasecenterPartnerapiV1mainEntitlement": {
|
5385 | 5456 | "description": "Proto representing the access that a user has to a specific feature/service. NextId: 3.",
|
5386 | 5457 | "id": "StorageDatabasecenterPartnerapiV1mainEntitlement",
|
|
0 commit comments