witty-wall-39635
03/16/2023, 10:08 PMmessage ExecutionCreateRequest {
// Name of the project the execution belongs to.
// +required
string project = 1;
// Name of the domain the execution belongs to.
// A domain can be considered as a subset within a specific project.
// +required
string domain = 2;
// User provided value for the resource.
// If none is provided the system will generate a unique string.
// +optional
string name = 3;
// Additional fields necessary to launch the execution.
// +optional
ExecutionSpec spec = 4;
// The inputs required to start the execution. All required inputs must be
// included in this map. If not required and not provided, defaults apply.
// +optional
core.LiteralMap inputs = 5;
}
glamorous-carpet-83516
03/16/2023, 10:10 PMfreezing-airport-6809