notebook property

  1. @TagNumber(4)
String notebook

Required. Path to input notebook. This can be the Cloud Storage URI of the notebook file or the path to a Notebook Content. The execution args are accessible as environment variables (TASK_key=value).

Implementation

@$pb.TagNumber(4)
$core.String get notebook => $_getSZ(1);
  1. @TagNumber(4)
void notebook=(String v)

Implementation

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