name property
The resource path name. For example,
projects/p1/locations/us-central1/registries/registry0/devices/dev0
or
projects/p1/locations/us-central1/registries/registry0/devices/{num_id}
.
When name
is populated as a response from the service, it always ends
in the device numeric ID.
Implementation
@$pb.TagNumber(2)
$core.String get name => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set name($core.String v) { $_setString(1, v); }