File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
generated/google-apis-datastream_v1
lib/google/apis/datastream_v1 Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11# Release history for google-apis-datastream_v1
22
3+ ### v0.45.0 (2025-01-19)
4+
5+ * Regenerated from discovery document revision 20250108
6+
37### v0.44.0 (2025-01-12)
48
59* Regenerated from discovery document revision 20250101
Original file line number Diff line number Diff line change @@ -2508,10 +2508,11 @@ class ServerAndClientVerification
25082508 # @return [String]
25092509 attr_accessor :client_certificate
25102510
2511- # Required . Input only. PEM-encoded private key associated with the client
2511+ # Optional . Input only. PEM-encoded private key associated with the client
25122512 # certificate. This value will be used during the SSL/TLS handshake, allowing
25132513 # the PostgreSQL server to authenticate the client's identity, i.e. identity of
2514- # the Datastream.
2514+ # the Datastream. Mutually exclusive with the `secret_manager_stored_client_key`
2515+ # field.
25152516 # Corresponds to the JSON property `clientKey`
25162517 # @return [String]
25172518 attr_accessor :client_key
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module DatastreamV1
1818 # Version of the google-apis-datastream_v1 gem
19- GEM_VERSION = "0.44 .0"
19+ GEM_VERSION = "0.45 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.16.0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20250101 "
25+ REVISION = "20250108 "
2626 end
2727 end
2828end
You can’t perform that action at this time.
0 commit comments