location property
Location in which the Cloud Function is deployed.
Implementation
@$pb.TagNumber(3)
$core.String get location => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set location($core.String v) {
$_setString(2, v);
}
Location in which the Cloud Function is deployed.
@$pb.TagNumber(3)
$core.String get location => $_getSZ(2);
@$pb.TagNumber(3)
set location($core.String v) {
$_setString(2, v);
}