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

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ BatchCreatePerfSamplesRequest

Returns a new instance of BatchCreatePerfSamplesRequest.



418
419
420
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 418

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



416
417
418
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 416

def perf_samples
  @perf_samples
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



423
424
425
# File 'generated/google/apis/toolresults_v1beta3/classes.rb', line 423

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