location property

  1. @TagNumber.new(1)
AllocationPolicy_LocationPolicy get location

Location where compute resources should be allocated for the Job.

Implementation

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

Implementation

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