Class: Google::Cloud::Bigquery::Connection::V1::SalesforceDataCloudProperties
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Connection::V1::SalesforceDataCloudProperties
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/connection/v1/connection.rb
Overview
Connection properties specific to Salesforce DataCloud. This is intended for use only by Salesforce partner projects.
Instance Attribute Summary collapse
-
#identity ⇒ ::String
readonly
Output only.
-
#instance_uri ⇒ ::String
The URL to the user's Salesforce DataCloud instance.
-
#tenant_id ⇒ ::String
The ID of the user's Salesforce tenant.
Instance Attribute Details
#identity ⇒ ::String (readonly)
Returns Output only. A unique Google-owned and Google-generated service account identity for the connection.
423 424 425 426 |
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 423 class SalesforceDataCloudProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance_uri ⇒ ::String
Returns The URL to the user's Salesforce DataCloud instance.
423 424 425 426 |
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 423 class SalesforceDataCloudProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tenant_id ⇒ ::String
Returns The ID of the user's Salesforce tenant.
423 424 425 426 |
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 423 class SalesforceDataCloudProperties include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |