getResourceName static method
Get the ResourceName for this VisionClient with the given name
Implementation
static ResourceName getResourceName(String name) {
return VisionClient.subtype.getResourceName(name);
}
Get the ResourceName for this VisionClient with the given name
static ResourceName getResourceName(String name) {
return VisionClient.subtype.getResourceName(name);
}