Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #2344

Merged
merged 1 commit into from
Jan 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
63 changes: 47 additions & 16 deletions alloydb/v1/alloydb-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1489,7 +1489,7 @@
}
}
},
"revision": "20231128",
"revision": "20240103",
"rootUrl": "https://alloydb.googleapis.com/",
"schemas": {
"AutomatedBackupPolicy": {
Expand Down Expand Up @@ -3091,6 +3091,44 @@
},
"type": "object"
},
"StorageDatabasecenterPartnerapiV1mainCustomMetadataData": {
"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",
"id": "StorageDatabasecenterPartnerapiV1mainCustomMetadataData",
"properties": {
"databaseMetadata": {
"items": {
"$ref": "StorageDatabasecenterPartnerapiV1mainDatabaseMetadata"
},
"type": "array"
}
},
"type": "object"
},
"StorageDatabasecenterPartnerapiV1mainDatabaseMetadata": {
"description": "Metadata for individual databases created in an instance. i.e. spanner instance can have multiple databases with unique configuration settings.",
"id": "StorageDatabasecenterPartnerapiV1mainDatabaseMetadata",
"properties": {
"backupConfiguration": {
"$ref": "StorageDatabasecenterPartnerapiV1mainBackupConfiguration",
"description": "Backup configuration for this database"
},
"backupRun": {
"$ref": "StorageDatabasecenterPartnerapiV1mainBackupRun",
"description": "Information about the last backup attempt for this database"
},
"product": {
"$ref": "StorageDatabasecenterProtoCommonProduct"
},
"resourceId": {
"$ref": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceId"
},
"resourceName": {
"description": "Required. Database name. Resource name to follow CAIS resource_name format as noted here go/condor-common-datamodel",
"type": "string"
}
},
"type": "object"
},
"StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed": {
"description": "DatabaseResourceFeed is the top level proto to be used to ingest different database resource level events into Condor platform.",
"id": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed",
Expand Down Expand Up @@ -3346,7 +3384,7 @@
"Represents if a resource violates NIST 800-53.",
"Represents if a resource violates ISO-27001.",
"Represents if a resource violates PCI-DSS v3.2.1.",
"LINT.IfChange(scc_signals) Represents if log_checkpoints database flag for a Cloud SQL for PostgreSQL instance is not set to on.",
"Represents if log_checkpoints database flag for a Cloud SQL for PostgreSQL instance is not set to on.",
"Represents if the log_duration database flag for a Cloud SQL for PostgreSQL instance is not set to on.",
"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).",
"Represents if the log_lock_waits database flag for a Cloud SQL for PostgreSQL instance is not set to on.",
Expand Down Expand Up @@ -3377,7 +3415,7 @@
"Represents if the remote access database flag for a Cloud SQL for SQL Server instance is not set to off.",
"Represents if the skip_show_database database flag for a Cloud SQL for MySQL instance is not set to on.",
"Represents if the 3625 (trace flag) database flag for a Cloud SQL for SQL Server instance is not set to on.",
"Represents if public IP is enabled. LINT.ThenChange(//depot/google3/storage/databasecenter/ingestion/borgjob/message_adapter/health_signal_feed/health_signal_mapping.h)"
"Represents if public IP is enabled."
],
"type": "string"
},
Expand Down Expand Up @@ -3482,12 +3520,8 @@
"type": "string"
},
"customMetadata": {
"additionalProperties": {
"description": "Properties of the object.",
"type": "any"
},
"description": "Any custom metadata associated with the resource (a JSON field)",
"type": "object"
"$ref": "StorageDatabasecenterPartnerapiV1mainCustomMetadataData",
"description": "Any custom metadata associated with the resource"
},
"expectedState": {
"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.",
Expand Down Expand Up @@ -3650,7 +3684,7 @@
"ENGINE_NATIVE",
"NATIVE",
"ENGINE_CLOUD_SPANNER_WITH_POSTGRES_DIALECT",
"SPANGRES",
"ENGINE_CLOUD_SPANNER_WITH_GOOGLESQL_DIALECT",
"ENGINE_OTHER"
],
"enumDeprecated": [
Expand All @@ -3664,7 +3698,7 @@
false,
true,
false,
true,
false,
false
],
"enumDescriptions": [
Expand All @@ -3677,8 +3711,8 @@
"SQLServer binary running as engine in database instance.",
"Native database binary running as engine in instance.",
"Native database binary running as engine in instance.",
"Cloud Spanner with Postgres dialect.",
"Cloud Spanner with Postgres dialect.",
"Cloud Spanner with PostgreSQL dialect.",
"Cloud Spanner with Google SQL dialect.",
"Other refers to rest of other database engine. This is to be when engine is known, but it is not present in this enum."
],
"type": "string"
Expand All @@ -3692,7 +3726,6 @@
"PRODUCT_TYPE_ALLOYDB",
"ALLOYDB",
"PRODUCT_TYPE_SPANNER",
"SPANNER",
"PRODUCT_TYPE_ON_PREM",
"ON_PREM",
"PRODUCT_TYPE_OTHER"
Expand All @@ -3704,7 +3737,6 @@
false,
true,
false,
true,
false,
true,
false
Expand All @@ -3716,7 +3748,6 @@
"AlloyDB product area in GCP",
"AlloyDB product area in GCP",
"Spanner product area in GCP",
"Spanner product area in GCP",
"On premises database product.",
"On premises database product.",
"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."
Expand Down
93 changes: 82 additions & 11 deletions alloydb/v1/alloydb-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.