Interface LfpLinkOrBuilder (0.20.0)

public interface LfpLinkOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExternalAccountId()

public abstract String getExternalAccountId()

Required. The 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 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.

getLfpProvider()

public abstract String getLfpProvider()

Required. The resource name of the LFP provider. Format: lfpProviders/{lfp_provider}

string lfp_provider = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The lfpProvider.

getLfpProviderBytes()

public abstract ByteString getLfpProviderBytes()

Required. The resource name of the LFP provider. Format: lfpProviders/{lfp_provider}

string lfp_provider = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for lfpProvider.

getState()

public abstract ReviewState.State getState()

Output only. The state of the LFP link.

.google.shopping.merchant.accounts.v1beta.ReviewState.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ReviewState.State

The state.

getStateValue()

public abstract int getStateValue()

Output only. The state of the LFP link.

.google.shopping.merchant.accounts.v1beta.ReviewState.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for state.