Reference documentation and code samples for the Google BigQuery Connection V1 Client class SalesforceDataCloudProperties.
Connection properties specific to Salesforce DataCloud. This is intended for use only by Salesforce partner projects.
Generated from protobuf message google.cloud.bigquery.connection.v1.SalesforceDataCloudProperties
Namespace
Google \ Cloud \ BigQuery \ Connection \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ instance_uri |
string
The URL to the user's Salesforce DataCloud instance. |
↳ identity |
string
Output only. A unique Google-owned and Google-generated service account identity for the connection. |
↳ tenant_id |
string
The ID of the user's Salesforce tenant. |
getInstanceUri
The URL to the user's Salesforce DataCloud instance.
Returns | |
---|---|
Type | Description |
string |
setInstanceUri
The URL to the user's Salesforce DataCloud instance.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getIdentity
Output only. A unique Google-owned and Google-generated service account identity for the connection.
Returns | |
---|---|
Type | Description |
string |
setIdentity
Output only. A unique Google-owned and Google-generated service account identity for the connection.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTenantId
The ID of the user's Salesforce tenant.
Returns | |
---|---|
Type | Description |
string |
setTenantId
The ID of the user's Salesforce tenant.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |