Skip to content

Commit

Permalink
feat: Generate Google.Apis.SQLAdmin.v1beta4 version 1.68.0.3571
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa committed Oct 23, 2024
1 parent 3c76580 commit 3354abe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
10 changes: 6 additions & 4 deletions DiscoveryJson/sqladmin.v1beta4.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -2378,7 +2378,7 @@
}
}
},
"revision": "20241004",
"revision": "20241011",
"rootUrl": "https://sqladmin.googleapis.com/",
"schemas": {
"AclEntry": {
Expand Down Expand Up @@ -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": [
"",
Expand Down Expand Up @@ -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"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1360,7 +1360,8 @@ public InstancesResource(Google.Apis.Services.IClientService service)
/// <summary>
/// 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.
/// </summary>
/// <param name="project">Required. Project ID of the project that contains the instance.</param>
/// <param name="instance">Required. Cloud SQL instance ID. This does not include the project ID.</param>
Expand All @@ -1372,7 +1373,8 @@ public virtual ListServerCertificatesRequest ListServerCertificates(string proje
/// <summary>
/// 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.
/// </summary>
public class ListServerCertificatesRequest : SQLAdminBaseServiceRequest<Google.Apis.SQLAdmin.v1beta4.Data.InstancesListServerCertificatesResponse>
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- nupkg information -->
<PropertyGroup>
<Title>Google.Apis.SQLAdmin.v1beta4 Client Library</Title>
<Version>1.68.0.3564</Version>
<Version>1.68.0.3571</Version>
<Authors>Google LLC</Authors>
<Copyright>Copyright 2024 Google LLC</Copyright>
<PackageTags>Google</PackageTags>
Expand Down

0 comments on commit 3354abe

Please sign in to comment.