location property

  1. @TagNumber(1)
AllocationPolicy_LocationPolicy location

Location where compute resources should be allocated for the Job.

Implementation

@$pb.TagNumber(1)
AllocationPolicy_LocationPolicy get location => $_getN(0);
  1. @TagNumber(1)
void location=(AllocationPolicy_LocationPolicy v)

Implementation

@$pb.TagNumber(1)
set location(AllocationPolicy_LocationPolicy v) { setField(1, v); }