public static final class SalesforceDataCloudProperties.Builder extends GeneratedMessage.Builder<SalesforceDataCloudProperties.Builder> implements SalesforceDataCloudPropertiesOrBuilderConnection properties specific to Salesforce DataCloud. This is intended for use only by Salesforce partner projects.
Protobuf type google.cloud.bigquery.connection.v1.SalesforceDataCloudProperties
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > SalesforceDataCloudProperties.BuilderImplements
SalesforceDataCloudPropertiesOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public SalesforceDataCloudProperties build()| Returns | |
|---|---|
| Type | Description |
SalesforceDataCloudProperties |
|
buildPartial()
public SalesforceDataCloudProperties buildPartial()| Returns | |
|---|---|
| Type | Description |
SalesforceDataCloudProperties |
|
clear()
public SalesforceDataCloudProperties.Builder clear()| Returns | |
|---|---|
| Type | Description |
SalesforceDataCloudProperties.Builder |
|
clearIdentity()
public SalesforceDataCloudProperties.Builder clearIdentity()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 |
SalesforceDataCloudProperties.Builder |
This builder for chaining. |
clearInstanceUri()
public SalesforceDataCloudProperties.Builder clearInstanceUri()The URL to the user's Salesforce DataCloud instance.
string instance_uri = 1;
| Returns | |
|---|---|
| Type | Description |
SalesforceDataCloudProperties.Builder |
This builder for chaining. |
clearTenantId()
public SalesforceDataCloudProperties.Builder clearTenantId()The ID of the user's Salesforce tenant.
string tenant_id = 3;
| Returns | |
|---|---|
| Type | Description |
SalesforceDataCloudProperties.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public SalesforceDataCloudProperties getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
SalesforceDataCloudProperties |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getIdentity()
public 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 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 String getInstanceUri()The URL to the user's Salesforce DataCloud instance.
string instance_uri = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The instanceUri. |
getInstanceUriBytes()
public 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 String getTenantId()The ID of the user's Salesforce tenant.
string tenant_id = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The tenantId. |
getTenantIdBytes()
public ByteString getTenantIdBytes()The ID of the user's Salesforce tenant.
string tenant_id = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for tenantId. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(SalesforceDataCloudProperties other)
public SalesforceDataCloudProperties.Builder mergeFrom(SalesforceDataCloudProperties other)| Parameter | |
|---|---|
| Name | Description |
other |
SalesforceDataCloudProperties |
| Returns | |
|---|---|
| Type | Description |
SalesforceDataCloudProperties.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SalesforceDataCloudProperties.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
SalesforceDataCloudProperties.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public SalesforceDataCloudProperties.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
SalesforceDataCloudProperties.Builder |
|
setIdentity(String value)
public SalesforceDataCloudProperties.Builder setIdentity(String value)Output only. A unique Google-owned and Google-generated service account identity for the connection.
string identity = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe identity to set. |
| Returns | |
|---|---|
| Type | Description |
SalesforceDataCloudProperties.Builder |
This builder for chaining. |
setIdentityBytes(ByteString value)
public SalesforceDataCloudProperties.Builder setIdentityBytes(ByteString value)Output only. A unique Google-owned and Google-generated service account identity for the connection.
string identity = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for identity to set. |
| Returns | |
|---|---|
| Type | Description |
SalesforceDataCloudProperties.Builder |
This builder for chaining. |
setInstanceUri(String value)
public SalesforceDataCloudProperties.Builder setInstanceUri(String value)The URL to the user's Salesforce DataCloud instance.
string instance_uri = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe instanceUri to set. |
| Returns | |
|---|---|
| Type | Description |
SalesforceDataCloudProperties.Builder |
This builder for chaining. |
setInstanceUriBytes(ByteString value)
public SalesforceDataCloudProperties.Builder setInstanceUriBytes(ByteString value)The URL to the user's Salesforce DataCloud instance.
string instance_uri = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for instanceUri to set. |
| Returns | |
|---|---|
| Type | Description |
SalesforceDataCloudProperties.Builder |
This builder for chaining. |
setTenantId(String value)
public SalesforceDataCloudProperties.Builder setTenantId(String value)The ID of the user's Salesforce tenant.
string tenant_id = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe tenantId to set. |
| Returns | |
|---|---|
| Type | Description |
SalesforceDataCloudProperties.Builder |
This builder for chaining. |
setTenantIdBytes(ByteString value)
public SalesforceDataCloudProperties.Builder setTenantIdBytes(ByteString value)The ID of the user's Salesforce tenant.
string tenant_id = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for tenantId to set. |
| Returns | |
|---|---|
| Type | Description |
SalesforceDataCloudProperties.Builder |
This builder for chaining. |