ProjectsHistoriesExecutionsResource class

Constructors

ProjectsHistoriesExecutionsResource(ApiRequester client)

Properties

clusters ProjectsHistoriesExecutionsClustersResource
no setter
environments ProjectsHistoriesExecutionsEnvironmentsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
steps ProjectsHistoriesExecutionsStepsResource
no setter

Methods

create(Execution request, String projectId, String historyId, {String? requestId, String? $fields}) Future<Execution>
Creates an Execution.
get(String projectId, String historyId, String executionId, {String? $fields}) Future<Execution>
Gets an Execution.
list(String projectId, String historyId, {int? pageSize, String? pageToken, String? $fields}) Future<ListExecutionsResponse>
Lists Executions for a given History.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Execution request, String projectId, String historyId, String executionId, {String? requestId, String? $fields}) Future<Execution>
Updates an existing Execution with the supplied partial entity.
toString() String
A string representation of this object.
inherited

Operators

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