@@ -348,6 +348,18 @@ class ConnectionProfile
348348 # @return [Google::Apis::DatastreamV1::PrivateConnectivity]
349349 attr_accessor :private_connectivity
350350
351+ # Output only. Reserved for future use.
352+ # Corresponds to the JSON property `satisfiesPzi`
353+ # @return [Boolean]
354+ attr_accessor :satisfies_pzi
355+ alias_method :satisfies_pzi? , :satisfies_pzi
356+
357+ # Output only. Reserved for future use.
358+ # Corresponds to the JSON property `satisfiesPzs`
359+ # @return [Boolean]
360+ attr_accessor :satisfies_pzs
361+ alias_method :satisfies_pzs? , :satisfies_pzs
362+
351363 # SQLServer database profile. Next ID: 8.
352364 # Corresponds to the JSON property `sqlServerProfile`
353365 # @return [Google::Apis::DatastreamV1::SqlServerProfile]
@@ -382,6 +394,8 @@ def update!(**args)
382394 @oracle_profile = args [ :oracle_profile ] if args . key? ( :oracle_profile )
383395 @postgresql_profile = args [ :postgresql_profile ] if args . key? ( :postgresql_profile )
384396 @private_connectivity = args [ :private_connectivity ] if args . key? ( :private_connectivity )
397+ @satisfies_pzi = args [ :satisfies_pzi ] if args . key? ( :satisfies_pzi )
398+ @satisfies_pzs = args [ :satisfies_pzs ] if args . key? ( :satisfies_pzs )
385399 @sql_server_profile = args [ :sql_server_profile ] if args . key? ( :sql_server_profile )
386400 @static_service_ip_connectivity = args [ :static_service_ip_connectivity ] if args . key? ( :static_service_ip_connectivity )
387401 @update_time = args [ :update_time ] if args . key? ( :update_time )
@@ -1419,8 +1433,8 @@ class MysqlSslConfig
14191433 attr_accessor :ca_certificate_set
14201434 alias_method :ca_certificate_set? , :ca_certificate_set
14211435
1422- # Input only. PEM-encoded certificate that will be used by the replica to
1423- # authenticate against the source database server. If this field is used then
1436+ # Optional. Input only. PEM-encoded certificate that will be used by the replica
1437+ # to authenticate against the source database server. If this field is used then
14241438 # the 'client_key' and the 'ca_certificate' fields are mandatory.
14251439 # Corresponds to the JSON property `clientCertificate`
14261440 # @return [String]
@@ -1432,9 +1446,10 @@ class MysqlSslConfig
14321446 attr_accessor :client_certificate_set
14331447 alias_method :client_certificate_set? , :client_certificate_set
14341448
1435- # Input only. PEM-encoded private key associated with the Client Certificate. If
1436- # this field is used then the 'client_certificate' and the 'ca_certificate'
1437- # fields are mandatory.
1449+ # Optional. Input only. PEM-encoded private key associated with the Client
1450+ # Certificate. If this field is used then the 'client_certificate' and the '
1451+ # ca_certificate' fields are mandatory. Mutually exclusive with the `
1452+ # secret_manager_stored_client_key` field.
14381453 # Corresponds to the JSON property `clientKey`
14391454 # @return [String]
14401455 attr_accessor :client_key
@@ -2352,6 +2367,18 @@ class PrivateConnection
23522367 # @return [String]
23532368 attr_accessor :name
23542369
2370+ # Output only. Reserved for future use.
2371+ # Corresponds to the JSON property `satisfiesPzi`
2372+ # @return [Boolean]
2373+ attr_accessor :satisfies_pzi
2374+ alias_method :satisfies_pzi? , :satisfies_pzi
2375+
2376+ # Output only. Reserved for future use.
2377+ # Corresponds to the JSON property `satisfiesPzs`
2378+ # @return [Boolean]
2379+ attr_accessor :satisfies_pzs
2380+ alias_method :satisfies_pzs? , :satisfies_pzs
2381+
23552382 # Output only. The state of the Private Connection.
23562383 # Corresponds to the JSON property `state`
23572384 # @return [String]
@@ -2379,6 +2406,8 @@ def update!(**args)
23792406 @error = args [ :error ] if args . key? ( :error )
23802407 @labels = args [ :labels ] if args . key? ( :labels )
23812408 @name = args [ :name ] if args . key? ( :name )
2409+ @satisfies_pzi = args [ :satisfies_pzi ] if args . key? ( :satisfies_pzi )
2410+ @satisfies_pzs = args [ :satisfies_pzs ] if args . key? ( :satisfies_pzs )
23822411 @state = args [ :state ] if args . key? ( :state )
23832412 @update_time = args [ :update_time ] if args . key? ( :update_time )
23842413 @vpc_peering_config = args [ :vpc_peering_config ] if args . key? ( :vpc_peering_config )
@@ -3175,6 +3204,18 @@ class Stream
31753204 # @return [String]
31763205 attr_accessor :name
31773206
3207+ # Output only. Reserved for future use.
3208+ # Corresponds to the JSON property `satisfiesPzi`
3209+ # @return [Boolean]
3210+ attr_accessor :satisfies_pzi
3211+ alias_method :satisfies_pzi? , :satisfies_pzi
3212+
3213+ # Output only. Reserved for future use.
3214+ # Corresponds to the JSON property `satisfiesPzs`
3215+ # @return [Boolean]
3216+ attr_accessor :satisfies_pzs
3217+ alias_method :satisfies_pzs? , :satisfies_pzs
3218+
31783219 # The configuration of the stream source.
31793220 # Corresponds to the JSON property `sourceConfig`
31803221 # @return [Google::Apis::DatastreamV1::SourceConfig]
@@ -3206,6 +3247,8 @@ def update!(**args)
32063247 @labels = args [ :labels ] if args . key? ( :labels )
32073248 @last_recovery_time = args [ :last_recovery_time ] if args . key? ( :last_recovery_time )
32083249 @name = args [ :name ] if args . key? ( :name )
3250+ @satisfies_pzi = args [ :satisfies_pzi ] if args . key? ( :satisfies_pzi )
3251+ @satisfies_pzs = args [ :satisfies_pzs ] if args . key? ( :satisfies_pzs )
32093252 @source_config = args [ :source_config ] if args . key? ( :source_config )
32103253 @state = args [ :state ] if args . key? ( :state )
32113254 @update_time = args [ :update_time ] if args . key? ( :update_time )
0 commit comments