name property
The resource path name. For example,
projects/example-project/locations/us-central1/registries/my-registry.
Implementation
@$pb.TagNumber(2)
$core.String get name => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set name($core.String v) {
$_setString(1, v);
}