location property

  1. @TagNumber.new(3)
String get location

Location in which the Cloud Function is deployed.

Implementation

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

Implementation

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