GoogleCloudRunV2ExecutionTemplate class

ExecutionTemplate describes the data an execution should have when created from a template.

Constructors

GoogleCloudRunV2ExecutionTemplate({Map<String, String>? annotations, Map<String, String>? labels, int? parallelism, int? taskCount, GoogleCloudRunV2TaskTemplate? template})
GoogleCloudRunV2ExecutionTemplate.fromJson(Map json_)

Properties

annotations Map<String, String>?
Unstructured key value map that may be set by external tools to store and arbitrary metadata.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
Unstructured key value map that can be used to organize and categorize objects.
getter/setter pair
parallelism int?
Specifies the maximum desired number of tasks the execution should run at given time.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taskCount int?
Specifies the desired number of tasks the execution should run.
getter/setter pair
template GoogleCloudRunV2TaskTemplate?
Describes the task(s) that will be created when executing an execution.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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