From 3354abe95be7c329e0d97212a940119d25009bad Mon Sep 17 00:00:00 2001 From: Amanda Tarafa Mas Date: Wed, 23 Oct 2024 01:09:34 -0700 Subject: [PATCH] feat: Generate Google.Apis.SQLAdmin.v1beta4 version 1.68.0.3571 --- DiscoveryJson/sqladmin.v1beta4.json | 10 ++++++---- .../Google.Apis.SQLAdmin.v1beta4.cs | 6 ++++-- .../Google.Apis.SQLAdmin.v1beta4.csproj | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/DiscoveryJson/sqladmin.v1beta4.json b/DiscoveryJson/sqladmin.v1beta4.json index 61ed8ad2d21..2b401668740 100644 --- a/DiscoveryJson/sqladmin.v1beta4.json +++ b/DiscoveryJson/sqladmin.v1beta4.json @@ -609,7 +609,7 @@ "instances": { "methods": { "ListServerCertificates": { - "description": "Lists all versions of server certificates and certificate authorities (CAs) for the specified instance. There can be up to three sets of certs listed: the certificate that is currently in use, a future that has been added but not yet used to sign a certificate, and a certificate that has been rotated out.", + "description": "Lists all versions of server certificates and certificate authorities (CAs) for the specified instance. There can be up to three sets of certs listed: the certificate that is currently in use, a future that has been added but not yet used to sign a certificate, and a certificate that has been rotated out. For instances not using Certificate Authority Service (CAS) server CA, use ListServerCas instead.", "flatPath": "sql/v1beta4/projects/{project}/instances/{instance}/listServerCertificates", "httpMethod": "GET", "id": "sql.instances.ListServerCertificates", @@ -2378,7 +2378,7 @@ } } }, - "revision": "20241004", + "revision": "20241011", "rootUrl": "https://sqladmin.googleapis.com/", "schemas": { "AclEntry": { @@ -5844,7 +5844,8 @@ "UNSUPPORTED_COLUMNS", "USERS_NOT_CREATED_IN_REPLICA", "UNSUPPORTED_SYSTEM_OBJECTS", - "UNSUPPORTED_TABLES_WITH_REPLICA_IDENTITY" + "UNSUPPORTED_TABLES_WITH_REPLICA_IDENTITY", + "SELECTED_OBJECTS_NOT_EXIST_ON_SOURCE" ], "enumDescriptions": [ "", @@ -5899,7 +5900,8 @@ "The source database has generated columns that can't be migrated. Please change them to regular columns before migration.", "The source database has users that aren't created in the replica. First, create all users, which are in the pg_user_mappings table of the source database, in the destination instance. Then, perform the migration.", "The selected objects include system objects that aren't supported for migration.", - "The source database has tables with the FULL or NOTHING replica identity. Before starting your migration, either remove the identity or change it to DEFAULT. Note that this is an error and will block the migration." + "The source database has tables with the FULL or NOTHING replica identity. Before starting your migration, either remove the identity or change it to DEFAULT. Note that this is an error and will block the migration.", + "The selected objects don't exist on the source instance." ], "type": "string" } diff --git a/Src/Generated/Google.Apis.SQLAdmin.v1beta4/Google.Apis.SQLAdmin.v1beta4.cs b/Src/Generated/Google.Apis.SQLAdmin.v1beta4/Google.Apis.SQLAdmin.v1beta4.cs index 97a508d94cf..04208b74539 100644 --- a/Src/Generated/Google.Apis.SQLAdmin.v1beta4/Google.Apis.SQLAdmin.v1beta4.cs +++ b/Src/Generated/Google.Apis.SQLAdmin.v1beta4/Google.Apis.SQLAdmin.v1beta4.cs @@ -1360,7 +1360,8 @@ public InstancesResource(Google.Apis.Services.IClientService service) /// /// Lists all versions of server certificates and certificate authorities (CAs) for the specified instance. /// There can be up to three sets of certs listed: the certificate that is currently in use, a future that has - /// been added but not yet used to sign a certificate, and a certificate that has been rotated out. + /// been added but not yet used to sign a certificate, and a certificate that has been rotated out. For + /// instances not using Certificate Authority Service (CAS) server CA, use ListServerCas instead. /// /// Required. Project ID of the project that contains the instance. /// Required. Cloud SQL instance ID. This does not include the project ID. @@ -1372,7 +1373,8 @@ public virtual ListServerCertificatesRequest ListServerCertificates(string proje /// /// Lists all versions of server certificates and certificate authorities (CAs) for the specified instance. /// There can be up to three sets of certs listed: the certificate that is currently in use, a future that has - /// been added but not yet used to sign a certificate, and a certificate that has been rotated out. + /// been added but not yet used to sign a certificate, and a certificate that has been rotated out. For + /// instances not using Certificate Authority Service (CAS) server CA, use ListServerCas instead. /// public class ListServerCertificatesRequest : SQLAdminBaseServiceRequest { diff --git a/Src/Generated/Google.Apis.SQLAdmin.v1beta4/Google.Apis.SQLAdmin.v1beta4.csproj b/Src/Generated/Google.Apis.SQLAdmin.v1beta4/Google.Apis.SQLAdmin.v1beta4.csproj index 716f8ab8f3b..967602bf6d3 100644 --- a/Src/Generated/Google.Apis.SQLAdmin.v1beta4/Google.Apis.SQLAdmin.v1beta4.csproj +++ b/Src/Generated/Google.Apis.SQLAdmin.v1beta4/Google.Apis.SQLAdmin.v1beta4.csproj @@ -3,7 +3,7 @@ Google.Apis.SQLAdmin.v1beta4 Client Library - 1.68.0.3564 + 1.68.0.3571 Google LLC Copyright 2024 Google LLC Google