/// <summary>
 ///  Creates or adds data to one or more time series.
 ///  The response is empty if all time series in the request were written.
 ///  If any time series could not be written, a corresponding failure message is
 ///  included in the error response.
 /// </summary>
 public virtual AsyncUnaryCall <global::Google.Protobuf.WellKnownTypes.Empty> CreateTimeSeriesAsync(global::Google.Monitoring.V3.CreateTimeSeriesRequest request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(CreateTimeSeriesAsync(request, new CallOptions(headers, deadline, cancellationToken)));
 }
 /// <summary>
 ///  Creates or adds data to one or more time series.
 ///  The response is empty if all time series in the request were written.
 ///  If any time series could not be written, a corresponding failure message is
 ///  included in the error response.
 /// </summary>
 public virtual AsyncUnaryCall <global::Google.Protobuf.WellKnownTypes.Empty> CreateTimeSeriesAsync(global::Google.Monitoring.V3.CreateTimeSeriesRequest request, CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_CreateTimeSeries, null, options, request));
 }
 /// <summary>
 ///  Creates or adds data to one or more time series.
 ///  The response is empty if all time series in the request were written.
 ///  If any time series could not be written, a corresponding failure message is
 ///  included in the error response.
 /// </summary>
 public virtual global::System.Threading.Tasks.Task <global::Google.Protobuf.WellKnownTypes.Empty> CreateTimeSeries(global::Google.Monitoring.V3.CreateTimeSeriesRequest request, ServerCallContext context)
 {
     throw new RpcException(new Status(StatusCode.Unimplemented, ""));
 }