Interface Campaign.VanityPharmaOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Campaign.VanityPharma, Campaign.VanityPharma.Builder
Enclosing class:
Campaign

public static interface Campaign.VanityPharmaOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The display mode for vanity pharma URLs.
    int
    The display mode for vanity pharma URLs.
    The text that will be displayed in display URL of the text ad when website description is the selected display mode for vanity pharma URLs.
    int
    The text that will be displayed in display URL of the text ad when website description is the selected display mode for vanity pharma URLs.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getVanityPharmaDisplayUrlModeValue

      int getVanityPharmaDisplayUrlModeValue()
       The display mode for vanity pharma URLs.
       
      .google.ads.googleads.v18.enums.VanityPharmaDisplayUrlModeEnum.VanityPharmaDisplayUrlMode vanity_pharma_display_url_mode = 1;
      Returns:
      The enum numeric value on the wire for vanityPharmaDisplayUrlMode.
    • getVanityPharmaDisplayUrlMode

       The display mode for vanity pharma URLs.
       
      .google.ads.googleads.v18.enums.VanityPharmaDisplayUrlModeEnum.VanityPharmaDisplayUrlMode vanity_pharma_display_url_mode = 1;
      Returns:
      The vanityPharmaDisplayUrlMode.
    • getVanityPharmaTextValue

      int getVanityPharmaTextValue()
       The text that will be displayed in display URL of the text ad when
       website description is the selected display mode for vanity pharma URLs.
       
      .google.ads.googleads.v18.enums.VanityPharmaTextEnum.VanityPharmaText vanity_pharma_text = 2;
      Returns:
      The enum numeric value on the wire for vanityPharmaText.
    • getVanityPharmaText

       The text that will be displayed in display URL of the text ad when
       website description is the selected display mode for vanity pharma URLs.
       
      .google.ads.googleads.v18.enums.VanityPharmaTextEnum.VanityPharmaText vanity_pharma_text = 2;
      Returns:
      The vanityPharmaText.