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\u003eThis webpage details the \u003ccode\u003eCreateTimeSeriesRequest\u003c/code\u003e class, which is used to add data to time series within Google Cloud Monitoring.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateTimeSeriesRequest\u003c/code\u003e class is part of the \u003ccode\u003eGoogle.Cloud.Monitoring.V3\u003c/code\u003e namespace and is implemented in the \u003ccode\u003eGoogle.Cloud.Monitoring.V3.dll\u003c/code\u003e assembly, with version 2.3.0 being one of many available versions.\u003c/p\u003e\n"],["\u003cp\u003eThe 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, allowing it to be used in various contexts.\u003c/p\u003e\n"],["\u003cp\u003eKey properties include \u003ccode\u003eName\u003c/code\u003e (for the project ID), \u003ccode\u003eProjectName\u003c/code\u003e (a typed view of \u003ccode\u003eName\u003c/code\u003e), and \u003ccode\u003eTimeSeries\u003c/code\u003e (for the data points to be added), and it also contains a constructor for creating new instances.\u003c/p\u003e\n"],["\u003cp\u003eThe page also contains links to various versions of the documentations, with 3.15.0 being the latest, and versions ranging back to 2.3.0.\u003c/p\u003e\n"]]],[],null,[]]