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

com.google.ads.googleads.v17.common.ExpandedDynamicSearchAdInfoOrBuilder Maven / Gradle / Ivy

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

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;

public interface ExpandedDynamicSearchAdInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.ExpandedDynamicSearchAdInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The description of the ad.
   * 
* * optional string description = 3; * @return Whether the description field is set. */ boolean hasDescription(); /** *
   * The description of the ad.
   * 
* * optional string description = 3; * @return The description. */ java.lang.String getDescription(); /** *
   * The description of the ad.
   * 
* * optional string description = 3; * @return The bytes for description. */ com.google.protobuf.ByteString getDescriptionBytes(); /** *
   * The second description of the ad.
   * 
* * optional string description2 = 4; * @return Whether the description2 field is set. */ boolean hasDescription2(); /** *
   * The second description of the ad.
   * 
* * optional string description2 = 4; * @return The description2. */ java.lang.String getDescription2(); /** *
   * The second description of the ad.
   * 
* * optional string description2 = 4; * @return The bytes for description2. */ com.google.protobuf.ByteString getDescription2Bytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy