name property

  1. @TagNumber(2)
String name

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);
  1. @TagNumber(2)
void name=(String v)

Implementation

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