location property

  1. @TagNumber(18)
String get location

The regional endpoint (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains this job.

Implementation

@$pb.TagNumber(18)
$core.String get location => $_getSZ(15);
  1. @TagNumber(18)
set location (String v)

Implementation

@$pb.TagNumber(18)
set location($core.String v) { $_setString(15, v); }