Skip to content

Commit 05de776

Browse files
feat(all): auto-regenerate discovery clients (#2344)
1 parent 811e925 commit 05de776

File tree

106 files changed

+4290
-814
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+4290
-814
lines changed

alloydb/v1/alloydb-api.json

Lines changed: 47 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1489,7 +1489,7 @@
14891489
}
14901490
}
14911491
},
1492-
"revision": "20231128",
1492+
"revision": "20240103",
14931493
"rootUrl": "https://alloydb.googleapis.com/",
14941494
"schemas": {
14951495
"AutomatedBackupPolicy": {
@@ -3091,6 +3091,44 @@
30913091
},
30923092
"type": "object"
30933093
},
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+
},
30943132
"StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed": {
30953133
"description": "DatabaseResourceFeed is the top level proto to be used to ingest different database resource level events into Condor platform.",
30963134
"id": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed",
@@ -3346,7 +3384,7 @@
33463384
"Represents if a resource violates NIST 800-53.",
33473385
"Represents if a resource violates ISO-27001.",
33483386
"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.",
33503388
"Represents if the log_duration database flag for a Cloud SQL for PostgreSQL instance is not set to on.",
33513389
"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).",
33523390
"Represents if the log_lock_waits database flag for a Cloud SQL for PostgreSQL instance is not set to on.",
@@ -3377,7 +3415,7 @@
33773415
"Represents if the remote access database flag for a Cloud SQL for SQL Server instance is not set to off.",
33783416
"Represents if the skip_show_database database flag for a Cloud SQL for MySQL instance is not set to on.",
33793417
"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."
33813419
],
33823420
"type": "string"
33833421
},
@@ -3482,12 +3520,8 @@
34823520
"type": "string"
34833521
},
34843522
"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"
34913525
},
34923526
"expectedState": {
34933527
"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,7 +3684,7 @@
36503684
"ENGINE_NATIVE",
36513685
"NATIVE",
36523686
"ENGINE_CLOUD_SPANNER_WITH_POSTGRES_DIALECT",
3653-
"SPANGRES",
3687+
"ENGINE_CLOUD_SPANNER_WITH_GOOGLESQL_DIALECT",
36543688
"ENGINE_OTHER"
36553689
],
36563690
"enumDeprecated": [
@@ -3664,7 +3698,7 @@
36643698
false,
36653699
true,
36663700
false,
3667-
true,
3701+
false,
36683702
false
36693703
],
36703704
"enumDescriptions": [
@@ -3677,8 +3711,8 @@
36773711
"SQLServer binary running as engine in database instance.",
36783712
"Native database binary running as engine in instance.",
36793713
"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.",
36823716
"Other refers to rest of other database engine. This is to be when engine is known, but it is not present in this enum."
36833717
],
36843718
"type": "string"
@@ -3692,7 +3726,6 @@
36923726
"PRODUCT_TYPE_ALLOYDB",
36933727
"ALLOYDB",
36943728
"PRODUCT_TYPE_SPANNER",
3695-
"SPANNER",
36963729
"PRODUCT_TYPE_ON_PREM",
36973730
"ON_PREM",
36983731
"PRODUCT_TYPE_OTHER"
@@ -3704,7 +3737,6 @@
37043737
false,
37053738
true,
37063739
false,
3707-
true,
37083740
false,
37093741
true,
37103742
false
@@ -3716,7 +3748,6 @@
37163748
"AlloyDB product area in GCP",
37173749
"AlloyDB product area in GCP",
37183750
"Spanner product area in GCP",
3719-
"Spanner product area in GCP",
37203751
"On premises database product.",
37213752
"On premises database product.",
37223753
"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."

alloydb/v1/alloydb-gen.go

Lines changed: 82 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)