Skip to content

Commit 6990baa

Browse files
AUTO GENERATED ELIXIR GOOGLEAPIS PROTOBUF (#980)
Co-authored-by: Hany Rock <rudebono@gmail.com>
1 parent 5467ef6 commit 6990baa

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

lib/google/cloud/datastream/v1/datastream_resources.pb.ex

+41
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,11 @@ defmodule Google.Cloud.Datastream.V1.PostgresqlProfile do
191191
field :username, 3, type: :string, deprecated: false
192192
field :password, 4, type: :string, deprecated: false
193193
field :database, 5, type: :string, deprecated: false
194+
195+
field :ssl_config, 7,
196+
type: Google.Cloud.Datastream.V1.PostgresqlSslConfig,
197+
json_name: "sslConfig",
198+
deprecated: false
194199
end
195200

196201
defmodule Google.Cloud.Datastream.V1.SqlServerProfile do
@@ -361,6 +366,42 @@ defmodule Google.Cloud.Datastream.V1.OracleSslConfig do
361366
field :ca_certificate_set, 2, type: :bool, json_name: "caCertificateSet", deprecated: false
362367
end
363368

369+
defmodule Google.Cloud.Datastream.V1.PostgresqlSslConfig.ServerVerification do
370+
@moduledoc false
371+
372+
use Protobuf, protoc_gen_elixir_version: "0.14.0", syntax: :proto3
373+
374+
field :ca_certificate, 1, type: :string, json_name: "caCertificate", deprecated: false
375+
end
376+
377+
defmodule Google.Cloud.Datastream.V1.PostgresqlSslConfig.ServerAndClientVerification do
378+
@moduledoc false
379+
380+
use Protobuf, protoc_gen_elixir_version: "0.14.0", syntax: :proto3
381+
382+
field :client_certificate, 1, type: :string, json_name: "clientCertificate", deprecated: false
383+
field :client_key, 2, type: :string, json_name: "clientKey", deprecated: false
384+
field :ca_certificate, 3, type: :string, json_name: "caCertificate", deprecated: false
385+
end
386+
387+
defmodule Google.Cloud.Datastream.V1.PostgresqlSslConfig do
388+
@moduledoc false
389+
390+
use Protobuf, protoc_gen_elixir_version: "0.14.0", syntax: :proto3
391+
392+
oneof :encryption_setting, 0
393+
394+
field :server_verification, 1,
395+
type: Google.Cloud.Datastream.V1.PostgresqlSslConfig.ServerVerification,
396+
json_name: "serverVerification",
397+
oneof: 0
398+
399+
field :server_and_client_verification, 2,
400+
type: Google.Cloud.Datastream.V1.PostgresqlSslConfig.ServerAndClientVerification,
401+
json_name: "serverAndClientVerification",
402+
oneof: 0
403+
end
404+
364405
defmodule Google.Cloud.Datastream.V1.ConnectionProfile.LabelsEntry do
365406
@moduledoc false
366407

0 commit comments

Comments
 (0)