public class ToolResults.Projects.Histories.Executions.Steps.PerfSampleSeries.Samples
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
ToolResults.Projects.Histories.Executions.Steps.PerfSampleSeries.Samples.BatchCreate |
class |
ToolResults.Projects.Histories.Executions.Steps.PerfSampleSeries.Samples.List |
| Constructor and Description |
|---|
Samples() |
| Modifier and Type | Method and Description |
|---|---|
ToolResults.Projects.Histories.Executions.Steps.PerfSampleSeries.Samples.BatchCreate |
batchCreate(java.lang.String projectId,
java.lang.String historyId,
java.lang.String executionId,
java.lang.String stepId,
java.lang.String sampleSeriesId,
BatchCreatePerfSamplesRequest content)
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.
|
ToolResults.Projects.Histories.Executions.Steps.PerfSampleSeries.Samples.List |
list(java.lang.String projectId,
java.lang.String historyId,
java.lang.String executionId,
java.lang.String stepId,
java.lang.String sampleSeriesId)
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
Create a request for the method "samples.list".
|
public ToolResults.Projects.Histories.Executions.Steps.PerfSampleSeries.Samples.BatchCreate batchCreate(java.lang.String projectId, java.lang.String historyId, java.lang.String executionId, java.lang.String stepId, java.lang.String sampleSeriesId, BatchCreatePerfSamplesRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - The cloud projecthistoryId - A tool results history ID.executionId - A tool results execution ID.stepId - A tool results step ID.sampleSeriesId - A sample series idcontent - the BatchCreatePerfSamplesRequestjava.io.IOExceptionpublic ToolResults.Projects.Histories.Executions.Steps.PerfSampleSeries.Samples.List list(java.lang.String projectId, java.lang.String historyId, java.lang.String executionId, java.lang.String stepId, java.lang.String sampleSeriesId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - The cloud projecthistoryId - A tool results history ID.executionId - A tool results execution ID.stepId - A tool results step ID.sampleSeriesId - A sample series idjava.io.IOException