location property
The resource to read the package from. The supported resource type is:
Google Cloud Storage:
storage.googleapis.com/{bucket} bucket.storage.googleapis.com/
Implementation
@$pb.TagNumber(2)
$core.String get location => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set location($core.String v) {
$_setString(1, v);
}