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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VanityPharmaDisplayUrlModeEnum.VanityPharmaDisplayUrlModegetVanityPharmaDisplayUrlMode()The display mode for vanity pharma URLs.intgetVanityPharmaDisplayUrlModeValue()The display mode for vanity pharma URLs.VanityPharmaTextEnum.VanityPharmaTextgetVanityPharmaText()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.intgetVanityPharmaTextValue()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.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getVanityPharmaDisplayUrlModeValue
int getVanityPharmaDisplayUrlModeValue()
The display mode for vanity pharma URLs.
.google.ads.googleads.v10.enums.VanityPharmaDisplayUrlModeEnum.VanityPharmaDisplayUrlMode vanity_pharma_display_url_mode = 1;- Returns:
- The enum numeric value on the wire for vanityPharmaDisplayUrlMode.
-
getVanityPharmaDisplayUrlMode
VanityPharmaDisplayUrlModeEnum.VanityPharmaDisplayUrlMode getVanityPharmaDisplayUrlMode()
The display mode for vanity pharma URLs.
.google.ads.googleads.v10.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.v10.enums.VanityPharmaTextEnum.VanityPharmaText vanity_pharma_text = 2;- Returns:
- The enum numeric value on the wire for vanityPharmaText.
-
getVanityPharmaText
VanityPharmaTextEnum.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.v10.enums.VanityPharmaTextEnum.VanityPharmaText vanity_pharma_text = 2;- Returns:
- The vanityPharmaText.
-
-