ProjectsHistoriesExecutionsStepsResource class

Constructors

ProjectsHistoriesExecutionsStepsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
perfMetricsSummary ProjectsHistoriesExecutionsStepsPerfMetricsSummaryResource
no setter
perfSampleSeries ProjectsHistoriesExecutionsStepsPerfSampleSeriesResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
testCases ProjectsHistoriesExecutionsStepsTestCasesResource
no setter
thumbnails ProjectsHistoriesExecutionsStepsThumbnailsResource
no setter

Methods

accessibilityClusters(String name, {String? locale, String? $fields}) Future<ListStepAccessibilityClustersResponse>
Lists accessibility clusters for a given Step May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - FAILED_PRECONDITION - if an argument in the request happens to be invalid; e.g. if the locale format is incorrect - NOT_FOUND - if the containing Step does not exist
create(Step request, String projectId, String historyId, String executionId, {String? requestId, String? $fields}) Future<Step>
Creates a Step.
get(String projectId, String historyId, String executionId, String stepId, {String? $fields}) Future<Step>
Gets a Step.
getPerfMetricsSummary(String projectId, String historyId, String executionId, String stepId, {String? $fields}) Future<PerfMetricsSummary>
Retrieves a PerfMetricsSummary.
list(String projectId, String historyId, String executionId, {int? pageSize, String? pageToken, String? $fields}) Future<ListStepsResponse>
Lists Steps for a given Execution.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Step request, String projectId, String historyId, String executionId, String stepId, {String? requestId, String? $fields}) Future<Step>
Updates an existing Step with the supplied partial entity.
publishXunitXmlFiles(PublishXunitXmlFilesRequest request, String projectId, String historyId, String executionId, String stepId, {String? $fields}) Future<Step>
Publish xml files to an existing Step.
toString() String
A string representation of this object.
inherited

Operators

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