Skip to content

Commit 3300799

Browse files
feat: Automated regeneration of SQLAdmin client (googleapis#12392)
Auto-created at 2024-10-23 13:19:26 +0000 using the toys pull request generator.
1 parent 0f668fb commit 3300799

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

clients/sql_admin/lib/google_api/sql_admin/v1/api/instances.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ defmodule GoogleApi.SQLAdmin.V1.Api.Instances do
2626
@library_version Mix.Project.config() |> Keyword.get(:version, "")
2727

2828
@doc """
29-
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.
29+
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.
3030
3131
## Parameters
3232

clients/sql_admin/lib/google_api/sql_admin/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.SQLAdmin.V1 do
2020
API client metadata for GoogleApi.SQLAdmin.V1.
2121
"""
2222

23-
@discovery_revision "20241004"
23+
@discovery_revision "20241011"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/sql_admin/lib/google_api/sql_admin/v1beta4/api/instances.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ defmodule GoogleApi.SQLAdmin.V1beta4.Api.Instances do
2626
@library_version Mix.Project.config() |> Keyword.get(:version, "")
2727

2828
@doc """
29-
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.
29+
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.
3030
3131
## Parameters
3232

clients/sql_admin/lib/google_api/sql_admin/v1beta4/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.SQLAdmin.V1beta4 do
2020
API client metadata for GoogleApi.SQLAdmin.V1beta4.
2121
"""
2222

23-
@discovery_revision "20241004"
23+
@discovery_revision "20241011"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/sql_admin/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.SQLAdmin.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.67.0"
21+
@version "0.67.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)