google-ads-node
Version:
Google Ads gRPC Client Library for Node
33 lines (27 loc) • 1.27 kB
TypeScript
// package: google.ads.googleads.v2.enums
// file: google/ads/googleads/v2/enums/matching_function_operator.proto
import * as jspb from "google-protobuf";
import * as google_api_annotations_pb from "../../../../../google/api/annotations_pb";
export class MatchingFunctionOperatorEnum extends jspb.Message {
serializeBinary(): Uint8Array;
toObject(includeInstance?: boolean): MatchingFunctionOperatorEnum.AsObject;
static toObject(includeInstance: boolean, msg: MatchingFunctionOperatorEnum): MatchingFunctionOperatorEnum.AsObject;
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
static serializeBinaryToWriter(message: MatchingFunctionOperatorEnum, writer: jspb.BinaryWriter): void;
static deserializeBinary(bytes: Uint8Array): MatchingFunctionOperatorEnum;
static deserializeBinaryFromReader(message: MatchingFunctionOperatorEnum, reader: jspb.BinaryReader): MatchingFunctionOperatorEnum;
}
export namespace MatchingFunctionOperatorEnum {
export type AsObject = {
}
export enum MatchingFunctionOperator {
UNSPECIFIED = 0,
UNKNOWN = 1,
IN = 2,
IDENTITY = 3,
EQUALS = 4,
AND = 5,
CONTAINS_ANY = 6,
}
}