com.google.ads.googleads.v10.services.SuggestSmartCampaignAdResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/services/smart_campaign_suggest_service.proto
package com.google.ads.googleads.v10.services;
public interface SuggestSmartCampaignAdResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.services.SuggestSmartCampaignAdResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* Optional. Ad info includes 3 creative headlines and 2 creative descriptions.
*
*
* .google.ads.googleads.v10.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.v10.common.SmartCampaignAdInfo ad_info = 1 [(.google.api.field_behavior) = OPTIONAL];
* @return The adInfo.
*/
com.google.ads.googleads.v10.common.SmartCampaignAdInfo getAdInfo();
/**
*
* Optional. Ad info includes 3 creative headlines and 2 creative descriptions.
*
*
* .google.ads.googleads.v10.common.SmartCampaignAdInfo ad_info = 1 [(.google.api.field_behavior) = OPTIONAL];
*/
com.google.ads.googleads.v10.common.SmartCampaignAdInfoOrBuilder getAdInfoOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy