Class: Google::Cloud::Bigquery::Connection::V1::SalesforceDataCloudProperties

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#identity::String (readonly)

Returns Output only. A unique Google-owned and Google-generated service account identity for the connection.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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