public sealed class CreateTimeSeriesRequest : IMessage<CreateTimeSeriesRequest>, IEquatable<CreateTimeSeriesRequest>, IDeepCloneable<CreateTimeSeriesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class CreateTimeSeriesRequest.
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\u003eThis webpage provides reference documentation for the \u003ccode\u003eCreateTimeSeriesRequest\u003c/code\u003e class within the Google Cloud Monitoring v3 API for .NET, with the current version being 3.13.0, and the latest being 3.15.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateTimeSeriesRequest\u003c/code\u003e class is used to add data points to a time series, with each request supporting up to 200 \u003ccode\u003eTimeSeries\u003c/code\u003e objects.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation includes details on the \u003ccode\u003eCreateTimeSeriesRequest\u003c/code\u003e class's constructors, properties, and the inherited members from the \u003ccode\u003eobject\u003c/code\u003e class, along with implementations of various interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eName\u003c/code\u003e property of \u003ccode\u003eCreateTimeSeriesRequest\u003c/code\u003e is used to define the project where the request should be executed, and it is formatted as \u003ccode\u003eprojects/[PROJECT_ID_OR_NUMBER]\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTimeSeries\u003c/code\u003e property, a \u003ccode\u003eRepeatedField<TimeSeries>\u003c/code\u003e, represents the new data points that will be added, and each TimeSeries must fully specify a unique time series by supplying all label values for the metric and the monitored resource.\u003c/p\u003e\n"]]],[],null,[]]