All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v10.common.ProductImageOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v10/common/ad_type_infos.proto

package com.google.ads.googleads.v10.common;

public interface ProductImageOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.ProductImage)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 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; * @return Whether the productImage field is set. */ 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; * @return The productImage. */ 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; * @return The bytes for productImage. */ com.google.protobuf.ByteString getProductImageBytes(); /** *
   * Description of the product.
   * 
* * optional string description = 5; * @return Whether the description field is set. */ boolean hasDescription(); /** *
   * Description of the product.
   * 
* * optional string description = 5; * @return The description. */ java.lang.String getDescription(); /** *
   * Description of the product.
   * 
* * optional string description = 5; * @return The bytes for description. */ com.google.protobuf.ByteString getDescriptionBytes(); /** *
   * Display-call-to-action of the product image.
   * 
* * .google.ads.googleads.v10.common.DisplayCallToAction display_call_to_action = 3; * @return Whether the displayCallToAction field is set. */ boolean hasDisplayCallToAction(); /** *
   * Display-call-to-action of the product image.
   * 
* * .google.ads.googleads.v10.common.DisplayCallToAction display_call_to_action = 3; * @return The displayCallToAction. */ com.google.ads.googleads.v10.common.DisplayCallToAction getDisplayCallToAction(); /** *
   * Display-call-to-action of the product image.
   * 
* * .google.ads.googleads.v10.common.DisplayCallToAction display_call_to_action = 3; */ com.google.ads.googleads.v10.common.DisplayCallToActionOrBuilder getDisplayCallToActionOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy