Interface EventItemAttributeOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    EventItemAttribute, EventItemAttribute.Builder

    public interface EventItemAttributeOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getItemId()
      Optional.
      com.google.protobuf.ByteString getItemIdBytes()
      Optional.
      • 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 Detail

      • getItemId

        java.lang.String getItemId()
         Optional. A unique identifier of a product. It can be either the Merchant
         Center Item ID or GTIN (Global Trade Item Number).
         
        string item_id = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The itemId.
      • getItemIdBytes

        com.google.protobuf.ByteString getItemIdBytes()
         Optional. A unique identifier of a product. It can be either the Merchant
         Center Item ID or GTIN (Global Trade Item Number).
         
        string item_id = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The bytes for itemId.