import type { BinaryWriteOptions } from "@protobuf-ts/runtime"; import type { IBinaryWriter } from "@protobuf-ts/runtime"; import type { BinaryReadOptions } from "@protobuf-ts/runtime"; import type { IBinaryReader } from "@protobuf-ts/runtime"; import type { PartialMessage } from "@protobuf-ts/runtime"; import { MessageType } from "@protobuf-ts/runtime"; /** * The display mode for vanity pharma URLs. * * @generated from protobuf message google.ads.googleads.v11.enums.VanityPharmaDisplayUrlModeEnum */ export interface VanityPharmaDisplayUrlModeEnum { } /** * Enum describing possible display modes for vanity pharma URLs. * * @generated from protobuf enum google.ads.googleads.v11.enums.VanityPharmaDisplayUrlModeEnum.VanityPharmaDisplayUrlMode */ export declare enum VanityPharmaDisplayUrlModeEnum_VanityPharmaDisplayUrlMode { /** * Not specified. * * @generated from protobuf enum value: UNSPECIFIED = 0; */ UNSPECIFIED = 0, /** * Used for return value only. Represents value unknown in this version. * * @generated from protobuf enum value: UNKNOWN = 1; */ UNKNOWN = 1, /** * Replace vanity pharma URL with manufacturer website url. * * @generated from protobuf enum value: MANUFACTURER_WEBSITE_URL = 2; */ MANUFACTURER_WEBSITE_URL = 2, /** * Replace vanity pharma URL with description of the website. * * @generated from protobuf enum value: WEBSITE_DESCRIPTION = 3; */ WEBSITE_DESCRIPTION = 3 } declare class VanityPharmaDisplayUrlModeEnum$Type extends MessageType { constructor(); create(value?: PartialMessage): VanityPharmaDisplayUrlModeEnum; internalBinaryRead(reader: IBinaryReader, length: number, options: BinaryReadOptions, target?: VanityPharmaDisplayUrlModeEnum): VanityPharmaDisplayUrlModeEnum; internalBinaryWrite(message: VanityPharmaDisplayUrlModeEnum, writer: IBinaryWriter, options: BinaryWriteOptions): IBinaryWriter; } /** * @generated MessageType for protobuf message google.ads.googleads.v11.enums.VanityPharmaDisplayUrlModeEnum */ export declare const VanityPharmaDisplayUrlModeEnum: VanityPharmaDisplayUrlModeEnum$Type; export {};