Class: Google::Apis::ToolresultsV1beta3::BatchCreatePerfSamplesRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/toolresults_v1beta3/classes.rb,
generated/google/apis/toolresults_v1beta3/representations.rb,
generated/google/apis/toolresults_v1beta3/representations.rb

Overview

The request must provide up to a maximum of 5000 samples to be created; a larger sample size will cause an INVALID_ARGUMENT error

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BatchCreatePerfSamplesRequest

Returns a new instance of BatchCreatePerfSamplesRequest.



391
392
393
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 391

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#perf_samplesArray<Google::Apis::ToolresultsV1beta3::PerfSample>

The set of PerfSamples to create should not include existing timestamps Corresponds to the JSON property perfSamples



389
390
391
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 389

def perf_samples
  @perf_samples
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



396
397
398
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 396

def update!(**args)
  @perf_samples = args[:perf_samples] if args.key?(:perf_samples)
end