Skip to content

Commit 012eb97

Browse files
feat: Automated regeneration of SQLAdmin client (googleapis#12906)
Auto-created at 2025-02-01 13:07:57 +0000 using the toys pull request generator.
1 parent 5f657a8 commit 012eb97

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

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 "20250117"
23+
@discovery_revision "20250129"
2424

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

clients/sql_admin/lib/google_api/sql_admin/v1/model/demote_master_my_sql_replica_configuration.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmodule GoogleApi.SQLAdmin.V1.Model.DemoteMasterMySqlReplicaConfiguration do
2323
2424
* `caCertificate` (*type:* `String.t`, *default:* `nil`) - PEM representation of the trusted CA's x509 certificate.
2525
* `clientCertificate` (*type:* `String.t`, *default:* `nil`) - PEM representation of the replica's x509 certificate.
26-
* `clientKey` (*type:* `String.t`, *default:* `nil`) - PEM representation of the replica's private key. The corresponsing public key is encoded in the client's certificate. The format of the replica's private key can be either PKCS #1 or PKCS #8.
26+
* `clientKey` (*type:* `String.t`, *default:* `nil`) - PEM representation of the replica's private key. The corresponding public key is encoded in the client's certificate. The format of the replica's private key can be either PKCS #1 or PKCS #8.
2727
* `kind` (*type:* `String.t`, *default:* `nil`) - This is always `sql#demoteMasterMysqlReplicaConfiguration`.
2828
* `password` (*type:* `String.t`, *default:* `nil`) - The password for the replication connection.
2929
* `username` (*type:* `String.t`, *default:* `nil`) - The username for the replication connection.

clients/sql_admin/lib/google_api/sql_admin/v1/model/my_sql_replica_configuration.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmodule GoogleApi.SQLAdmin.V1.Model.MySqlReplicaConfiguration do
2323
2424
* `caCertificate` (*type:* `String.t`, *default:* `nil`) - PEM representation of the trusted CA's x509 certificate.
2525
* `clientCertificate` (*type:* `String.t`, *default:* `nil`) - PEM representation of the replica's x509 certificate.
26-
* `clientKey` (*type:* `String.t`, *default:* `nil`) - PEM representation of the replica's private key. The corresponsing public key is encoded in the client's certificate.
26+
* `clientKey` (*type:* `String.t`, *default:* `nil`) - PEM representation of the replica's private key. The corresponding public key is encoded in the client's certificate.
2727
* `connectRetryInterval` (*type:* `integer()`, *default:* `nil`) - Seconds to wait between connect retries. MySQL's default is 60 seconds.
2828
* `dumpFilePath` (*type:* `String.t`, *default:* `nil`) - Path to a SQL dump file in Google Cloud Storage from which the replica instance is to be created. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are also supported. Dumps have the binlog co-ordinates from which replication begins. This can be accomplished by setting --master-data to 1 when using mysqldump.
2929
* `kind` (*type:* `String.t`, *default:* `nil`) - This is always `sql#mysqlReplicaConfiguration`.

clients/sql_admin/lib/google_api/sql_admin/v1/model/on_premises_configuration.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmodule GoogleApi.SQLAdmin.V1.Model.OnPremisesConfiguration do
2323
2424
* `caCertificate` (*type:* `String.t`, *default:* `nil`) - PEM representation of the trusted CA's x509 certificate.
2525
* `clientCertificate` (*type:* `String.t`, *default:* `nil`) - PEM representation of the replica's x509 certificate.
26-
* `clientKey` (*type:* `String.t`, *default:* `nil`) - PEM representation of the replica's private key. The corresponsing public key is encoded in the client's certificate.
26+
* `clientKey` (*type:* `String.t`, *default:* `nil`) - PEM representation of the replica's private key. The corresponding public key is encoded in the client's certificate.
2727
* `dumpFilePath` (*type:* `String.t`, *default:* `nil`) - The dump file to create the Cloud SQL replica.
2828
* `hostPort` (*type:* `String.t`, *default:* `nil`) - The host and port of the on-premises instance in host:port format
2929
* `kind` (*type:* `String.t`, *default:* `nil`) - This is always `sql#onPremisesConfiguration`.

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 "20250117"
23+
@discovery_revision "20250129"
2424

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

clients/sql_admin/lib/google_api/sql_admin/v1beta4/model/demote_master_my_sql_replica_configuration.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmodule GoogleApi.SQLAdmin.V1beta4.Model.DemoteMasterMySqlReplicaConfiguration
2323
2424
* `caCertificate` (*type:* `String.t`, *default:* `nil`) - PEM representation of the trusted CA's x509 certificate.
2525
* `clientCertificate` (*type:* `String.t`, *default:* `nil`) - PEM representation of the replica's x509 certificate.
26-
* `clientKey` (*type:* `String.t`, *default:* `nil`) - PEM representation of the replica's private key. The corresponsing public key is encoded in the client's certificate. The format of the replica's private key can be either PKCS #1 or PKCS #8.
26+
* `clientKey` (*type:* `String.t`, *default:* `nil`) - PEM representation of the replica's private key. The corresponding public key is encoded in the client's certificate. The format of the replica's private key can be either PKCS #1 or PKCS #8.
2727
* `kind` (*type:* `String.t`, *default:* `nil`) - This is always `sql#demoteMasterMysqlReplicaConfiguration`.
2828
* `password` (*type:* `String.t`, *default:* `nil`) - The password for the replication connection.
2929
* `username` (*type:* `String.t`, *default:* `nil`) - The username for the replication connection.

clients/sql_admin/lib/google_api/sql_admin/v1beta4/model/my_sql_replica_configuration.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmodule GoogleApi.SQLAdmin.V1beta4.Model.MySqlReplicaConfiguration do
2323
2424
* `caCertificate` (*type:* `String.t`, *default:* `nil`) - PEM representation of the trusted CA's x509 certificate.
2525
* `clientCertificate` (*type:* `String.t`, *default:* `nil`) - PEM representation of the replica's x509 certificate.
26-
* `clientKey` (*type:* `String.t`, *default:* `nil`) - PEM representation of the replica's private key. The corresponsing public key is encoded in the client's certificate.
26+
* `clientKey` (*type:* `String.t`, *default:* `nil`) - PEM representation of the replica's private key. The corresponding public key is encoded in the client's certificate.
2727
* `connectRetryInterval` (*type:* `integer()`, *default:* `nil`) - Seconds to wait between connect retries. MySQL's default is 60 seconds.
2828
* `dumpFilePath` (*type:* `String.t`, *default:* `nil`) - Path to a SQL dump file in Google Cloud Storage from which the replica instance is to be created. The URI is in the form gs://bucketName/fileName. Compressed gzip files (.gz) are also supported. Dumps have the binlog co-ordinates from which replication begins. This can be accomplished by setting --master-data to 1 when using mysqldump.
2929
* `kind` (*type:* `String.t`, *default:* `nil`) - This is always `sql#mysqlReplicaConfiguration`.

clients/sql_admin/lib/google_api/sql_admin/v1beta4/model/on_premises_configuration.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmodule GoogleApi.SQLAdmin.V1beta4.Model.OnPremisesConfiguration do
2323
2424
* `caCertificate` (*type:* `String.t`, *default:* `nil`) - PEM representation of the trusted CA's x509 certificate.
2525
* `clientCertificate` (*type:* `String.t`, *default:* `nil`) - PEM representation of the replica's x509 certificate.
26-
* `clientKey` (*type:* `String.t`, *default:* `nil`) - PEM representation of the replica's private key. The corresponsing public key is encoded in the client's certificate.
26+
* `clientKey` (*type:* `String.t`, *default:* `nil`) - PEM representation of the replica's private key. The corresponding public key is encoded in the client's certificate.
2727
* `dumpFilePath` (*type:* `String.t`, *default:* `nil`) - The dump file to create the Cloud SQL replica.
2828
* `hostPort` (*type:* `String.t`, *default:* `nil`) - The host and port of the on-premises instance in host:port format
2929
* `kind` (*type:* `String.t`, *default:* `nil`) - This is always `sql#onPremisesConfiguration`.

0 commit comments

Comments
 (0)