ProjectsHistoriesExecutionsStepsPerfSampleSeriesSamplesResource class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

batchCreate(BatchCreatePerfSamplesRequest request, String projectId, String historyId, String executionId, String stepId, String sampleSeriesId, {String? $fields}) Future<BatchCreatePerfSamplesResponse>
Creates a batch of PerfSamples - a client can submit multiple batches of Perf Samples through repeated calls to this method in order to split up a large request payload - duplicates and existing timestamp entries will be ignored.
list(String projectId, String historyId, String executionId, String stepId, String sampleSeriesId, {int? pageSize, String? pageToken, String? $fields}) Future<ListPerfSamplesResponse>
Lists the Performance Samples of a given Sample Series - The list results are sorted by timestamps ascending - The default page size is 500 samples; and maximum size allowed 5000 - The response token indicates the last returned PerfSample timestamp - When the results size exceeds the page size, submit a subsequent request including the page token to return the rest of the samples up to the page limit May return any of the following canonical error codes: - OUT_OF_RANGE - The specified request page_token is out of valid range - NOT_FOUND - The containing PerfSampleSeries does not exist
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited