Interface StoreAttributeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StoreAttribute,StoreAttribute.Builder
public interface StoreAttributeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetStoreCode()Store code from https://support.google.com/business/answer/3370250#storecodecom.google.protobuf.ByteStringgetStoreCodeBytes()Store code from https://support.google.com/business/answer/3370250#storecodebooleanhasStoreCode()Store code from https://support.google.com/business/answer/3370250#storecode-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasStoreCode
boolean hasStoreCode()
Store code from https://support.google.com/business/answer/3370250#storecode
optional string store_code = 2;- Returns:
- Whether the storeCode field is set.
-
getStoreCode
java.lang.String getStoreCode()
Store code from https://support.google.com/business/answer/3370250#storecode
optional string store_code = 2;- Returns:
- The storeCode.
-
getStoreCodeBytes
com.google.protobuf.ByteString getStoreCodeBytes()
Store code from https://support.google.com/business/answer/3370250#storecode
optional string store_code = 2;- Returns:
- The bytes for storeCode.
-
-