Interface PromotionBarcodeInfoOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Promotion message to be encoded in the barcode.
    com.google.protobuf.ByteString
    Promotion message to be encoded in the barcode.
    Barcode type used to generate barcode with the correct format.
    int
    Barcode type used to generate barcode with the correct format.

    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

    • getTypeValue

      int getTypeValue()
       Barcode type used to generate barcode with the correct format.
       
      .google.ads.googleads.v21.enums.PromotionBarcodeTypeEnum.PromotionBarcodeType type = 1;
      Returns:
      The enum numeric value on the wire for type.
    • getType

       Barcode type used to generate barcode with the correct format.
       
      .google.ads.googleads.v21.enums.PromotionBarcodeTypeEnum.PromotionBarcodeType type = 1;
      Returns:
      The type.
    • getBarcodeContent

      String getBarcodeContent()
       Promotion message to be encoded in the barcode.
       
      string barcode_content = 2;
      Returns:
      The barcodeContent.
    • getBarcodeContentBytes

      com.google.protobuf.ByteString getBarcodeContentBytes()
       Promotion message to be encoded in the barcode.
       
      string barcode_content = 2;
      Returns:
      The bytes for barcodeContent.