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 Type
    Method
    Description
    Store code from https://support.google.com/business/answer/3370250#storecode
    com.google.protobuf.ByteString
    Store code from https://support.google.com/business/answer/3370250#storecode
    boolean
    Store code from https://support.google.com/business/answer/3370250#storecode

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

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