Reference documentation and code samples for the Datastream V1 API class Google::Cloud::Datastream::V1::SalesforceProfile.
Salesforce profile
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#domain
def domain() -> ::String
- (::String) — Required. Domain endpoint for the Salesforce connection.
#domain=
def domain=(value) -> ::String
- value (::String) — Required. Domain endpoint for the Salesforce connection.
- (::String) — Required. Domain endpoint for the Salesforce connection.
#oauth2_client_credentials
def oauth2_client_credentials() -> ::Google::Cloud::Datastream::V1::SalesforceProfile::Oauth2ClientCredentials
-
(::Google::Cloud::Datastream::V1::SalesforceProfile::Oauth2ClientCredentials) — Connected app authentication.
Note: The following fields are mutually exclusive:
oauth2_client_credentials
,user_credentials
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#oauth2_client_credentials=
def oauth2_client_credentials=(value) -> ::Google::Cloud::Datastream::V1::SalesforceProfile::Oauth2ClientCredentials
-
value (::Google::Cloud::Datastream::V1::SalesforceProfile::Oauth2ClientCredentials) — Connected app authentication.
Note: The following fields are mutually exclusive:
oauth2_client_credentials
,user_credentials
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Datastream::V1::SalesforceProfile::Oauth2ClientCredentials) — Connected app authentication.
Note: The following fields are mutually exclusive:
oauth2_client_credentials
,user_credentials
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#user_credentials
def user_credentials() -> ::Google::Cloud::Datastream::V1::SalesforceProfile::UserCredentials
-
(::Google::Cloud::Datastream::V1::SalesforceProfile::UserCredentials) — User-password authentication.
Note: The following fields are mutually exclusive:
user_credentials
,oauth2_client_credentials
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#user_credentials=
def user_credentials=(value) -> ::Google::Cloud::Datastream::V1::SalesforceProfile::UserCredentials
-
value (::Google::Cloud::Datastream::V1::SalesforceProfile::UserCredentials) — User-password authentication.
Note: The following fields are mutually exclusive:
user_credentials
,oauth2_client_credentials
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Datastream::V1::SalesforceProfile::UserCredentials) — User-password authentication.
Note: The following fields are mutually exclusive:
user_credentials
,oauth2_client_credentials
. If a field in that set is populated, all other fields in the set will automatically be cleared.