Class LfpMerchantState.LfpStoreState (0.21.0)

public static final class LfpMerchantState.LfpStoreState extends GeneratedMessageV3 implements LfpMerchantState.LfpStoreStateOrBuilder

The state of a specific merchant's store.

Protobuf type google.shopping.merchant.lfp.v1beta.LfpMerchantState.LfpStoreState

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > LfpMerchantState.LfpStoreState

Static Fields

MATCHING_STATE_FIELD_NUMBER

public static final int MATCHING_STATE_FIELD_NUMBER
Field Value
Type Description
int

MATCHING_STATE_HINT_FIELD_NUMBER

public static final int MATCHING_STATE_HINT_FIELD_NUMBER
Field Value
Type Description
int

STORE_CODE_FIELD_NUMBER

public static final int STORE_CODE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static LfpMerchantState.LfpStoreState getDefaultInstance()
Returns
Type Description
LfpMerchantState.LfpStoreState

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static LfpMerchantState.LfpStoreState.Builder newBuilder()
Returns
Type Description
LfpMerchantState.LfpStoreState.Builder

newBuilder(LfpMerchantState.LfpStoreState prototype)

public static LfpMerchantState.LfpStoreState.Builder newBuilder(LfpMerchantState.LfpStoreState prototype)
Parameter
Name Description
prototype LfpMerchantState.LfpStoreState
Returns
Type Description
LfpMerchantState.LfpStoreState.Builder

parseDelimitedFrom(InputStream input)

public static LfpMerchantState.LfpStoreState parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
LfpMerchantState.LfpStoreState
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static LfpMerchantState.LfpStoreState parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LfpMerchantState.LfpStoreState
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static LfpMerchantState.LfpStoreState parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
LfpMerchantState.LfpStoreState
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static LfpMerchantState.LfpStoreState parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LfpMerchantState.LfpStoreState
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static LfpMerchantState.LfpStoreState parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
LfpMerchantState.LfpStoreState
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static LfpMerchantState.LfpStoreState parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LfpMerchantState.LfpStoreState
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static LfpMerchantState.LfpStoreState parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
LfpMerchantState.LfpStoreState
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static LfpMerchantState.LfpStoreState parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LfpMerchantState.LfpStoreState
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static LfpMerchantState.LfpStoreState parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
LfpMerchantState.LfpStoreState
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static LfpMerchantState.LfpStoreState parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LfpMerchantState.LfpStoreState
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static LfpMerchantState.LfpStoreState parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
LfpMerchantState.LfpStoreState
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static LfpMerchantState.LfpStoreState parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
LfpMerchantState.LfpStoreState
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<LfpMerchantState.LfpStoreState> parser()
Returns
Type Description
Parser<LfpStoreState>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public LfpMerchantState.LfpStoreState getDefaultInstanceForType()
Returns
Type Description
LfpMerchantState.LfpStoreState

getMatchingState()

public 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 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 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 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.

getParserForType()

public Parser<LfpMerchantState.LfpStoreState> getParserForType()
Returns
Type Description
Parser<LfpStoreState>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getStoreCode()

public 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 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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public LfpMerchantState.LfpStoreState.Builder newBuilderForType()
Returns
Type Description
LfpMerchantState.LfpStoreState.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected LfpMerchantState.LfpStoreState.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
LfpMerchantState.LfpStoreState.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public LfpMerchantState.LfpStoreState.Builder toBuilder()
Returns
Type Description
LfpMerchantState.LfpStoreState.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException