com.google.ads.googleads.v17.services.SuggestSmartCampaignAdResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
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