entryPoint property

  1. @TagNumber(3)
String get entryPoint

The name of the function (as defined in source code) that will be executed. Defaults to the resource name suffix, if not specified. For backward compatibility, if function with given name is not found, then the system will try to use function named "function". For Node.js this is name of a function exported by the module specified in source_location.

Implementation

@$pb.TagNumber(3)
$core.String get entryPoint => $_getSZ(2);
  1. @TagNumber(3)
set entryPoint (String v)

Implementation

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