UNPKG

google-ads-node

Version:

Google Ads gRPC Client Library for Node

46 lines (37 loc) 1.91 kB
// package: google.ads.googleads.v2.resources // file: google/ads/googleads/v2/resources/carrier_constant.proto import * as jspb from "google-protobuf"; import * as google_protobuf_wrappers_pb from "google-protobuf/google/protobuf/wrappers_pb"; import * as google_api_annotations_pb from "../../../../../google/api/annotations_pb"; export class CarrierConstant extends jspb.Message { getResourceName(): string; setResourceName(value: string): void; hasId(): boolean; clearId(): void; getId(): google_protobuf_wrappers_pb.Int64Value | undefined; setId(value?: google_protobuf_wrappers_pb.Int64Value): void; hasName(): boolean; clearName(): void; getName(): google_protobuf_wrappers_pb.StringValue | undefined; setName(value?: google_protobuf_wrappers_pb.StringValue): void; hasCountryCode(): boolean; clearCountryCode(): void; getCountryCode(): google_protobuf_wrappers_pb.StringValue | undefined; setCountryCode(value?: google_protobuf_wrappers_pb.StringValue): void; serializeBinary(): Uint8Array; toObject(includeInstance?: boolean): CarrierConstant.AsObject; static toObject(includeInstance: boolean, msg: CarrierConstant): CarrierConstant.AsObject; static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>}; static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>}; static serializeBinaryToWriter(message: CarrierConstant, writer: jspb.BinaryWriter): void; static deserializeBinary(bytes: Uint8Array): CarrierConstant; static deserializeBinaryFromReader(message: CarrierConstant, reader: jspb.BinaryReader): CarrierConstant; } export namespace CarrierConstant { export type AsObject = { resourceName: string, id?: google_protobuf_wrappers_pb.Int64Value.AsObject, name?: google_protobuf_wrappers_pb.StringValue.AsObject, countryCode?: google_protobuf_wrappers_pb.StringValue.AsObject, } }