public interface SalesforceDataCloudPropertiesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIdentity()
public abstract String getIdentity()Output only. A unique Google-owned and Google-generated service account identity for the connection.
string identity = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The identity. |
getIdentityBytes()
public abstract ByteString getIdentityBytes()Output only. A unique Google-owned and Google-generated service account identity for the connection.
string identity = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for identity. |
getInstanceUri()
public abstract String getInstanceUri()The URL to the user's Salesforce DataCloud instance.
string instance_uri = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The instanceUri. |
getInstanceUriBytes()
public abstract ByteString getInstanceUriBytes()The URL to the user's Salesforce DataCloud instance.
string instance_uri = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for instanceUri. |
getTenantId()
public abstract String getTenantId()The ID of the user's Salesforce tenant.
string tenant_id = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The tenantId. |
getTenantIdBytes()
public abstract ByteString getTenantIdBytes()The ID of the user's Salesforce tenant.
string tenant_id = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for tenantId. |