import * as cog from '../cog'; import * as googlecloudmonitoring from '../googlecloudmonitoring'; export declare class TimeSeriesListBuilder implements cog.Builder { protected readonly internal: googlecloudmonitoring.TimeSeriesList; constructor(); /** * Builds the object. */ build(): googlecloudmonitoring.TimeSeriesList; projectName(projectName: string): this; crossSeriesReducer(crossSeriesReducer: string): this; alignmentPeriod(alignmentPeriod: string): this; perSeriesAligner(perSeriesAligner: string): this; groupBys(groupBys: string[]): this; filters(filters: string[]): this; view(view: string): this; title(title: string): this; text(text: string): this; secondaryCrossSeriesReducer(secondaryCrossSeriesReducer: string): this; secondaryAlignmentPeriod(secondaryAlignmentPeriod: string): this; secondaryPerSeriesAligner(secondaryPerSeriesAligner: string): this; secondaryGroupBys(secondaryGroupBys: string[]): this; preprocessor(preprocessor: googlecloudmonitoring.PreprocessorType): this; }