|
1489 | 1489 | }
|
1490 | 1490 | }
|
1491 | 1491 | },
|
1492 |
| - "revision": "20231128", |
| 1492 | + "revision": "20240103", |
1493 | 1493 | "rootUrl": "https://alloydb.googleapis.com/",
|
1494 | 1494 | "schemas": {
|
1495 | 1495 | "AutomatedBackupPolicy": {
|
|
3091 | 3091 | },
|
3092 | 3092 | "type": "object"
|
3093 | 3093 | },
|
| 3094 | + "StorageDatabasecenterPartnerapiV1mainCustomMetadataData": { |
| 3095 | + "description": "Any custom metadata associated with the resource. i.e. A spanner instance can have multiple databases with its own unique metadata. Information for these individual databases can be captured in custom metadata data", |
| 3096 | + "id": "StorageDatabasecenterPartnerapiV1mainCustomMetadataData", |
| 3097 | + "properties": { |
| 3098 | + "databaseMetadata": { |
| 3099 | + "items": { |
| 3100 | + "$ref": "StorageDatabasecenterPartnerapiV1mainDatabaseMetadata" |
| 3101 | + }, |
| 3102 | + "type": "array" |
| 3103 | + } |
| 3104 | + }, |
| 3105 | + "type": "object" |
| 3106 | + }, |
| 3107 | + "StorageDatabasecenterPartnerapiV1mainDatabaseMetadata": { |
| 3108 | + "description": "Metadata for individual databases created in an instance. i.e. spanner instance can have multiple databases with unique configuration settings.", |
| 3109 | + "id": "StorageDatabasecenterPartnerapiV1mainDatabaseMetadata", |
| 3110 | + "properties": { |
| 3111 | + "backupConfiguration": { |
| 3112 | + "$ref": "StorageDatabasecenterPartnerapiV1mainBackupConfiguration", |
| 3113 | + "description": "Backup configuration for this database" |
| 3114 | + }, |
| 3115 | + "backupRun": { |
| 3116 | + "$ref": "StorageDatabasecenterPartnerapiV1mainBackupRun", |
| 3117 | + "description": "Information about the last backup attempt for this database" |
| 3118 | + }, |
| 3119 | + "product": { |
| 3120 | + "$ref": "StorageDatabasecenterProtoCommonProduct" |
| 3121 | + }, |
| 3122 | + "resourceId": { |
| 3123 | + "$ref": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceId" |
| 3124 | + }, |
| 3125 | + "resourceName": { |
| 3126 | + "description": "Required. Database name. Resource name to follow CAIS resource_name format as noted here go/condor-common-datamodel", |
| 3127 | + "type": "string" |
| 3128 | + } |
| 3129 | + }, |
| 3130 | + "type": "object" |
| 3131 | + }, |
3094 | 3132 | "StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed": {
|
3095 | 3133 | "description": "DatabaseResourceFeed is the top level proto to be used to ingest different database resource level events into Condor platform.",
|
3096 | 3134 | "id": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed",
|
|
3346 | 3384 | "Represents if a resource violates NIST 800-53.",
|
3347 | 3385 | "Represents if a resource violates ISO-27001.",
|
3348 | 3386 | "Represents if a resource violates PCI-DSS v3.2.1.",
|
3349 |
| - "LINT.IfChange(scc_signals) Represents if log_checkpoints database flag for a Cloud SQL for PostgreSQL instance is not set to on.", |
| 3387 | + "Represents if log_checkpoints database flag for a Cloud SQL for PostgreSQL instance is not set to on.", |
3350 | 3388 | "Represents if the log_duration database flag for a Cloud SQL for PostgreSQL instance is not set to on.",
|
3351 | 3389 | "Represents if the log_error_verbosity database flag for a Cloud SQL for PostgreSQL instance is not set to default or stricter (default or terse).",
|
3352 | 3390 | "Represents if the log_lock_waits database flag for a Cloud SQL for PostgreSQL instance is not set to on.",
|
|
3377 | 3415 | "Represents if the remote access database flag for a Cloud SQL for SQL Server instance is not set to off.",
|
3378 | 3416 | "Represents if the skip_show_database database flag for a Cloud SQL for MySQL instance is not set to on.",
|
3379 | 3417 | "Represents if the 3625 (trace flag) database flag for a Cloud SQL for SQL Server instance is not set to on.",
|
3380 |
| - "Represents if public IP is enabled. LINT.ThenChange(//depot/google3/storage/databasecenter/ingestion/borgjob/message_adapter/health_signal_feed/health_signal_mapping.h)" |
| 3418 | + "Represents if public IP is enabled." |
3381 | 3419 | ],
|
3382 | 3420 | "type": "string"
|
3383 | 3421 | },
|
|
3482 | 3520 | "type": "string"
|
3483 | 3521 | },
|
3484 | 3522 | "customMetadata": {
|
3485 |
| - "additionalProperties": { |
3486 |
| - "description": "Properties of the object.", |
3487 |
| - "type": "any" |
3488 |
| - }, |
3489 |
| - "description": "Any custom metadata associated with the resource (a JSON field)", |
3490 |
| - "type": "object" |
| 3523 | + "$ref": "StorageDatabasecenterPartnerapiV1mainCustomMetadataData", |
| 3524 | + "description": "Any custom metadata associated with the resource" |
3491 | 3525 | },
|
3492 | 3526 | "expectedState": {
|
3493 | 3527 | "description": "The state that the instance is expected to be in. For example, an instance state can transition to UNHEALTHY due to wrong patch update, while the expected state will remain at the HEALTHY.",
|
|
3650 | 3684 | "ENGINE_NATIVE",
|
3651 | 3685 | "NATIVE",
|
3652 | 3686 | "ENGINE_CLOUD_SPANNER_WITH_POSTGRES_DIALECT",
|
3653 |
| - "SPANGRES", |
| 3687 | + "ENGINE_CLOUD_SPANNER_WITH_GOOGLESQL_DIALECT", |
3654 | 3688 | "ENGINE_OTHER"
|
3655 | 3689 | ],
|
3656 | 3690 | "enumDeprecated": [
|
|
3664 | 3698 | false,
|
3665 | 3699 | true,
|
3666 | 3700 | false,
|
3667 |
| - true, |
| 3701 | + false, |
3668 | 3702 | false
|
3669 | 3703 | ],
|
3670 | 3704 | "enumDescriptions": [
|
|
3677 | 3711 | "SQLServer binary running as engine in database instance.",
|
3678 | 3712 | "Native database binary running as engine in instance.",
|
3679 | 3713 | "Native database binary running as engine in instance.",
|
3680 |
| - "Cloud Spanner with Postgres dialect.", |
3681 |
| - "Cloud Spanner with Postgres dialect.", |
| 3714 | + "Cloud Spanner with PostgreSQL dialect.", |
| 3715 | + "Cloud Spanner with Google SQL dialect.", |
3682 | 3716 | "Other refers to rest of other database engine. This is to be when engine is known, but it is not present in this enum."
|
3683 | 3717 | ],
|
3684 | 3718 | "type": "string"
|
|
3692 | 3726 | "PRODUCT_TYPE_ALLOYDB",
|
3693 | 3727 | "ALLOYDB",
|
3694 | 3728 | "PRODUCT_TYPE_SPANNER",
|
3695 |
| - "SPANNER", |
3696 | 3729 | "PRODUCT_TYPE_ON_PREM",
|
3697 | 3730 | "ON_PREM",
|
3698 | 3731 | "PRODUCT_TYPE_OTHER"
|
|
3704 | 3737 | false,
|
3705 | 3738 | true,
|
3706 | 3739 | false,
|
3707 |
| - true, |
3708 | 3740 | false,
|
3709 | 3741 | true,
|
3710 | 3742 | false
|
|
3716 | 3748 | "AlloyDB product area in GCP",
|
3717 | 3749 | "AlloyDB product area in GCP",
|
3718 | 3750 | "Spanner product area in GCP",
|
3719 |
| - "Spanner product area in GCP", |
3720 | 3751 | "On premises database product.",
|
3721 | 3752 | "On premises database product.",
|
3722 | 3753 | "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."
|
|
0 commit comments