Skip to content

Commit b9939c7

Browse files
feat: Automated regeneration of datastream v1 client (googleapis#21410)
Auto-created at 2025-01-19 09:55:29 +0000 using the toys pull request generator.
1 parent 9cdb3aa commit b9939c7

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

generated/google-apis-datastream_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

generated/google-apis-datastream_v1/lib/google/apis/datastream_v1/classes.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

generated/google-apis-datastream_v1/lib/google/apis/datastream_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2828
end

0 commit comments

Comments
 (0)