public sealed class CreateTimeSeriesRequest : IMessage<CreateTimeSeriesRequest>, IEquatable<CreateTimeSeriesRequest>, IDeepCloneable<CreateTimeSeriesRequest>, IBufferMessage, IMessage
public RepeatedField<TimeSeries> TimeSeries { get; }
Required. The new data to be added to a list of time series.
Adds at most one data point to each of several time series. The new data
point must be more recent than any other point in its time series. Each
TimeSeries value must fully specify a unique time series by supplying
all label values for the metric and the monitored resource.
The maximum number of TimeSeries objects per Create request is 200.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe webpage details the \u003ccode\u003eCreateTimeSeriesRequest\u003c/code\u003e class, which is used to add data points to time series within the Google Cloud Monitoring service, and is part of the \u003ccode\u003eGoogle.Cloud.Monitoring.V3\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eVersion 3.15.0 is the latest release for the \u003ccode\u003eCreateTimeSeriesRequest\u003c/code\u003e, and there are multiple prior versions available, ranging down to 2.3.0, each with individual documentation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateTimeSeriesRequest\u003c/code\u003e class requires a project ID or number, specified in the \u003ccode\u003eName\u003c/code\u003e property, and a list of \u003ccode\u003eTimeSeries\u003c/code\u003e objects, in the \u003ccode\u003eTimeSeries\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateTimeSeriesRequest\u003c/code\u003e class implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and also inherits from the \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eA single request can contain a maximum of 200 \u003ccode\u003eTimeSeries\u003c/code\u003e objects, and each \u003ccode\u003eTimeSeries\u003c/code\u003e must have all label values for the given metric and monitored resource.\u003c/p\u003e\n"]]],[],null,[]]