UNPKG

google-ads-node

Version:

Google Ads gRPC Client Library for Node

29 lines (23 loc) 1.39 kB
// package: google.ads.googleads.v2.services // file: google/ads/googleads/v2/services/geographic_view_service.proto import * as jspb from "google-protobuf"; import * as google_ads_googleads_v2_resources_geographic_view_pb from "../../../../../google/ads/googleads/v2/resources/geographic_view_pb"; import * as google_api_annotations_pb from "../../../../../google/api/annotations_pb"; import * as google_api_client_pb from "../../../../../google/api/client_pb"; export class GetGeographicViewRequest extends jspb.Message { getResourceName(): string; setResourceName(value: string): void; serializeBinary(): Uint8Array; toObject(includeInstance?: boolean): GetGeographicViewRequest.AsObject; static toObject(includeInstance: boolean, msg: GetGeographicViewRequest): GetGeographicViewRequest.AsObject; static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>}; static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>}; static serializeBinaryToWriter(message: GetGeographicViewRequest, writer: jspb.BinaryWriter): void; static deserializeBinary(bytes: Uint8Array): GetGeographicViewRequest; static deserializeBinaryFromReader(message: GetGeographicViewRequest, reader: jspb.BinaryReader): GetGeographicViewRequest; } export namespace GetGeographicViewRequest { export type AsObject = { resourceName: string, } }