Interface SalesforceDataCloudPropertiesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SalesforceDataCloudProperties
,SalesforceDataCloudProperties.Builder
public interface SalesforceDataCloudPropertiesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getIdentity()
Output only.com.google.protobuf.ByteString
getIdentityBytes()
Output only.String
getInstanceUri()
The URL to the user's Salesforce DataCloud instance.com.google.protobuf.ByteString
getInstanceUriBytes()
The URL to the user's Salesforce DataCloud instance.String
getTenantId()
The ID of the user's Salesforce tenant.com.google.protobuf.ByteString
getTenantIdBytes()
The ID of the user's Salesforce tenant.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getInstanceUri
String getInstanceUri()
The URL to the user's Salesforce DataCloud instance.
string instance_uri = 1;
- Returns:
- The instanceUri.
-
getInstanceUriBytes
com.google.protobuf.ByteString getInstanceUriBytes()
The URL to the user's Salesforce DataCloud instance.
string instance_uri = 1;
- Returns:
- The bytes for instanceUri.
-
getIdentity
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:
- The identity.
-
getIdentityBytes
com.google.protobuf.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:
- The bytes for identity.
-
getTenantId
String getTenantId()
The ID of the user's Salesforce tenant.
string tenant_id = 3;
- Returns:
- The tenantId.
-
getTenantIdBytes
com.google.protobuf.ByteString getTenantIdBytes()
The ID of the user's Salesforce tenant.
string tenant_id = 3;
- Returns:
- The bytes for tenantId.
-
-