public interface LinkLfpProviderRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getExternalAccountId()
public abstract String getExternalAccountId()
Required. The external account ID by which this merchant is known to the LFP provider.
string external_account_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The externalAccountId. |
getExternalAccountIdBytes()
public abstract ByteString getExternalAccountIdBytes()
Required. The external account ID by which this merchant is known to the LFP provider.
string external_account_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for externalAccountId. |
getName()
public abstract String getName()
Required. The name of the LFP provider resource to link.
Format:
accounts/{account}/omnichannelSettings/{omnichannel_setting}/lfpProviders/{lfp_provider}
.
The lfp_provider
is the LFP provider ID.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Required. The name of the LFP provider resource to link.
Format:
accounts/{account}/omnichannelSettings/{omnichannel_setting}/lfpProviders/{lfp_provider}
.
The lfp_provider
is the LFP provider ID.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |