getResourceName static method

ResourceName getResourceName(
  1. String name
)

Get the common_pb.ResourceName for this MotionClient with the given name

For more information, see the motion service docs.

Implementation

static common_pb.ResourceName getResourceName(String name) {
  return MotionClient.subtype.getResourceName(name);
}