File tree Expand file tree Collapse file tree
generated/google-apis-datastream_v1
lib/google/apis/datastream_v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
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.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
2828end
You can’t perform that action at this time.
0 commit comments