Interface ProductImageOrBuilder

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

    public interface ProductImageOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasProductImage

        boolean hasProductImage()
         The MediaFile resource name of the product image. Valid image types are
         GIF, JPEG and PNG. The minimum size is 300x300 pixels and the aspect ratio
         must be 1:1 (+-1%).
         
        optional string product_image = 4;
        Returns:
        Whether the productImage field is set.
      • getProductImage

        java.lang.String getProductImage()
         The MediaFile resource name of the product image. Valid image types are
         GIF, JPEG and PNG. The minimum size is 300x300 pixels and the aspect ratio
         must be 1:1 (+-1%).
         
        optional string product_image = 4;
        Returns:
        The productImage.
      • getProductImageBytes

        com.google.protobuf.ByteString getProductImageBytes()
         The MediaFile resource name of the product image. Valid image types are
         GIF, JPEG and PNG. The minimum size is 300x300 pixels and the aspect ratio
         must be 1:1 (+-1%).
         
        optional string product_image = 4;
        Returns:
        The bytes for productImage.
      • hasDescription

        boolean hasDescription()
         Description of the product.
         
        optional string description = 5;
        Returns:
        Whether the description field is set.
      • getDescription

        java.lang.String getDescription()
         Description of the product.
         
        optional string description = 5;
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
         Description of the product.
         
        optional string description = 5;
        Returns:
        The bytes for description.
      • hasDisplayCallToAction

        boolean hasDisplayCallToAction()
         Display-call-to-action of the product image.
         
        .google.ads.googleads.v10.common.DisplayCallToAction display_call_to_action = 3;
        Returns:
        Whether the displayCallToAction field is set.
      • getDisplayCallToAction

        DisplayCallToAction getDisplayCallToAction()
         Display-call-to-action of the product image.
         
        .google.ads.googleads.v10.common.DisplayCallToAction display_call_to_action = 3;
        Returns:
        The displayCallToAction.
      • getDisplayCallToActionOrBuilder

        DisplayCallToActionOrBuilder getDisplayCallToActionOrBuilder()
         Display-call-to-action of the product image.
         
        .google.ads.googleads.v10.common.DisplayCallToAction display_call_to_action = 3;