Interface PreferencesOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Preferences, Preferences.Builder

    public interface PreferencesOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasIsSkippable

        boolean hasIsSkippable()
         True if ad skippable.
         If not set, default is any value.
         
        optional bool is_skippable = 6;
        Returns:
        Whether the isSkippable field is set.
      • getIsSkippable

        boolean getIsSkippable()
         True if ad skippable.
         If not set, default is any value.
         
        optional bool is_skippable = 6;
        Returns:
        The isSkippable.
      • hasStartsWithSound

        boolean hasStartsWithSound()
         True if ad start with sound.
         If not set, default is any value.
         
        optional bool starts_with_sound = 7;
        Returns:
        Whether the startsWithSound field is set.
      • getStartsWithSound

        boolean getStartsWithSound()
         True if ad start with sound.
         If not set, default is any value.
         
        optional bool starts_with_sound = 7;
        Returns:
        The startsWithSound.
      • getAdLengthValue

        int getAdLengthValue()
         The length of the ad.
         If not set, default is any value.
         
        .google.ads.googleads.v10.enums.ReachPlanAdLengthEnum.ReachPlanAdLength ad_length = 3;
        Returns:
        The enum numeric value on the wire for adLength.
      • getAdLength

        ReachPlanAdLengthEnum.ReachPlanAdLength getAdLength()
         The length of the ad.
         If not set, default is any value.
         
        .google.ads.googleads.v10.enums.ReachPlanAdLengthEnum.ReachPlanAdLength ad_length = 3;
        Returns:
        The adLength.
      • hasTopContentOnly

        boolean hasTopContentOnly()
         True if ad will only show on the top content.
         If not set, default is false.
         
        optional bool top_content_only = 8;
        Returns:
        Whether the topContentOnly field is set.
      • getTopContentOnly

        boolean getTopContentOnly()
         True if ad will only show on the top content.
         If not set, default is false.
         
        optional bool top_content_only = 8;
        Returns:
        The topContentOnly.
      • hasHasGuaranteedPrice

        boolean hasHasGuaranteedPrice()
         True if the price 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;
        Returns:
        Whether the hasGuaranteedPrice field is set.
      • getHasGuaranteedPrice

        boolean getHasGuaranteedPrice()
         True if the price 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;
        Returns:
        The hasGuaranteedPrice.