Skip to content

Commit db811d9

Browse files
feat: Automated regeneration of datastream v1 client
1 parent 80c0656 commit db811d9

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

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.70.0 (2026-06-28)
4+
5+
* Regenerated from discovery document revision 20260617
6+
37
### v0.69.0 (2026-06-14)
48

59
* Regenerated from discovery document revision 20260531

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4187,7 +4187,8 @@ class SalesforceProfile
41874187
# @return [Google::Apis::DatastreamV1::Oauth2ClientCredentials]
41884188
attr_accessor :oauth2_client_credentials
41894189

4190-
# Username-password credentials.
4190+
# Deprecated: Salesforce is retiring Username-Password authentication. Use `
4191+
# Oauth2ClientCredentials` instead.
41914192
# Corresponds to the JSON property `userCredentials`
41924193
# @return [Google::Apis::DatastreamV1::UserCredentials]
41934194
attr_accessor :user_credentials
@@ -5690,7 +5691,8 @@ def update!(**args)
56905691
end
56915692
end
56925693

5693-
# Username-password credentials.
5694+
# Deprecated: Salesforce is retiring Username-Password authentication. Use `
5695+
# Oauth2ClientCredentials` instead.
56945696
class UserCredentials
56955697
include Google::Apis::Core::Hashable
56965698

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.69.0"
19+
GEM_VERSION = "0.70.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.19.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260531"
25+
REVISION = "20260617"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)