UNPKG

google-ads-node

Version:

Google Ads gRPC Client Library for Node

35 lines (29 loc) 1.12 kB
// package: google.ads.googleads.v2.enums // file: google/ads/googleads/v2/enums/slot.proto import * as jspb from "google-protobuf"; import * as google_api_annotations_pb from "../../../../../google/api/annotations_pb"; export class SlotEnum extends jspb.Message { serializeBinary(): Uint8Array; toObject(includeInstance?: boolean): SlotEnum.AsObject; static toObject(includeInstance: boolean, msg: SlotEnum): SlotEnum.AsObject; static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>}; static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>}; static serializeBinaryToWriter(message: SlotEnum, writer: jspb.BinaryWriter): void; static deserializeBinary(bytes: Uint8Array): SlotEnum; static deserializeBinaryFromReader(message: SlotEnum, reader: jspb.BinaryReader): SlotEnum; } export namespace SlotEnum { export type AsObject = { } export enum Slot { UNSPECIFIED = 0, UNKNOWN = 1, SEARCH_SIDE = 2, SEARCH_TOP = 3, SEARCH_OTHER = 4, CONTENT = 5, SEARCH_PARTNER_TOP = 6, SEARCH_PARTNER_OTHER = 7, MIXED = 8, } }