runtime property
The runtime in which to run the function. Required when deploying a new
function, optional when updating an existing function. For a complete
list of possible choices, see the
gcloud
command
reference.
Implementation
@$pb.TagNumber(2)
$core.String get runtime => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set runtime($core.String v) { $_setString(1, v); }