com.google.ads.googleads.v17.services.SmartCampaignNotEligibleDetailsOrBuilder 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_setting_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface SmartCampaignNotEligibleDetailsOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.SmartCampaignNotEligibleDetails)
com.google.protobuf.MessageOrBuilder {
/**
*
* The reason why the Smart campaign is not eligible to serve.
*
*
* optional .google.ads.googleads.v17.enums.SmartCampaignNotEligibleReasonEnum.SmartCampaignNotEligibleReason not_eligible_reason = 1;
* @return Whether the notEligibleReason field is set.
*/
boolean hasNotEligibleReason();
/**
*
* The reason why the Smart campaign is not eligible to serve.
*
*
* optional .google.ads.googleads.v17.enums.SmartCampaignNotEligibleReasonEnum.SmartCampaignNotEligibleReason not_eligible_reason = 1;
* @return The enum numeric value on the wire for notEligibleReason.
*/
int getNotEligibleReasonValue();
/**
*
* The reason why the Smart campaign is not eligible to serve.
*
*
* optional .google.ads.googleads.v17.enums.SmartCampaignNotEligibleReasonEnum.SmartCampaignNotEligibleReason not_eligible_reason = 1;
* @return The notEligibleReason.
*/
com.google.ads.googleads.v17.enums.SmartCampaignNotEligibleReasonEnum.SmartCampaignNotEligibleReason getNotEligibleReason();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy