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

    Modifier and Type
    Method
    Description
    Optional.
    com.google.protobuf.ByteString
    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 Details

    • getItemId

      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.