location property

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

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);
  1. @TagNumber.new(2)
set location (String v)

Implementation

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