Interface SmartCampaignNotEligibleDetailsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SmartCampaignNotEligibleDetails,SmartCampaignNotEligibleDetails.Builder
public interface SmartCampaignNotEligibleDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe reason why the Smart campaign is not eligible to serve.intThe reason why the Smart campaign is not eligible to serve.booleanThe reason why the Smart campaign is not eligible to serve.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasNotEligibleReason
boolean hasNotEligibleReason()The reason why the Smart campaign is not eligible to serve.
optional .google.ads.googleads.v18.enums.SmartCampaignNotEligibleReasonEnum.SmartCampaignNotEligibleReason not_eligible_reason = 1;- Returns:
- Whether the notEligibleReason field is set.
-
getNotEligibleReasonValue
int getNotEligibleReasonValue()The reason why the Smart campaign is not eligible to serve.
optional .google.ads.googleads.v18.enums.SmartCampaignNotEligibleReasonEnum.SmartCampaignNotEligibleReason not_eligible_reason = 1;- Returns:
- The enum numeric value on the wire for notEligibleReason.
-
getNotEligibleReason
SmartCampaignNotEligibleReasonEnum.SmartCampaignNotEligibleReason getNotEligibleReason()The reason why the Smart campaign is not eligible to serve.
optional .google.ads.googleads.v18.enums.SmartCampaignNotEligibleReasonEnum.SmartCampaignNotEligibleReason not_eligible_reason = 1;- Returns:
- The notEligibleReason.
-