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 TypeMethodDescriptionThe display mode for vanity pharma URLs.intThe 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.intThe 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
isInitializedMethods 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
VanityPharmaDisplayUrlModeEnum.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
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.v18.enums.VanityPharmaTextEnum.VanityPharmaText vanity_pharma_text = 2;- Returns:
- The vanityPharmaText.
-