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

com.google.ads.googleads.v17.services.SuggestSmartCampaignAdResponseOrBuilder Maven / Gradle / Ivy

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

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

public interface SuggestSmartCampaignAdResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.SuggestSmartCampaignAdResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Optional. Ad info includes 3 creative headlines and 2 creative
   * descriptions.
   * 
* * .google.ads.googleads.v17.common.SmartCampaignAdInfo ad_info = 1 [(.google.api.field_behavior) = OPTIONAL]; * @return Whether the adInfo field is set. */ boolean hasAdInfo(); /** *
   * Optional. Ad info includes 3 creative headlines and 2 creative
   * descriptions.
   * 
* * .google.ads.googleads.v17.common.SmartCampaignAdInfo ad_info = 1 [(.google.api.field_behavior) = OPTIONAL]; * @return The adInfo. */ com.google.ads.googleads.v17.common.SmartCampaignAdInfo getAdInfo(); /** *
   * Optional. Ad info includes 3 creative headlines and 2 creative
   * descriptions.
   * 
* * .google.ads.googleads.v17.common.SmartCampaignAdInfo ad_info = 1 [(.google.api.field_behavior) = OPTIONAL]; */ com.google.ads.googleads.v17.common.SmartCampaignAdInfoOrBuilder getAdInfoOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy