updateRobotMetadata method

ResponseFuture<UpdateRobotMetadataResponse> updateRobotMetadata(
  1. UpdateRobotMetadataRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$11.UpdateRobotMetadataResponse> updateRobotMetadata($11.UpdateRobotMetadataRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateRobotMetadata, request, options: options);
}