public static interface LfpMerchantState.LfpStoreStateOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getMatchingState()
public abstract LfpMerchantState.LfpStoreState.StoreMatchingState getMatchingState()
Output only. The store matching state.
.google.shopping.merchant.lfp.v1beta.LfpMerchantState.LfpStoreState.StoreMatchingState matching_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
LfpMerchantState.LfpStoreState.StoreMatchingState |
The matchingState. |
getMatchingStateHint()
public abstract String getMatchingStateHint()
The hint of why the matching has failed (only set if matching_state is FAILED).
string matching_state_hint = 3;
Returns | |
---|---|
Type | Description |
String |
The matchingStateHint. |
getMatchingStateHintBytes()
public abstract ByteString getMatchingStateHintBytes()
The hint of why the matching has failed (only set if matching_state is FAILED).
string matching_state_hint = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for matchingStateHint. |
getMatchingStateValue()
public abstract int getMatchingStateValue()
Output only. The store matching state.
.google.shopping.merchant.lfp.v1beta.LfpMerchantState.LfpStoreState.StoreMatchingState matching_state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for matchingState. |
getStoreCode()
public abstract String getStoreCode()
Required. Immutable. The identifier of this store.
string store_code = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
String |
The storeCode. |
getStoreCodeBytes()
public abstract ByteString getStoreCodeBytes()
Required. Immutable. The identifier of this store.
string store_code = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for storeCode. |