getResourceName static method
- String name
Get the common_pb.ResourceName for this Encoder with the given name.
var name = Encoder.getResourceName('myEncoder');
For more information, see Encoder component.
Implementation
static common_pb.ResourceName getResourceName(String name) {
return Encoder.subtype.getResourceName(name);
}