id property

  1. @TagNumber(1)
String get id

The unique ID of this job.

This field is set by the Cloud Dataflow service when the Job is created, and is immutable for the life of the job.

Implementation

@$pb.TagNumber(1)
$core.String get id => $_getSZ(0);
  1. @TagNumber(1)
set id (String v)

Implementation

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