runtime property

  1. @TagNumber(2)
String runtime

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);
  1. @TagNumber(2)
void runtime=(String v)

Implementation

@$pb.TagNumber(2)
set runtime($core.String v) { $_setString(1, v); }