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