Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-datastream_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-datastream_v1

### v0.70.0 (2026-06-28)

* Regenerated from discovery document revision 20260617

### v0.69.0 (2026-06-14)

* Regenerated from discovery document revision 20260531
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4187,7 +4187,8 @@ class SalesforceProfile
# @return [Google::Apis::DatastreamV1::Oauth2ClientCredentials]
attr_accessor :oauth2_client_credentials

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

# Username-password credentials.
# Deprecated: Salesforce is retiring Username-Password authentication. Use `
# Oauth2ClientCredentials` instead.
class UserCredentials
include Google::Apis::Core::Hashable

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module DatastreamV1
# Version of the google-apis-datastream_v1 gem
GEM_VERSION = "0.69.0"
GEM_VERSION = "0.70.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20260531"
REVISION = "20260617"
end
end
end
Loading