com.google.ads.googleads.v10.services.PreferencesOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/services/reach_plan_service.proto
package com.google.ads.googleads.v10.services;
public interface PreferencesOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.services.Preferences)
com.google.protobuf.MessageOrBuilder {
/**
*
* True if ad skippable.
* If not set, default is any value.
*
*
* optional bool is_skippable = 6;
* @return Whether the isSkippable field is set.
*/
boolean hasIsSkippable();
/**
*
* True if ad skippable.
* If not set, default is any value.
*
*
* optional bool is_skippable = 6;
* @return The isSkippable.
*/
boolean getIsSkippable();
/**
*
* True if ad start with sound.
* If not set, default is any value.
*
*
* optional bool starts_with_sound = 7;
* @return Whether the startsWithSound field is set.
*/
boolean hasStartsWithSound();
/**
*
* True if ad start with sound.
* If not set, default is any value.
*
*
* optional bool starts_with_sound = 7;
* @return The startsWithSound.
*/
boolean getStartsWithSound();
/**
*
* The length of the ad.
* If not set, default is any value.
*
*
* .google.ads.googleads.v10.enums.ReachPlanAdLengthEnum.ReachPlanAdLength ad_length = 3;
* @return The enum numeric value on the wire for adLength.
*/
int getAdLengthValue();
/**
*
* The length of the ad.
* If not set, default is any value.
*
*
* .google.ads.googleads.v10.enums.ReachPlanAdLengthEnum.ReachPlanAdLength ad_length = 3;
* @return The adLength.
*/
com.google.ads.googleads.v10.enums.ReachPlanAdLengthEnum.ReachPlanAdLength getAdLength();
/**
*
* True if ad will only show on the top content.
* If not set, default is false.
*
*
* optional bool top_content_only = 8;
* @return Whether the topContentOnly field is set.
*/
boolean hasTopContentOnly();
/**
*
* True if ad will only show on the top content.
* If not set, default is false.
*
*
* optional bool top_content_only = 8;
* @return The topContentOnly.
*/
boolean getTopContentOnly();
/**
*
* True if the price is guaranteed. The cost of serving the ad is agreed
* upfront and not subject to an auction.
* If not set, default is any value.
*
*
* optional bool has_guaranteed_price = 9;
* @return Whether the hasGuaranteedPrice field is set.
*/
boolean hasHasGuaranteedPrice();
/**
*
* True if the price is guaranteed. The cost of serving the ad is agreed
* upfront and not subject to an auction.
* If not set, default is any value.
*
*
* optional bool has_guaranteed_price = 9;
* @return The hasGuaranteedPrice.
*/
boolean getHasGuaranteedPrice();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy