Google Cloud Monitoring v3 API - Class CreateTimeSeriesRequest (3.8.0)

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.

The CreateTimeSeries request.

Inheritance

object > CreateTimeSeriesRequest

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

CreateTimeSeriesRequest()

public CreateTimeSeriesRequest()

CreateTimeSeriesRequest(CreateTimeSeriesRequest)

public CreateTimeSeriesRequest(CreateTimeSeriesRequest other)
Parameter
NameDescription
otherCreateTimeSeriesRequest

Properties

Name

public string Name { get; set; }

Required. The project on which to execute the request. The format is:

projects/[PROJECT_ID_OR_NUMBER]
Property Value
TypeDescription
string

ProjectName

public ProjectName ProjectName { get; set; }

ProjectName-typed view over the Name resource name property.

Property Value
TypeDescription
ProjectName

TimeSeries

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.

Property Value
TypeDescription
RepeatedFieldTimeSeries