Skip to content

Commit 7688c06

Browse files
feat: Automated regeneration of DataMigration client (googleapis#12317)
Auto-created at 2024-10-12 13:21:51 +0000 using the toys pull request generator.
1 parent e0fece5 commit 7688c06

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

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

23-
@discovery_revision "20240930"
23+
@discovery_revision "20241006"
2424

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

clients/data_migration/lib/google_api/data_migration/v1/model/ssl_config.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ defmodule GoogleApi.DataMigration.V1.Model.SslConfig do
2424
* `caCertificate` (*type:* `String.t`, *default:* `nil`) - Required. Input only. The x509 PEM-encoded certificate of the CA that signed the source database server's certificate. The replica will use this certificate to verify it's connecting to the right host.
2525
* `clientCertificate` (*type:* `String.t`, *default:* `nil`) - Input only. The x509 PEM-encoded certificate that will be used by the replica to authenticate against the source database server.If this field is used then the 'client_key' field is mandatory.
2626
* `clientKey` (*type:* `String.t`, *default:* `nil`) - Input only. The unencrypted PKCS#1 or PKCS#8 PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' field is mandatory.
27-
* `type` (*type:* `String.t`, *default:* `nil`) - Output only. The ssl config type according to 'client_key', 'client_certificate' and 'ca_certificate'.
27+
* `type` (*type:* `String.t`, *default:* `nil`) - Optional. The ssl config type according to 'client_key', 'client_certificate' and 'ca_certificate'.
2828
"""
2929

3030
use GoogleApi.Gax.ModelBase

clients/data_migration/mix.exs

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

21-
@version "0.17.0"
21+
@version "0.17.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)