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
Modifier and TypeMethodDescriptionStore code from https://support.google.com/business/answer/3370250#storecodecom.google.protobuf.ByteStringStore code from https://support.google.com/business/answer/3370250#storecodebooleanStore code from https://support.google.com/business/answer/3370250#storecodeMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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.
-