Skip to content

Commit 4a7b214

Browse files
feat: Automated regeneration of Datastream client (googleapis#12855)
Auto-created at 2025-01-23 13:13:19 +0000 using the toys pull request generator.
1 parent d744f3a commit 4a7b214

File tree

5 files changed

+21
-3
lines changed

5 files changed

+21
-3
lines changed

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

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

23-
@discovery_revision "20250108"
23+
@discovery_revision "20250115"
2424

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

clients/datastream/lib/google_api/datastream/v1/model/connection_profile.ex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ defmodule GoogleApi.Datastream.V1.Model.ConnectionProfile do
3232
* `oracleProfile` (*type:* `GoogleApi.Datastream.V1.Model.OracleProfile.t`, *default:* `nil`) - Oracle ConnectionProfile configuration.
3333
* `postgresqlProfile` (*type:* `GoogleApi.Datastream.V1.Model.PostgresqlProfile.t`, *default:* `nil`) - PostgreSQL Connection Profile configuration.
3434
* `privateConnectivity` (*type:* `GoogleApi.Datastream.V1.Model.PrivateConnectivity.t`, *default:* `nil`) - Private connectivity.
35+
* `satisfiesPzi` (*type:* `boolean()`, *default:* `nil`) - Output only. Reserved for future use.
36+
* `satisfiesPzs` (*type:* `boolean()`, *default:* `nil`) - Output only. Reserved for future use.
3537
* `sqlServerProfile` (*type:* `GoogleApi.Datastream.V1.Model.SqlServerProfile.t`, *default:* `nil`) - SQLServer Connection Profile configuration.
3638
* `staticServiceIpConnectivity` (*type:* `GoogleApi.Datastream.V1.Model.StaticServiceIpConnectivity.t`, *default:* `nil`) - Static Service IP connectivity.
3739
* `updateTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The update time of the resource.
@@ -52,6 +54,8 @@ defmodule GoogleApi.Datastream.V1.Model.ConnectionProfile do
5254
:oracleProfile => GoogleApi.Datastream.V1.Model.OracleProfile.t() | nil,
5355
:postgresqlProfile => GoogleApi.Datastream.V1.Model.PostgresqlProfile.t() | nil,
5456
:privateConnectivity => GoogleApi.Datastream.V1.Model.PrivateConnectivity.t() | nil,
57+
:satisfiesPzi => boolean() | nil,
58+
:satisfiesPzs => boolean() | nil,
5559
:sqlServerProfile => GoogleApi.Datastream.V1.Model.SqlServerProfile.t() | nil,
5660
:staticServiceIpConnectivity =>
5761
GoogleApi.Datastream.V1.Model.StaticServiceIpConnectivity.t() | nil,
@@ -69,6 +73,8 @@ defmodule GoogleApi.Datastream.V1.Model.ConnectionProfile do
6973
field(:oracleProfile, as: GoogleApi.Datastream.V1.Model.OracleProfile)
7074
field(:postgresqlProfile, as: GoogleApi.Datastream.V1.Model.PostgresqlProfile)
7175
field(:privateConnectivity, as: GoogleApi.Datastream.V1.Model.PrivateConnectivity)
76+
field(:satisfiesPzi)
77+
field(:satisfiesPzs)
7278
field(:sqlServerProfile, as: GoogleApi.Datastream.V1.Model.SqlServerProfile)
7379

7480
field(:staticServiceIpConnectivity,

clients/datastream/lib/google_api/datastream/v1/model/mysql_ssl_config.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ defmodule GoogleApi.Datastream.V1.Model.MysqlSslConfig do
2323
2424
* `caCertificate` (*type:* `String.t`, *default:* `nil`) - Input only. PEM-encoded certificate of the CA that signed the source database server's certificate.
2525
* `caCertificateSet` (*type:* `boolean()`, *default:* `nil`) - Output only. Indicates whether the ca_certificate field is set.
26-
* `clientCertificate` (*type:* `String.t`, *default:* `nil`) - Input only. 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' and the 'ca_certificate' fields are mandatory.
26+
* `clientCertificate` (*type:* `String.t`, *default:* `nil`) - Optional. Input only. 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' and the 'ca_certificate' fields are mandatory.
2727
* `clientCertificateSet` (*type:* `boolean()`, *default:* `nil`) - Output only. Indicates whether the client_certificate field is set.
28-
* `clientKey` (*type:* `String.t`, *default:* `nil`) - Input only. PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' and the 'ca_certificate' fields are mandatory.
28+
* `clientKey` (*type:* `String.t`, *default:* `nil`) - Optional. Input only. PEM-encoded private key associated with the Client Certificate. If this field is used then the 'client_certificate' and the 'ca_certificate' fields are mandatory. Mutually exclusive with the `secret_manager_stored_client_key` field.
2929
* `clientKeySet` (*type:* `boolean()`, *default:* `nil`) - Output only. Indicates whether the client_key field is set.
3030
"""
3131

clients/datastream/lib/google_api/datastream/v1/model/private_connection.ex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ defmodule GoogleApi.Datastream.V1.Model.PrivateConnection do
2626
* `error` (*type:* `GoogleApi.Datastream.V1.Model.Error.t`, *default:* `nil`) - Output only. In case of error, the details of the error in a user-friendly format.
2727
* `labels` (*type:* `map()`, *default:* `nil`) - Labels.
2828
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. Identifier. The resource's name.
29+
* `satisfiesPzi` (*type:* `boolean()`, *default:* `nil`) - Output only. Reserved for future use.
30+
* `satisfiesPzs` (*type:* `boolean()`, *default:* `nil`) - Output only. Reserved for future use.
2931
* `state` (*type:* `String.t`, *default:* `nil`) - Output only. The state of the Private Connection.
3032
* `updateTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The update time of the resource.
3133
* `vpcPeeringConfig` (*type:* `GoogleApi.Datastream.V1.Model.VpcPeeringConfig.t`, *default:* `nil`) - VPC Peering Config.
@@ -39,6 +41,8 @@ defmodule GoogleApi.Datastream.V1.Model.PrivateConnection do
3941
:error => GoogleApi.Datastream.V1.Model.Error.t() | nil,
4042
:labels => map() | nil,
4143
:name => String.t() | nil,
44+
:satisfiesPzi => boolean() | nil,
45+
:satisfiesPzs => boolean() | nil,
4246
:state => String.t() | nil,
4347
:updateTime => DateTime.t() | nil,
4448
:vpcPeeringConfig => GoogleApi.Datastream.V1.Model.VpcPeeringConfig.t() | nil
@@ -49,6 +53,8 @@ defmodule GoogleApi.Datastream.V1.Model.PrivateConnection do
4953
field(:error, as: GoogleApi.Datastream.V1.Model.Error)
5054
field(:labels, type: :map)
5155
field(:name)
56+
field(:satisfiesPzi)
57+
field(:satisfiesPzs)
5258
field(:state)
5359
field(:updateTime, as: DateTime)
5460
field(:vpcPeeringConfig, as: GoogleApi.Datastream.V1.Model.VpcPeeringConfig)

clients/datastream/lib/google_api/datastream/v1/model/stream.ex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ defmodule GoogleApi.Datastream.V1.Model.Stream do
3131
* `labels` (*type:* `map()`, *default:* `nil`) - Labels.
3232
* `lastRecoveryTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. If the stream was recovered, the time of the last recovery. Note: This field is currently experimental.
3333
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. Identifier. The stream's name.
34+
* `satisfiesPzi` (*type:* `boolean()`, *default:* `nil`) - Output only. Reserved for future use.
35+
* `satisfiesPzs` (*type:* `boolean()`, *default:* `nil`) - Output only. Reserved for future use.
3436
* `sourceConfig` (*type:* `GoogleApi.Datastream.V1.Model.SourceConfig.t`, *default:* `nil`) - Required. Source connection profile configuration.
3537
* `state` (*type:* `String.t`, *default:* `nil`) - The state of the stream.
3638
* `updateTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. The last update time of the stream.
@@ -49,6 +51,8 @@ defmodule GoogleApi.Datastream.V1.Model.Stream do
4951
:labels => map() | nil,
5052
:lastRecoveryTime => DateTime.t() | nil,
5153
:name => String.t() | nil,
54+
:satisfiesPzi => boolean() | nil,
55+
:satisfiesPzs => boolean() | nil,
5256
:sourceConfig => GoogleApi.Datastream.V1.Model.SourceConfig.t() | nil,
5357
:state => String.t() | nil,
5458
:updateTime => DateTime.t() | nil
@@ -64,6 +68,8 @@ defmodule GoogleApi.Datastream.V1.Model.Stream do
6468
field(:labels, type: :map)
6569
field(:lastRecoveryTime, as: DateTime)
6670
field(:name)
71+
field(:satisfiesPzi)
72+
field(:satisfiesPzs)
6773
field(:sourceConfig, as: GoogleApi.Datastream.V1.Model.SourceConfig)
6874
field(:state)
6975
field(:updateTime, as: DateTime)

0 commit comments

Comments
 (0)