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

com.google.ads.googleads.v10.common.GmailTeaserOrBuilder 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 GmailTeaserOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.GmailTeaser)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Headline of the teaser.
   * 
* * optional string headline = 5; * @return Whether the headline field is set. */ boolean hasHeadline(); /** *
   * Headline of the teaser.
   * 
* * optional string headline = 5; * @return The headline. */ java.lang.String getHeadline(); /** *
   * Headline of the teaser.
   * 
* * optional string headline = 5; * @return The bytes for headline. */ com.google.protobuf.ByteString getHeadlineBytes(); /** *
   * Description of the teaser.
   * 
* * optional string description = 6; * @return Whether the description field is set. */ boolean hasDescription(); /** *
   * Description of the teaser.
   * 
* * optional string description = 6; * @return The description. */ java.lang.String getDescription(); /** *
   * Description of the teaser.
   * 
* * optional string description = 6; * @return The bytes for description. */ com.google.protobuf.ByteString getDescriptionBytes(); /** *
   * Business name of the advertiser.
   * 
* * optional string business_name = 7; * @return Whether the businessName field is set. */ boolean hasBusinessName(); /** *
   * Business name of the advertiser.
   * 
* * optional string business_name = 7; * @return The businessName. */ java.lang.String getBusinessName(); /** *
   * Business name of the advertiser.
   * 
* * optional string business_name = 7; * @return The bytes for businessName. */ com.google.protobuf.ByteString getBusinessNameBytes(); /** *
   * The MediaFile resource name of the logo image. Valid image types are GIF,
   * JPEG and PNG. The minimum size is 144x144 pixels and the aspect ratio must
   * be 1:1 (+-1%).
   * 
* * optional string logo_image = 8; * @return Whether the logoImage field is set. */ boolean hasLogoImage(); /** *
   * The MediaFile resource name of the logo image. Valid image types are GIF,
   * JPEG and PNG. The minimum size is 144x144 pixels and the aspect ratio must
   * be 1:1 (+-1%).
   * 
* * optional string logo_image = 8; * @return The logoImage. */ java.lang.String getLogoImage(); /** *
   * The MediaFile resource name of the logo image. Valid image types are GIF,
   * JPEG and PNG. The minimum size is 144x144 pixels and the aspect ratio must
   * be 1:1 (+-1%).
   * 
* * optional string logo_image = 8; * @return The bytes for logoImage. */ com.google.protobuf.ByteString getLogoImageBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy